From 22f835690ad2680e910a54bfeccfa9f9a7ec7935 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 3 May 2026 00:26:43 +0800 Subject: Restructure Chinese documentation into dedicated subdirectory --- docs/_zh_CN/_sidebar.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/_zh_CN/_sidebar.md (limited to 'docs/_zh_CN/_sidebar.md') diff --git a/docs/_zh_CN/_sidebar.md b/docs/_zh_CN/_sidebar.md new file mode 100644 index 0000000..cc43930 --- /dev/null +++ b/docs/_zh_CN/_sidebar.md @@ -0,0 +1,3 @@ +- [Welcome!](README) +* [Creating your first Program](pages/1-creating-your-first-program) +* [Implementing Fallbacks](pages/2-implementing-fallbacks) -- cgit