-
-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
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
feat: add multi level section menu #617
Conversation
Looking really cool! Nice job! Only issue with it I can see is that.. I decided to start work on converting all my docs to doks, but now that this is coming I want to procrastinate! (just a joke obviously) |
You could cherry pick 😉 Only this file really changed: |
Yep, that's what I was planning on doing actually since we're forking and merging as necessary due to the significant changes we plan to do, I do really appreciate the information though, saves me figuring it out! I was mainly trying to express my excitement for this feature and my appreciation for your work. |
Thanks for that! How to /documentation will be available soon |
feat: add multi level section menu
https://deploy-preview-617--doks.netlify.app/
This PR also implements the option to auto generate the menu from the directory-folder (tree) structure (no manual configuration needed, respects set weight, respects setting
mainSections
) 🚀New menu option setup in
./config/_default/params.toml
:So, we get four multi level section menu options:
How to use /documentation will be available soon.