mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Book SUMMARY.md: Fix part titles according to mdbook (#2463)
mdBook requires part titles to be H1, not any other heading level. Format documentation on `SUMMARY.md` shows using H1 (one `#`):220cb4f0c8/guide/src/format/summary.md
Parser code specifically looks for H1:220cb4f0c8/src/book/summary.rs (L268)
This commit is contained in:
parent
4e48b2bd8a
commit
bcb0c2b786
|
@ -56,13 +56,13 @@
|
||||||
|
|
||||||
- [Access Control](access_control/intro.md)
|
- [Access Control](access_control/intro.md)
|
||||||
|
|
||||||
## Support
|
# Support
|
||||||
|
|
||||||
- [Troubleshooting](troubleshooting.md)
|
- [Troubleshooting](troubleshooting.md)
|
||||||
- [Frequently Asked Questions](frequently_asked_questions.md)
|
- [Frequently Asked Questions](frequently_asked_questions.md)
|
||||||
- [Glossary of Technical Terms](glossary.md)
|
- [Glossary of Technical Terms](glossary.md)
|
||||||
|
|
||||||
## For Developers
|
# For Developers
|
||||||
|
|
||||||
- [Developer Guide](DEVELOPER_README.md)
|
- [Developer Guide](DEVELOPER_README.md)
|
||||||
- [FAQ](developers/faq.md)
|
- [FAQ](developers/faq.md)
|
||||||
|
|
Loading…
Reference in a new issue