From 1d2b83a1e7fe43703066372829e07ef8bcab4675 Mon Sep 17 00:00:00 2001 From: ketan Date: Thu, 3 Oct 2024 16:24:55 +0530 Subject: [PATCH] update blocks --- docs/mkdocs-base.yml | 66 ++++++++++++++++++++++---------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/docs/mkdocs-base.yml b/docs/mkdocs-base.yml index b814e67..ce8cf61 100644 --- a/docs/mkdocs-base.yml +++ b/docs/mkdocs-base.yml @@ -13,14 +13,14 @@ markdown_extensions: - attr_list # lets us resize images see https://github.com/mkdocs/mkdocs/issues/1678#issuecomment-455500757 - sane_lists # needed to keep numbers in ordered lists correct - pymdownx.highlight: - anchor_linenums: true + anchor_linenums: true - pymdownx.inlinehilite #- mdx_truly_sane_lists - toc: - permalink: true - #slugify: !!python/name:pymdownx.slugs.slugify + permalink: true + #slugify: !!python/name:pymdownx.slugs.slugify - pymdownx.snippets: - base_path: . + base_path: . - admonition - tables - pymdownx.details @@ -41,29 +41,29 @@ markdown_extensions: # Navigation nav: - Home: - - Home: index.md - - Code of Conduct: about/code-of-conduct.md - - License: about/license.md - - Running Instances: about/running-instances.md + - Home: index.md + - Code of Conduct: about/code-of-conduct.md + - License: about/license.md + - Running Instances: about/running-instances.md - User: - - user/index.md - - Quickstart: user/quickstart/index.md - - Guide: - - user/guide/index.md - - GEA Reforestation: user/guide/gea-reforestation.md - - GEA Reforestation Tool (Plugin): user/guide/gea-reforestation-tool.md - - NICFI Imagery: user/guide/nicfi-imagery.md - - Sign Up: user/guide/sign-up.md - - Login: user/guide/login.md - - Manual : - - user/manual/index.md - - GEA Reforestation: user/manual/gea-reforestation.md - - GEA Reforestation Tool (Plugin): user/manual/gea-reforestation-tool.md - - NICFI Imagery: user/manual/nicfi-imagery.md - - Sign Up: user/manual/sign-up.md - - Login: user/manual/login.md - - user/user-workflow.md - - user/Appendix1.md + - user/index.md + - Quickstart: user/quickstart/index.md + - Guide: + - user/guide/index.md + - GEA Reforestation: user/guide/gea-reforestation.md + - GEA Reforestation Tool (Plugin): user/guide/gea-reforestation-tool.md + - NICFI Imagery: user/guide/nicfi-imagery.md + - Sign Up: user/guide/sign-up.md + - Login: user/guide/login.md + - Manual : + - user/manual/index.md + - GEA Reforestation: user/manual/gea-reforestation.md + - GEA Reforestation Tool (Plugin): user/manual/gea-reforestation-tool.md + - NICFI Imagery: user/manual/nicfi-imagery.md + - Sign Up: user/manual/sign-up.md + - Login: user/manual/login.md + - user/user-workflow.md + - user/Appendix1.md - Administrators: @@ -100,12 +100,12 @@ nav: - Guide: developer/api/guide/index.md - License: about/license.md - DevOps: - - devops/index.md - - Guide: devops/guide/index.md - - Manual: devops/manual/index.md + - devops/index.md + - Guide: devops/guide/index.md + - Manual: devops/manual/index.md - About: - - About: about/index.md - - License: about/license.md - - Contributing: about/contributing.md - - Disclaimer: about/disclaimer.md + - About: about/index.md + - License: about/license.md + - Contributing: about/contributing.md + - Disclaimer: about/disclaimer.md