Commit Graph

7 Commits

Author SHA1 Message Date
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
Pawel Sikora
7ed94bd919 black reformatting of plugin.py after merge 2021-06-22 06:54:27 +02:00
Steven Joseph
8273b42c9e Fix get auth defaults from os.environ 2021-06-13 16:27:08 +10:00
Pawel Sikora
8bd06ba37a more prints to verbose mode, add more exception handling 2021-05-05 06:56:58 +02:00
Pawel Sikora
2e8f641260 fix obtaining parents ids 2021-05-05 06:28:07 +02:00
Pawel Sikora
a6c0d8df3d Fix syntax 2021-04-28 22:03:06 +02:00
Pawel Sikora
2630e94bbb Add initial v0.1.0 plugin code 2021-04-14 22:58:26 +02:00