79df76487c
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [docusaurus-theme-openapi-docs](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs) ([source](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/tree/HEAD/packages/docusaurus-theme-openapi-docs)) | [`4.2.0` -> `4.3.1`](https://renovatebot.com/diffs/npm/docusaurus-theme-openapi-docs/4.2.0/4.3.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/docusaurus-theme-openapi-docs/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/docusaurus-theme-openapi-docs/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/docusaurus-theme-openapi-docs/4.2.0/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/docusaurus-theme-openapi-docs/4.2.0/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>PaloAltoNetworks/docusaurus-openapi-docs (docusaurus-theme-openapi-docs)</summary> ### [`v4.3.1`](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/HEAD/CHANGELOG.md#431-Dec-17-2024) [Compare Source](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/compare/v4.3.0...v4.3.1) High level enhancements - Mask credentials in API Explorer generated code snippets. Other enhancements and bug fixes - Handle case where auth options are combined ([#​1051](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1051)) - Hide credentials from generated code snippets (\[[#​1050](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/issues/1050)]\(https://github.com/PaloAltoNetworks/ ### [`v4.3.0`](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/HEAD/CHANGELOG.md#430-Dec-10-2024) [Compare Source](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/compare/v4.2.0...v4.3.0) High level enhancements - Added support for Docusaurus v3.6, which enables Docusaurus Faster for improved build and development performance ([#​1003](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1003)) Other enhancements and bug fixes ##### Features/Enhancements - Support discriminator with no parent/shared properties ([#​1040](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1040)) - Reintroduce password type to auth inputs ([#​1039](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1039)) - Address HTML minifier warnings caused by malformed MDX and HTML ([#​1033](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1033)) - Remove unused global selector and class name selector ([#​1031](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1031)) - Adjust top to better align response schema details marker ([#​1029](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1029)) - Add admonition support to descriptions/summaries ([#​1016](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1016)) - Added an --all-versions flag to gen-api-docs and clean-api-docs ([#​1018](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1018)) - fix: add back [@​hookform/error-message](https://redirect.github.com/hookform/error-message) as a regular dep ([#​1023](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1023)) - fix: move dependencies to peer dependencies ([#​1019](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1019)) - Update version matrix - Support schemas with array of types ([#​1017](https://redirect.github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1017)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
.yarn/releases | ||
docs | ||
remote-content | ||
src | ||
static | ||
.gitignore | ||
.yarnrc.yml | ||
docusaurus.config.ts | ||
global.js | ||
package.json | ||
prepare-generated-docs.mjs | ||
README.md | ||
sidebars.ts | ||
tsconfig.json | ||
vercel.json | ||
yarn.lock |
Website
This website is built using Docusaurus 2, a modern static website generator.
Installation
In a terminal, cd into the website folder of the locally cloned unleash repository and then start the installation.
cd unleash/website
yarn install
Generate OpenAPI docs
yarn generate
Generate the Open API docs that live at Reference documentation > APIs > OpenAPI
Local Development
Before running the docs the first time, you'll need to generate external documentation, as described in the generate OpenAPI docs section.
yarn start
Start a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.
Cleaning dependencies and caches
If you're upgrading many dependencies, it's always good to delete the node_modules
directory, refresh yarn.lock
and clean the various caches.
rm -rf node_modules
rm -rf .docusaurus
rm -rf docs/reference/api/unleash
rm -rf yarn.lock
touch yarn.lock
Troubleshooting
TypeError: source_default(...).bold is not a function
If you get an error like this, it's probably due to a formatting issue within one of the markdown files. It could be
- unescaped angle brackets (markdown will try to parse
<your-key>
(when it's not quoted) as HTML, which breaks the build) - incorrectly formatted titles or missing pieces of files
- a lot of other stuff.
Component Figure was not imported, exported, or provided by MDXProvider as global scope
TypeError: source_default(...).bold is not a function
[ERROR] Unable to build website for locale en.
This error is very hard to debug, but there is a trick that appears to work (as shared in this discussion on docusaurus' repo):
In node_modules/@docusaurus/core/lib/client/serverEntry.js
, remove all references to chalk
. You can use a regex replace for that, by replacing chalk(\w|\.)+
with the empty string.
Depending on your editor, that regex might need more escapes. For instance, here's a command to run with evil-ex
in Emacs:
%s/chalk\(\w\|\.\)+//g
For macOS sed
, it'd be:
sed -i '' 's/chalk\(\w\|\.\)\+//g' node_modules/@docusaurus/core/lib/client/serverEntry.js
For GNU sed
:
sed -i 's/chalk\(\w\|\.\)\+//g' node_modules/@docusaurus/core/lib/client/serverEntry.js
That might turn your error into something like this:
[ERROR] Docusaurus server-side rendering could not render static page with path /reference/api/unleash/change-requests.
[ERROR] Docusaurus server-side rendering could not render static page with path /reference/api/unleash/feature-types.
[ERROR] Docusaurus server-side rendering could not render static page with path /reference/api/unleash/frontend-api.
[ERROR] Docusaurus server-side rendering could not render static page with path /reference/api/unleash/maintenance.
[ERROR] Docusaurus server-side rendering could not render static page with path /reference/api/unleash/notifications.
[ERROR] Docusaurus server-side rendering could not render static page with path /reference/api/unleash/personal-access-tokens.
[ERROR] Docusaurus server-side rendering could not render static page with path /reference/api/unleash/segments.
[ERROR] Docusaurus server-side rendering could not render static page with path /reference/api/unleash/service-accounts.
[ERROR] Docusaurus server-side rendering could not render static page with path /reference/api/unleash/telemetry.
[ERROR] Docusaurus server-side rendering could not render static page with path /reference/api/unleash/unstable.
Component Figure was not imported, exported, or provided by MDXProvider as global scope
Error: Unexpected: cant find current sidebar in context
[ERROR] Unable to build website for locale en.