Close
Close full mode
logoBooGi

Navigation

Git RepositoryEdit on Github
Last update: a month ago by Mateusz FilipowiczReading time: 2 min

Understanding navigation is key to setting up you content properly, especially sidebar and content links.

First, lets understand how page links are built from content structure.

Sidebar navigation

When you now understand page links, let's take a deeper look into sidebar navigation. This will help you structure you content properly, and build user-friendly page navigation.

As an example, let's check following simple example:

Sidebar layout

simple sidebar

Directory layout

content
│── index.md
β”‚
└───gettingstarted
β”‚ β”‚
β”‚ │── quickstart.md
β”‚
β”‚
└───configuration
β”‚
│── introduction.md
│── settingup.md
└── settingup
│── features.md
│── search.md

Configuration

sidebar:
ignoreIndex: false
enabled: true
groups:
- order: 1
path: "/gettingstarted"
title: ":rocket: Getting Started"
- order: 2
path: "/configuration"
title: ":wrench: Configuration"
Previous
Full example
Next β€” πŸ”§ Configuration
Themes / styling