From b077cbc1fecf8ecbd13821c2f75cb64f64d4d847 Mon Sep 17 00:00:00 2001 From: Jean-Marc Couffin Date: Mon, 6 Jan 2025 14:51:32 +0100 Subject: [PATCH] Update mkdocs.yml --- mkdocs.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 71854a0e3..03847f38d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -51,6 +51,7 @@ plugins: default_handler: python handlers: python: + paths: [pyrevitlib] options: members_order: source merge_init_into_class: true @@ -60,7 +61,6 @@ plugins: filters: - "!^_" - "^_HostApplication" - paths: [pyrevitlib] - exclude: glob: - "*.py" @@ -76,6 +76,7 @@ markdown_extensions: - pymdownx.inlinehilite - pymdownx.snippets - pymdownx.superfences + - pymdownx.details - pymdownx.caret - pymdownx.keys - pymdownx.highlight @@ -85,8 +86,12 @@ markdown_extensions: nav: - Home: README.md - - Contributing: CONTRIBUTING.md + - Developer Notes: + - Repository organization: repo-organization.md + - Developer Guide: dev-guide.md + - Architecture: architecture.md + - Contributing: CONTRIBUTING.md + - Code Of Conduct: CODE_OF_CONDUCT.md - Security: SECURITY.md - - Code Of Conduct: CODE_OF_CONDUCT.md - Credits: CREDITS.md - Reference API: reference/