nix-super/doc/manual/src/language
Alexander Bantyev 36b059748d Split nix-env and nix-store documentation per-subcommand
Documentation on "classic" commands with many sub-commands are
notoriously hard to discover due to lack of overview and anchor links.
Additionally the information on common options and environment variables
is not accessible offline in man pages, and therefore often overlooked
by readers.

With this change, each sub-command of nix-store and nix-env gets its
own page in the manual (listed in the table of contents), and each own
man page.

Also, man pages for each subcommand now (again) list common options
and environment variables. While this makes each page quite long and
some common parameters don't apply, this should still make it easier
to navigate as that additional information was not accessible on the
command line at all.

It is now possible to run 'nix-store --<subcommand> --help` to display
help pages for the given subcommand.

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2023-03-30 09:46:28 +02:00
..
advanced-attributes.md Split nix-env and nix-store documentation per-subcommand 2023-03-30 09:46:28 +02:00
builtin-constants.md manual: remove "Writing Nix Expressions" chapter 2022-08-04 11:59:25 +02:00
builtins-prefix.md manual: remove "Writing Nix Expressions" chapter 2022-08-04 11:59:25 +02:00
builtins-suffix.md manual: remove "Writing Nix Expressions" chapter 2022-08-04 11:59:25 +02:00
constructs.md manual: remove "Writing Nix Expressions" chapter 2022-08-04 11:59:25 +02:00
derivations.md manual: build action -> build task 2022-11-06 13:28:18 +01:00
index.md Fix minor syntax issue in the one of the examples. 2023-02-10 12:01:44 +02:00
operators.md doc: force line breaks where needed 2023-03-22 22:46:23 +01:00
string-interpolation.md antiquotation -> string interpolation 2023-01-02 14:38:57 +01:00
values.md Fix a typo of values.md 2023-03-13 15:34:01 +08:00