* website/docs: policy for email whitelist: revamp Updates the documentation to add an expression for source authentication. Then, it fixes the existing expression to work with authentik 2024.12.1 . Finally, the documentation page it-self is cleaned up and touched up. Signed-off-by: 4d62 <github-user@sdko.org> * website/docs: policy for email whitelist: lowercase title Sets the title back to being lowercase, oops Signed-off-by: 4d62 <github-user@sdko.org> * website/docs: customize: whatever-title-i-put-before: lint Lints the code with prettier. * remind me to not run npx prettier --write website/docs/ * suggestions * Update website/docs/customize/policies/expression/whitelist_email.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: 4d62 <git@sdko.org> * Update website/docs/customize/policies/expression/whitelist_email.md Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> --------- Signed-off-by: 4d62 <github-user@sdko.org> Signed-off-by: 4d62 <git@sdko.org> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
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.