Skip to content

Commit

Permalink
Merge pull request #91 from nerdoc/patch-1
Browse files Browse the repository at this point in the history
make example yaml code better readable
  • Loading branch information
agentbellnorm authored May 12, 2023
2 parents 882e659 + 84a4042 commit 2112f4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,17 @@ nav:
plugins:
- monorepo

```
```yaml
# /src/v1/mkdocs.yml
site_name: versions/v1

nav:
- Reference: "reference.md"
- Changelog: "changelog.md"

```
```yaml
# /src/v2/mkdocs.yml
site_name: versions/v2

Expand Down

0 comments on commit 2112f4e

Please sign in to comment.