2026-08-19 18:15:48 +01:00
|
|
|
# Section title and ordering for the MkDocs awesome-pages plugin on
|
|
|
|
|
# docs.lyrapup.pet.
|
|
|
|
|
#
|
|
|
|
|
# The title is set explicitly: with no entry in the site's nav, MkDocs derives
|
|
|
|
|
# the section name from the directory and renders it title-cased as "Nixfiles".
|
|
|
|
|
title: nixfiles
|
|
|
|
|
|
2026-08-19 17:29:24 +01:00
|
|
|
# `index.md` is this repository's root README, copied in by the docs-site build
|
|
|
|
|
# before this directory is synced over the top. The trailing `...` picks up any
|
|
|
|
|
# page added later, so a new file needs no edit here.
|
|
|
|
|
nav:
|
|
|
|
|
- index.md
|
|
|
|
|
- shell.md
|
|
|
|
|
- keybindings.md
|
|
|
|
|
- hosts
|
|
|
|
|
- ...
|