diff options
author | Federico Vaga | 2018-06-06 00:49:00 +0200 |
---|---|---|
committer | Jonathan Corbet | 2018-06-26 09:08:02 -0600 |
commit | 85c32d9c6f3ebcb6807f2a6a54b2578cf281654a (patch) | |
tree | ce291da7be25726ff1aa5cb1c70c70b694663d25 /Documentation/translations | |
parent | f3821276f62c80184f4b7543e423ec5c7f43bbe1 (diff) |
doc: move away translations from top-level index
In translations/ we have now a dedicated index.rst where we add/remove
references to translations. Translations are in English alphabetical
order.
Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/translations')
-rw-r--r-- | Documentation/translations/index.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/translations/index.rst b/Documentation/translations/index.rst new file mode 100644 index 000000000000..4969c58920ef --- /dev/null +++ b/Documentation/translations/index.rst @@ -0,0 +1,12 @@ +.. _translations: + +============ +Translations +============ + +.. toctree:: + :maxdepth: 1 + + zh_CN/index + ko_KR/index + ja_JP/index |