-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Support empty first item, to create section contents? #31
Comments
The solution in mkdocs_literate_nav for this is:
Bonus style points for actual literate nav:
|
To support this workaround in mkdocs-gen-files, this would be the code change: |
Awesome, I missed this option in the docs, sorry! This option solves my use-case, so the change in mkdocs-gen-files is not critical (but could allow per-summary configuration instead of only global configuration 👍). Thanks @oprypin. |
Without literate-nav, I do this in
nav
:(I use your section-index plugin)
How would I go about doing the same with literate-nav and gen-files?
If I do the following:
...and write this SUMMARY.md manually:
...it works. But I don't think I can programmatically create such a literate nav with gen-files:
The text was updated successfully, but these errors were encountered: