We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
I am working on a documentation site for multiple products (more than 2000 pages in total)
Describe the solution you'd like
I want to create a side menu for every product like
└── product ├── folder 1 │ ├── subfolder 1 │ ├── subfolder 2 │ └── subfolder 3 ├── folder 2
Folders and subfolders may have multiple pages and subfolders
I have tried modifying the menu yaml file without any luck
Thank you
The text was updated successfully, but these errors were encountered:
I released v0.11.1 with support for nested menus. You can define nesting in the following way:
v0.11.1
- title: A pages: - title: B pages: - title: C pages: - title: First - title: Second - title: Third
There might be still a few bugs to iron out. Looking forward to your feedback!
Sorry, something went wrong.
Thank you. That will help us a lot
I published a new release v0.11.2. The sidebar documentation has been updated too. The following changes have been made:
v0.11.2
group
I'll close the issue for now. Feel free to re-open it in case you encounter any issues.
markdumay
No branches or pull requests
Is your feature request related to a problem? Please describe.
I am working on a documentation site for multiple products (more than 2000 pages in total)
Describe the solution you'd like
I want to create a side menu for every product like
└── product
├── folder 1
│ ├── subfolder 1
│ ├── subfolder 2
│ └── subfolder 3
├── folder 2
Folders and subfolders may have multiple pages and subfolders
I have tried modifying the menu yaml file without any luck
pages:
pages:
Thank you
The text was updated successfully, but these errors were encountered: