diff options
author | Federico Vaga <federico.vaga@vaga.pv.it> | 2018-06-06 00:49:00 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-06-26 17:08:02 +0200 |
commit | 85c32d9c6f3ebcb6807f2a6a54b2578cf281654a (patch) | |
tree | ce291da7be25726ff1aa5cb1c70c70b694663d25 /Documentation/translations/index.rst | |
parent | doc:sphinx: fix parse-header description (diff) | |
download | linux-85c32d9c6f3ebcb6807f2a6a54b2578cf281654a.tar.xz linux-85c32d9c6f3ebcb6807f2a6a54b2578cf281654a.zip |
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 '')
-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 |