docs: add doc 'Configuration and maintenance'

- Move section `updating` from `usage.md` to `configuration.md` and
  rename `usage.md` -> `services.md`.
  `services.md` documents how enable and interact with node services.

- README: Move `docs` below `Get started`. The `docs` section is short and
  should be easily accessible.
This commit is contained in:
Erik Arvstedt 2021-11-28 21:27:33 +01:00
parent 94aee8174d
commit f52059ce3c
No known key found for this signature in database
GPG key ID: 33312B944DD97846
4 changed files with 252 additions and 16 deletions

View file

@ -329,4 +329,7 @@ You can also build Nix from source by following the instructions at https://nixo
For security reasons, all normal system management tasks can and should be performed with the `operator` user. Logging in as `root` should be done as rarely as possible.
See [usage.md](usage.md) for usage instructions, such as how to update.
See also:
- [Migrating existing services to bitcoind](configuration.md#migrate-existing-services-to-nix-bitcoin)
- [Managing your deployment](configuration.md#managing-your-deployment)
- [Using services](services.md)