Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ extra_css:
- stylesheets/extra.css

nav:
- "Intro to DUB": index.md # Moved to top level
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- "Intro to DUB": index.md # Moved to top level
- "Intro to DUB": index.md

putting in a comment will just confuse people reading the code in the future when they expect it to be top level and haven't seen it anywhere else

- "Getting Started":
- "Intro to DUB": index.md
- getting-started/install.md
- getting-started/first-steps.md
- "DUB Guide":
Expand Down