Adding a detailed doc beneath a shelf
Create a doc page and link it to a shelf with parent_shelf.
Steps
- Create a file in
_docs/, e.g._docs/deploy-on-ubuntu.md. - Add front matter:
--- title: Deploy on Ubuntu parent_shelf: getting-started nav_id: getting-started category: Setup summary: Steps to deploy on Ubuntu with Nginx. tags: [ubuntu, nginx] --- - Write your Markdown content. The
doclayout renders breadcrumbs and metadata automatically.
Tips
parent_shelfmust match the shelf’sshelf_id.nav_idshould also match so the sidebar highlights correctly.- Use
dateif you want updated timestamps shown on cards.