mkdocs-with-confluence/mkdocs_with_confluence
Pawel Sikora edcb998af4 fix: handle missing pages in mkdocs nav section
Add handling of missing (may be on purpose)
navigation section (nav) in mkdocs.yml config file.

If pages are missing in nav, plugin will create the
required pages from the filesystem structure, e.g.

parent1/parent2/.../your_page.md:
                                  # My Page
                                  ...

In the following manner:
Confluence Space:
   * Main Parent:
      * Parent1:
        * Parent2:
          ...:
            - My Page

Fix for Issue: #2
2021-12-07 05:58:17 +01:00
..
__init__.py Add initial v0.1.0 plugin code 2021-04-14 22:58:26 +02:00
plugin.py fix: handle missing pages in mkdocs nav section 2021-12-07 05:58:17 +01:00