authentik/website
dependabot[bot] 687f6d683a
website: bump semver and postman-code-generators in /website (#12443)
Bumps [semver](https://github.com/npm/node-semver) and [postman-code-generators](https://github.com/postmanlabs/code-generators). These dependencies needed to be updated together.

Updates `semver` from 7.3.5 to 7.5.4
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.3.5...v7.5.4)

Updates `postman-code-generators` from 1.10.1 to 1.14.1
- [Release notes](https://github.com/postmanlabs/code-generators/releases)
- [Changelog](https://github.com/postmanlabs/postman-code-generators/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/postmanlabs/code-generators/compare/v1.10.1...v1.14.1)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
- dependency-name: postman-code-generators
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-20 22:04:06 +01:00
..
docs root: backport version bump (#12426) 2024-12-19 21:27:13 +01:00
integrations website/integrations: update argocd terraform examples (#12370) 2024-12-18 14:21:31 +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/docs: update preview status of different features (#11817) 2024-10-25 21:37:20 +02: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 website/docs: install: add aws (#12082) 2024-12-01 15:43:14 +00: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 providers/oauth2: allow m2m for JWKS without alg in keys (#12196) 2024-11-27 19:01:40 +01:00
migratefile website: latest PR for new Docs structure (#11639) 2024-10-09 09:33:40 -05:00
netlify.toml stages/redirect: create redirect stage (#12275) 2024-12-12 18:00:09 +01:00
package-lock.json website: bump semver and postman-code-generators in /website (#12443) 2024-12-20 22:04:06 +01:00
package.json website: bump docusaurus-theme-openapi-docs from 4.3.0 to 4.3.1 in /website (#12373) 2024-12-18 13:19:02 +01:00
sidebars.js website/docs: add content about bindings (#11787) 2024-12-19 20:35:20 +01:00
sidebarsIntegrations.js website/integrations: added hoarder integration (#12161) 2024-12-17 10:46:35 -06: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.