From: SeongJae Park <sj@kernel.org>
To: Jonathan Corbet <corbet@lwn.net>
Cc: SeongJae Park <sj@kernel.org>,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 1/3] Docs/translations/ko_KR: link howto.rst with other language versions
Date: Sun, 25 Aug 2024 18:09:47 -0700 [thread overview]
Message-ID: <20240826010949.78305-1-sj@kernel.org> (raw)
The menu for documents of other available languages is created for
documents in same file hierarchy under the translations/ directory.
Because howto.rst of Korean translation is at the root of translations/
directory while that for English is under howto/ directory, the Korean
translation is not linked with other available language versions via the
menu. Move the document under the same hierarchy to make it be linked
with other langauge versions.
Signed-off-by: SeongJae Park <sj@kernel.org>
---
Documentation/translations/ko_KR/index.rst | 2 +-
Documentation/translations/ko_KR/{ => process}/howto.rst | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename Documentation/translations/ko_KR/{ => process}/howto.rst (100%)
diff --git a/Documentation/translations/ko_KR/index.rst b/Documentation/translations/ko_KR/index.rst
index 4add6b2fe1f2..2d51f1481310 100644
--- a/Documentation/translations/ko_KR/index.rst
+++ b/Documentation/translations/ko_KR/index.rst
@@ -11,7 +11,7 @@
.. toctree::
:maxdepth: 1
- howto
+ process/howto
리눅스 커널 메모리 배리어
diff --git a/Documentation/translations/ko_KR/howto.rst b/Documentation/translations/ko_KR/process/howto.rst
similarity index 100%
rename from Documentation/translations/ko_KR/howto.rst
rename to Documentation/translations/ko_KR/process/howto.rst
--
2.39.2
next reply other threads:[~2024-08-26 1:09 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-26 1:09 SeongJae Park [this message]
2024-08-26 1:09 ` [PATCH 2/3] Docs/translations/ko_KR: link memory-barriers wrapper with other language versions SeongJae Park
2024-08-26 1:09 ` [PATCH 3/3] Docs/filesystems/9p: Convert a goo.gl URL to original one SeongJae Park
2024-08-26 1:18 ` Dominique Martinet
2024-08-26 2:21 ` SeongJae Park
2024-08-26 22:41 ` Jonathan Corbet
2024-08-26 22:39 ` [PATCH 1/3] Docs/translations/ko_KR: link howto.rst with other language versions Jonathan Corbet
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240826010949.78305-1-sj@kernel.org \
--to=sj@kernel.org \
--cc=corbet@lwn.net \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).