* website/integrations/komga: add integration to sidebar Adds the Komga integration to the sidebar Signed-off-by: 4d62 <github-user@sdko.org> * website/integrations: komga: main body Rewrite previous documentation. Update YML to new format as per the example in the [advanced configuration documentation](https://komga.org/docs/installation/oauth2/#advanced-configuration). Just a few changes Signed-off-by: 4d62 <github-user@sdko.org> * website/integrations: komga: add user-name-attribute warning & change default Updates the default `user-name-attribute` from `sub` to `preferred_username` (I would assume that's what users prefer if there's collaboration, idk) & adds a warning similar to what I did in that latest Mastodon MR. Signed-off-by: 4d62 <github-user@sdko.org> * website/integrations: komga: fix Fixes markdown for service link and updates `authentik.company` placeholder. Signed-off-by: 4d62 <github-user@sdko.org> * website/integrations: komga: cleanup phrasing Restructures the "authentik configuration" section and updates the first sentence of the "Komga configuration" section Signed-off-by: 4d62 <github-user@sdko.org> * website/integrations: komga: lint Lints modified file with Prettier. Signed-off-by: 4d62 <github-user@sdko.org> * website/integrations: komga: fix bold elements Accidentally removed bold from step 1 of "authentik configuration". This fixes the issue. Signed-off-by: 4d62 <github-user@sdko.org> * website/integrations: komga: remove hyphen from yml Others don't have it so this one should not Signed-off-by: 4d62 <github-user@sdko.org> * website/integrations: komga: Address review comments Addresses comments & applies suggestions from the first review round. --------- Signed-off-by: 4d62 <github-user@sdko.org>
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.