* website/integrations: owncloud: init Apply changes from old MR * website/integrations: owncloud: easy fixes Some easy fixes to match template * website/integrations: owncloud: lint * website/integrations: owncloud: cleanup authentik configuration section Cleans up the authentik configuration section of this documentation and removes unneeded bits * website/integrations: owncloud: adjust authentik configuration headers Add `### Configuration` header and switch General Settings, Protocl Settings, and Advanced Protocol Settings to H4 * website/integrations: owncloud: update service discovery section & remove unneeded block Updates the service discovery block to be more in-line with documentation, renames "Apache" to "Apache HTTPD" (correct name), removes provider specific documentation for traefik and instead tells users to view provider-specific docs. Also removes section kept last commit * website/integrations: owncloud: start cleanup of "ownCloud configuration" section Starts cleaning up the steps, adds warning for sub and the other one, grammar, styling and bla bla bla * website/integrations: owncloud: fix php Adds single quotes for client-id and client-secret lines. Should be fine I think. Logic says quotes but old docs had none * i really don't care about a broken anchor netlify * a * website/integrations: owncloud: revamp "you're done section" Cleanup and restructure the section * website/integrations: owncloud: finish touch-ups Cleanup the rest of the ownCloud section and update the loginButtonName variable * website/integrations: owncloud: lint Lints the code with Prettier * website/integrations: owncloud: lint again (?) * website/integrations: owncloud: v2 authentik configuration section Applies Tana's suggested format/layout with my suggested modifications. Lint will probably fail so enjoy this nice red cross on the right of this commit :) Signed-off-by: 4d62 <git@sdko.org> * website/integrations: owncloud: lint Yea... That's about it * Update index.md Signed-off-by: 4d62 <git@sdko.org> * Update website/integrations/services/owncloud/index.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: 4d62 <git@sdko.org> * Update website/integrations/services/owncloud/index.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: 4d62 <git@sdko.org> * Update website/integrations/services/owncloud/index.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: 4d62 <git@sdko.org> * Update website/integrations/services/owncloud/index.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: 4d62 <git@sdko.org> * website/integrations: owncloud: remove duplicate * websites/integrations: owncloud: rewrite sentence for clarity * website/integrations: owncloud: better OR for how to config oidc * Fix indent Signed-off-by: 4d62 <git@sdko.org> * Lint * Update website/integrations/services/owncloud/index.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: 4d62 <git@sdko.org> --------- Signed-off-by: 4d62 <git@sdko.org> 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.