nix-community.nixvim/docs/mdbook/SUMMARY.md
Matt Sturgeon b08470b31d
docs: introduce a dedicated homepage
Based of the README for now, with a small additional "welcome to the
docs" section.

Perhaps in future, we could re-use the README.md verbatim? Perhaps with
some additional post-processing.

I think we'd want to dramatically reduce its size first though.

By having a dedicated homepage outside of `user-guide`, this fixes #1625
2024-11-22 17:17:22 +00:00

25 lines
405 B
Markdown

# Structure for nixvim docs
- [Home](./index.md)
# User guide
- [Installation](./user-guide/install.md)
- [Helpers](./user-guide/helpers.md)
- [FAQ](./user-guide/faq.md)
- [Configuration examples](./user-guide/config-examples.md)
# Platforms
- [Home Manager Usage](./modules/hm.md)
- [Standalone Usage](./modules/standalone.md)
# Options
@NIXVIM_OPTIONS@
#
---
[Contributing](./CONTRIBUTING.md)