Skip to content

v0.3.3

Compare
Choose a tag to compare
@jdoiro3 jdoiro3 released this 01 Apr 16:17
· 140 commits to main since this release
38ef17c

Additions

Previously, !import statements could only be included within top level sections in the nav. Now, the !import statement can be located anywhere in the nav.

nav:
  - Home: index.md
  - microservice:
      - Home: test.md
      - ServiceA: '!import https://github.com/jdoiro3/mkdocs-multirepo-demoRepo1?branch=main'
      - ServiceB: '!import https://github.com/jdoiro3/mkdocs-multirepo-demoRepo1?branch=main'