From e9e0020fb63c233df1735fd9ecff738d7e999b26 Mon Sep 17 00:00:00 2001 From: David Bojsen Date: Mon, 12 Jan 2026 09:02:51 +0100 Subject: [PATCH 1/2] New translations toc.yml (Spanish) --- localizedContent/es/toc.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 localizedContent/es/toc.yml diff --git a/localizedContent/es/toc.yml b/localizedContent/es/toc.yml new file mode 100644 index 00000000..9cb81c0e --- /dev/null +++ b/localizedContent/es/toc.yml @@ -0,0 +1,26 @@ +- name: Home + href: index.md +- name: Getting started + href: getting-started/ + homepage: getting-started/index.md +- name: Features + href: features/ + homepage: features/index.md +- name: How-tos + href: how-tos/ + homepage: how-tos/index.md +- name: Tutorials + href: tutorials/ + homepage: tutorials/index.md +- name: References + href: references/ + homepage: references/index.md +- name: Troubleshooting + href: troubleshooting/ + homepage: troubleshooting/index.md +- name: Security + href: security/ + homepage: security/index.md +- name: API + href: api/ + homepage: api/index.md From fd1dac8faa9b0bfd18ef98f2592fb569783a1e66 Mon Sep 17 00:00:00 2001 From: David Bojsen Date: Mon, 12 Jan 2026 09:02:54 +0100 Subject: [PATCH 2/2] New translations toc.yml (Chinese Simplified) --- localizedContent/zh/toc.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 localizedContent/zh/toc.yml diff --git a/localizedContent/zh/toc.yml b/localizedContent/zh/toc.yml new file mode 100644 index 00000000..9cb81c0e --- /dev/null +++ b/localizedContent/zh/toc.yml @@ -0,0 +1,26 @@ +- name: Home + href: index.md +- name: Getting started + href: getting-started/ + homepage: getting-started/index.md +- name: Features + href: features/ + homepage: features/index.md +- name: How-tos + href: how-tos/ + homepage: how-tos/index.md +- name: Tutorials + href: tutorials/ + homepage: tutorials/index.md +- name: References + href: references/ + homepage: references/index.md +- name: Troubleshooting + href: troubleshooting/ + homepage: troubleshooting/index.md +- name: Security + href: security/ + homepage: security/index.md +- name: API + href: api/ + homepage: api/index.md