Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 582 Bytes

navigation.md

File metadata and controls

23 lines (17 loc) · 582 Bytes
layout title navigation
page
Navigation
2

Navigation

The navigation supports especially only one level. If you need deep nested structures you propably should use a larger documentation system like GitBook.

Adding a Page to Navigation

Not every page by default is part of the navigation. If you want to add a page to the navigation you have to add the navigation attribute with a desired index:

---
layout: page
title: Navigation
navigation: 2
---

The navigation index is starting with 1 representing the first item.