diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-10-02 09:53:05 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-10-02 10:43:54 +0200 |
commit | 0bc7a22d9393ee3a806c308e8e1dd387858d44ba (patch) | |
tree | 94aba4e541426a2a0e611f922ccceee5a234326b /docs | |
parent | b2d1fbda781c219feeb83941b00ad7d9837b8734 (diff) | |
download | systemd-0bc7a22d9393ee3a806c308e8e1dd387858d44ba.tar.gz |
docs: add a simple, auto-generated index.md
This is useful for the github pages feature
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000000..32366ccb87 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,25 @@ +# systemd Documentation + +* [The Boot Loader Specification](BOOT_LOADER_SPECIFICATION.md) + +* [Control Group APIs and Delegation](CGROUP_DELEGATION.md) + +* [The systemd Community Conduct Guidelines](CODE_OF_CONDUCT.md) + +* [Code Quality Tools](CODE_QUALITY.md) + +* [Contributing](CONTRIBUTING.md) + +* [Porting systemd To New Distributions](DISTRO_PORTING.md) + +* [Known Environment Variables](ENVIRONMENT.md) + +* [Portable Services Introduction](PORTABLE_SERVICES.md) + +* [Steps to a successful release](RELEASE.md) + +* [What settings are currently available for transient units?](TRANSIENT-SETTINGS.md) + +* [Notes for Translators](TRANSLATORS.md) + +* [Users, Groups, UIDs and GIDs on `systemd` systems](UIDS-GIDS.md) |