docs/site: create the initial chapter list

It is not going to work especially that it will be relative for all
pages so I guess `relref` would work (unfortunately looking like a hack
but whatever).
This commit is contained in:
Gabriel Arazas 2023-07-08 19:07:56 +08:00
parent a43c5024a8
commit ce062e3121
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -0,0 +1,23 @@
* link:./introduction[Introduction]
* The lay of the land
** link:./lay-of-the-land/prerequisites/[Prerequisites]
** link:./lay-of-the-land/channels-support[Channels support]
** link:./lay-of-the-land/whats-in-my-flake[What's in my flake?]
** link:./lay-of-the-land/what-should-not-be-here[What should not be here?]
* Project-specific setup
** link:./project-specific-setup/declarative-host-management[Declarative host management]
** link:./project-specific-setup/declarative-user-management[Declarative user management]
** link:./project-specific-setup/secrets-management[Secrets management]
** link:./project-specific-setup/custom-firefox-addons[Custom Firefox addons]
* NixOS modules
** link:./nixos-modules/profiles[Profiles]
** link:./nixos-modules/workflows[Workflows]
* link:./using-parts-of-my-configuration[Using parts of my configuration]
* link:./faq[Frequently asked questions]
* link:./acknowledgement[Acknowledgement]