authentik/website
Jens L 8790f7059a
website/docs: switch API browser renderer to PAN (#9570)
* website/docs: switch API browser renderer to PAN

https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/
Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* hey we can actually directly link to API endpoints now

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* set as sub category

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* revert sidebars back to JS for tests

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
2024-05-04 23:49:33 +02:00
..
developer-docs website/docs: switch API browser renderer to PAN (#9570) 2024-05-04 23:49:33 +02:00
docs website/docs: switch API browser renderer to PAN (#9570) 2024-05-04 23:49:33 +02:00
integrations website/docs: fix openssl rand commands (#9554) 2024-05-03 14:24:04 +02:00
src website: redirect root to /docs (#8754) 2024-02-29 18:09:18 +01: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/docs: switch API browser renderer to PAN (#9570) 2024-05-04 23:49:33 +02:00
.prettierignore website: format docs with prettier (#2833) 2022-05-09 21:22:41 +02: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
docusaurus.config.ts website/docs: switch API browser renderer to PAN (#9570) 2024-05-04 23:49:33 +02:00
netlify.toml website/docs: move Applications docs up a level, other edits (#8712) 2024-02-29 15:55:06 -06:00
package-lock.json website/docs: switch API browser renderer to PAN (#9570) 2024-05-04 23:49:33 +02:00
package.json website/docs: switch API browser renderer to PAN (#9570) 2024-05-04 23:49:33 +02:00
sidebars.js website/docs: 2024.4 release notes (#9267) 2024-04-19 15:32:48 +02:00
sidebarsDev.js website/docs: switch API browser renderer to PAN (#9570) 2024-05-04 23:49:33 +02:00
sidebarsIntegrations.js website/integrations: move Fortimanager to Networking (#9505) 2024-04-29 05:20:54 -05: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.