mudkip

Index

Sidebar

The sidebar can be populated by writing a _sidebar.md file, which will create a nav section in the html that'll populate the _sidebar.md's content for you.

While the app atomically processes files as needed, when the _sidebar.md file is changed, all files will be reprocessed, this can either be slow or fast depending on the number of files you have.

As an example, this is what the sidebar file for this documentation site looks like

- [Home](/mudkip/)
  - [Getting Started](/mudkip/getting-started)
  - [Sidebar](/mudkip/sidebar)
  - [CLI Flag Reference](/mudkip/cli)
  - [CI/CD Snippets](/mudkip/ci)

CLI Flags →

← Back