1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-13 05:56:08 +01:00
nixvim/docs/mdbook/SUMMARY.md
Matt Sturgeon 4f03ca05d9 docs/lib: generalise menu impl using module system
Move the mdbook menu rendering code into the module system and
generalise it to apply to multiple "categories" (mdbook parts) and
"types" of category (prefix, suffix, etc).
2025-09-30 16:21:23 +00:00

30 lines
529 B
Markdown

# Structure for nixvim docs
- [Home](./index.md)
# User guide
- [Installation](./user-guide/install.md)
- [FAQ](./user-guide/faq.md)
- [Configuration examples](./user-guide/config-examples.md)
- [Lazy Loading](./user-guide/lazy-loading.md)
@FUNCTIONS_MENU@
# Platforms
- [Nixvim Platforms](./platforms/index.md)
@PLATFORM_OPTIONS@
- [Standalone](./platforms/standalone.md)
# Options
@NIXVIM_OPTIONS@
#
---
[Contributing](./CONTRIBUTING.md)
[Maintaining](./MAINTAINING.md)
[NixVim Options Search](./search/index.html)