Skip to content

Depth in navbar #841

Answered by razonyang
Gordolin asked this question in Q&A
Jan 1, 2023 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

The theme should support unlimited levels on the docs layout, just test this with the skeleton template. Content structure and preview as follows:

$ tree content/docs
content/docs
├── _index.md
├── installation
│   ├── _index.md
│   ├── linux
│   │   ├── _index.md
│   │   ├── archlinux
│   │   │   └── index.md
│   │   ├── sub-linux
│   │   │   ├── _index.md
│   │   │   ├── foobar
│   │   │   │   └── index.md
│   │   │   └── go-deeper
│   │   │       ├── _index.md
│   │   │       └── leaf
│   │   │           └── index.md
│   │   └── ubuntu
│   │       └── index.md
│   └── windows
│       └── index.md
└── introduction
    └── index.md

11 directories, 11 files

Could you please provide the …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Gordolin
Comment options

Answer selected by Gordolin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants