From 1d92a8175565f758bf05bbeb92afcaf0d2fa5cd2 Mon Sep 17 00:00:00 2001 From: David Mehren Date: Mon, 11 Jan 2021 11:53:28 +0100 Subject: Docs: Enable SuperFences extension This allows indented code blocks in lists Signed-off-by: David Mehren --- docs/mkdocs.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/mkdocs.yml') diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index fd090fe5..8a2228cc 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -44,6 +44,7 @@ nav: markdown_extensions: - toc: permalink: true + - pymdownx.superfences theme: name: 'material' language: en -- cgit v1.2.3 From bf7d4ddcd85bd797b15f430543240af2a04afbba Mon Sep 17 00:00:00 2001 From: David Mehren Date: Mon, 11 Jan 2021 12:04:56 +0100 Subject: GitHub Auth Guide: Fix indentation Signed-off-by: David Mehren --- docs/mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/mkdocs.yml') diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 8a2228cc..1560af46 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -21,11 +21,11 @@ nav: - OAuth: guides/auth/oauth.md - SAML : guides/auth/saml.md - SAML Keycloak : guides/auth/saml-keycloak.md - - SAML Onelogin : guides/auth/saml-onelogin.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 + - 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 -- cgit v1.2.3 From 1256eb3cd32d08634274c475f93d7fdb101df0f5 Mon Sep 17 00:00:00 2001 From: David Mehren Date: Wed, 13 Jan 2021 17:53:57 +0100 Subject: Docs: Use extensions to make markdown parsing more like GFM Signed-off-by: David Mehren --- docs/mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/mkdocs.yml') diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 1560af46..cffb6a81 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -44,7 +44,9 @@ nav: markdown_extensions: - toc: permalink: true + - pymdownx.highlight - pymdownx.superfences + - mdx_truly_sane_lists theme: name: 'material' language: en -- cgit v1.2.3 From eaa7a15615425e5d86fd987e8ab8ec72cf781d61 Mon Sep 17 00:00:00 2001 From: David Mehren Date: Wed, 13 Jan 2021 20:30:32 +0100 Subject: Docs: Reorder navigation links Signed-off-by: David Mehren --- docs/mkdocs.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/mkdocs.yml') 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 -- cgit v1.2.3