mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-13 14:02:46 +01:00
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).
30 lines
529 B
Markdown
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)
|