authentik/website
Tana M Berry ed2f0a2d5e
website/docs: edits to full dev env (#5636)
* edits to install full dev env

* remove json files

* Update website/developer-docs/setup/full-dev-environment.md

Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>

* Update website/developer-docs/setup/full-dev-environment.md

Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>

* Update website/developer-docs/setup/full-dev-environment.md

Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>

* Update website/developer-docs/setup/full-dev-environment.md

Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>

* Update website/developer-docs/setup/full-dev-environment.md

Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>

* few tweaks per review

---------

Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Tana Berry <tana@goauthentik.io>
Co-authored-by: Jens L. <jens@goauthentik.io>
2023-05-17 15:44:47 -05:00
..
blog website/blog: flex-hours-blog-draft-for-review (#5598) 2023-05-17 20:21:11 +02:00
developer-docs website/docs: edits to full dev env (#5636) 2023-05-17 15:44:47 -05:00
docs website/docs: added info about how to upgrade (#5589) 2023-05-12 10:25:26 -05:00
help
integrations Zammad: Update Url (#5615) 2023-05-16 13:58:47 +02:00
netlify/functions
src website: add email subscription form to footer (#5597) 2023-05-12 20:03:22 +02:00
static
test
.gitignore
.prettierignore
.prettierrc.json
README.md
babel.config.js
docusaurus.config.js website: add email subscription form to footer (#5597) 2023-05-12 20:03:22 +02:00
docusaurus.docs-only.js blueprints: support setting file URLs in blueprints (#5510) 2023-05-08 15:07:00 +02:00
netlify.toml
package-lock.json website: bump @docusaurus/preset-classic from 2.4.0 to 2.4.1 in /website (#5627) 2023-05-16 12:49:02 +02:00
package.json website: bump @docusaurus/preset-classic from 2.4.0 to 2.4.1 in /website (#5627) 2023-05-16 12:49:02 +02:00
sidebars.js website/docs: add 2023.5 to release sidebar (#5631) 2023-05-16 14:12:30 +02:00
sidebarsDev.js blueprints: support setting file URLs in blueprints (#5510) 2023-05-08 15:07:00 +02:00
sidebarsIntegrations.js website/integrations: Add ProFTPD integration (#5422) 2023-05-03 13:02:53 +03: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.