authentik/website
dependabot[bot] 7d5cda4c25
website: bump docusaurus-plugin-openapi-docs from 4.3.4 to 4.3.5 in /website (#13153)
website: bump docusaurus-plugin-openapi-docs in /website

Bumps [docusaurus-plugin-openapi-docs](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/tree/HEAD/packages/docusaurus-plugin-openapi-docs) from 4.3.4 to 4.3.5.
- [Release notes](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/releases)
- [Changelog](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/commits/v4.3.5/packages/docusaurus-plugin-openapi-docs)

---
updated-dependencies:
- dependency-name: docusaurus-plugin-openapi-docs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-21 17:17:26 +01:00
..
docs website: Use Docusaurus Frontmatter for badges (#12893) 2025-02-19 18:03:05 +00:00
integrations website: Use Docusaurus Frontmatter for badges (#12893) 2025-02-19 18:03:05 +00:00
remark website: Use Docusaurus Frontmatter for badges (#12893) 2025-02-19 18:03:05 +00:00
scripts/docsmg website: Bump prettier from 3.3.3 to 3.4.1 in /website (#12205) 2024-11-27 15:14:19 +01:00
src website: Use Docusaurus Frontmatter for badges (#12893) 2025-02-19 18:03:05 +00:00
static website/docs: maintenance, re-add system settings (#9026) 2024-03-26 14:42:07 +01:00
test website: update release notes (#6590) 2023-08-22 13:03:11 +02:00
.gitignore website: latest PR for new Docs structure (#11639) 2024-10-09 09:33:40 -05:00
.prettierignore lifecycle: move AWS CFN generation to lifecycle and fix CI (#12743) 2025-01-21 14:48:11 +01:00
.prettierrc.json Migrate to Docusaurus (#329) 2020-11-15 22:42:02 +01:00
README.md website: cleanup readme 2022-09-18 18:45:05 +02:00
babel.config.js Migrate to Docusaurus (#329) 2020-11-15 22:42:02 +01:00
docsmg.env website/scripts: final-ish readme with troubleshooting tips (#10948) 2024-08-16 10:54:09 -05:00
docusaurus.config.ts website: Use Docusaurus Frontmatter for badges (#12893) 2025-02-19 18:03:05 +00:00
migratefile website: latest PR for new Docs structure (#11639) 2024-10-09 09:33:40 -05:00
netlify.toml website: add api reference docs to redirect file (#12551) 2025-01-03 16:44:30 +00:00
package-lock.json website: bump docusaurus-plugin-openapi-docs from 4.3.4 to 4.3.5 in /website (#13153) 2025-02-21 17:17:26 +01:00
package.json website: bump docusaurus-plugin-openapi-docs from 4.3.4 to 4.3.5 in /website (#13153) 2025-02-21 17:17:26 +01:00
sidebars.js website/docs: Flesh out Google Workspaces SAML. (#12701) 2025-01-23 18:26:28 -06:00
sidebarsIntegrations.js website/docs: Add AdventureLog Community Integration Documentation (#12928) 2025-02-18 03:01:42 -06:00
tsconfig.json website: Use Docusaurus Frontmatter for badges (#12893) 2025-02-19 18:03:05 +00:00

README.md

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

npm ci

Local Development

npm run watch

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.