authentik/website
Tana M Berry cafff808ab
website/docs: "productive" to "production" term change and version info (#5010)
* production site change and version info

* changed future tense to present tense

* fixed section about .env file

* removed code block with port info

---------

Co-authored-by: Tana Berry <tanaberry@Tanas-MacBook-Pro-authentik.local>
2023-03-21 09:04:50 -05:00
..
blog
developer-docs blueprints: allow setting of token key in blueprint context (#4995) 2023-03-18 00:10:12 +01:00
docs website/docs: "productive" to "production" term change and version info (#5010) 2023-03-21 09:04:50 -05:00
help
integrations website/integrations: add detail to MinIO docs (#5000) 2023-03-21 13:26:25 +01:00
netlify/functions
src website: use slider on docs, add flow images (#4997) 2023-03-18 16:21:30 +01:00
static website: use slider on docs, add flow images (#4997) 2023-03-18 16:21:30 +01:00
test
.gitignore
.prettierignore
.prettierrc.json
README.md
babel.config.js
docusaurus.config.js
docusaurus.docs-only.js
netlify.toml
package-lock.json website: bump prettier from 2.8.4 to 2.8.6 in /website (#5029) 2023-03-21 12:09:55 +01:00
package.json website: bump prettier from 2.8.4 to 2.8.6 in /website (#5029) 2023-03-21 12:09:55 +01:00
sidebars.js providers/radius: simple radius outpost (#1796) 2023-03-20 16:54:35 +01:00
sidebarsDev.js blueprints: allow setting of token key in blueprint context (#4995) 2023-03-18 00:10:12 +01:00
sidebarsIntegrations.js website/integrations: Writefreely instructions (#4787) 2023-03-18 19:32:07 +01: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.