mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 03:20:08 +02:00
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
25 lines
405 B
Markdown
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)
|