Skip to content

Commit

Permalink
Update mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcouffin authored Jan 6, 2025
1 parent 32b7eaa commit b077cbc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ plugins:
default_handler: python
handlers:
python:
paths: [pyrevitlib]
options:
members_order: source
merge_init_into_class: true
Expand All @@ -60,7 +61,6 @@ plugins:
filters:
- "!^_"
- "^_HostApplication"
paths: [pyrevitlib]
- exclude:
glob:
- "*.py"
Expand All @@ -76,6 +76,7 @@ markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- pymdownx.caret
- pymdownx.keys
- pymdownx.highlight
Expand All @@ -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/

0 comments on commit b077cbc

Please sign in to comment.