diff options
author | David Mehren | 2021-01-13 20:30:32 +0100 |
---|---|---|
committer | David Mehren | 2021-01-13 20:59:32 +0100 |
commit | eaa7a15615425e5d86fd987e8ab8ec72cf781d61 (patch) | |
tree | 2dd85a70c65bdf1a474d9170b559175909aa84e3 /docs | |
parent | c8a7984fa430df3ce7d202d6653a3010585a0b2c (diff) |
Docs: Reorder navigation links
Signed-off-by: David Mehren <git@herrmehren.de>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/mkdocs.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index cffb6a81..dcdd531a 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -19,20 +19,20 @@ nav: - Authentication: - LDAP: guides/auth/ldap-ad.md - OAuth: guides/auth/oauth.md - - SAML : guides/auth/saml.md - - SAML Keycloak : guides/auth/saml-keycloak.md + - SAML: guides/auth/saml.md + - SAML Keycloak: guides/auth/saml-keycloak.md - SAML OneLogin: guides/auth/saml-onelogin.md - GitHub: guides/auth/github.md - GitLab: guides/auth/gitlab-self-hosted.md - Keycloak: guides/auth/keycloak.md - Nextcloud: guides/auth/nextcloud.md - Twitter: guides/auth/twitter.md - - Migrate from Etherpad: guides/migrate-etherpad.md - - Breaking Changes: guides/migrations-and-breaking-changes.md - Media Backend: - - Minion: guides/minio-image-upload.md + - MinIO: guides/minio-image-upload.md - S3: guides/s3-image-upload.md - - Setting Terms: guides/providing-terms.md + - Migrate from Etherpad: guides/migrate-etherpad.md + - Breaking Changes: guides/migrations-and-breaking-changes.md + - Terms of Use Setup: guides/providing-terms.md - Configuration: configuration.md - Developer: - 'Getting Started': dev/getting-started.md |