From 4f3c5a77a57a095a18339e09a353c7cf936c3394 Mon Sep 17 00:00:00 2001 From: Ido777 Date: Sun, 11 May 2025 11:41:36 +0300 Subject: [PATCH] Add multilingual support and new index page for System Design Primer - Introduced new index.html file for a language selection interface, allowing users to choose their preferred documentation language. - Added README files in Arabic, Japanese, Turkish, Simplified Chinese, and Traditional Chinese to expand accessibility and support for diverse audiences. - Created an English index.md file to guide users through the updated System Design Primer resources. - Enhanced the overall structure of documentation to facilitate easier navigation and improve user experience. --- docs/{ => ar}/README-ar.md | 0 docs/{ => en}/README.md | 0 docs/en/index.md | 11 +++++ docs/index.html | 62 ++++++++++++++++++++++++++++ docs/{ => ja}/README-ja.md | 0 docs/{ => tr}/README-tr.md | 0 docs/{ => zh-Hans}/README-zh-Hans.md | 0 docs/{ => zh-TW}/README-zh-TW.md | 0 8 files changed, 73 insertions(+) rename docs/{ => ar}/README-ar.md (100%) rename docs/{ => en}/README.md (100%) create mode 100644 docs/en/index.md create mode 100644 docs/index.html rename docs/{ => ja}/README-ja.md (100%) rename docs/{ => tr}/README-tr.md (100%) rename docs/{ => zh-Hans}/README-zh-Hans.md (100%) rename docs/{ => zh-TW}/README-zh-TW.md (100%) diff --git a/docs/README-ar.md b/docs/ar/README-ar.md similarity index 100% rename from docs/README-ar.md rename to docs/ar/README-ar.md diff --git a/docs/README.md b/docs/en/README.md similarity index 100% rename from docs/README.md rename to docs/en/README.md diff --git a/docs/en/index.md b/docs/en/index.md new file mode 100644 index 00000000..6ca11567 --- /dev/null +++ b/docs/en/index.md @@ -0,0 +1,11 @@ +# System Design Primer Update + + +Welcome! This is the official English version of the System Design Primer Update which is a new version of the System Design Primer. + +👉 Start here: [Study Guide](./study_guide.md) +👉 The System Design Primer Update [README](./README.md) +👉 Solve System Design Interview Questions [Solutions](./solutions.md) + + +If you're interested in contributing or translating, check out the [contribution guidelines](../CONTRIBUTING.md) (coming soon). diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 00000000..73b8bf7d --- /dev/null +++ b/docs/index.html @@ -0,0 +1,62 @@ + + + + + + Language Selector + + + + +

🌍 Select Your Language

+

You will be redirected to the selected documentation language.

+ + + +

+ + + + + + diff --git a/docs/README-ja.md b/docs/ja/README-ja.md similarity index 100% rename from docs/README-ja.md rename to docs/ja/README-ja.md diff --git a/docs/README-tr.md b/docs/tr/README-tr.md similarity index 100% rename from docs/README-tr.md rename to docs/tr/README-tr.md diff --git a/docs/README-zh-Hans.md b/docs/zh-Hans/README-zh-Hans.md similarity index 100% rename from docs/README-zh-Hans.md rename to docs/zh-Hans/README-zh-Hans.md diff --git a/docs/README-zh-TW.md b/docs/zh-TW/README-zh-TW.md similarity index 100% rename from docs/README-zh-TW.md rename to docs/zh-TW/README-zh-TW.md