v0.3.3
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'