From 2fbf6eccaa8be8f8ba77baaace0d37d0ec2af05c Mon Sep 17 00:00:00 2001 From: hizzgdev Date: Wed, 17 Jul 2024 00:43:02 +0800 Subject: [PATCH] update doc cot --- _config.yml | 14 +++++++------- docs/en/{index2.md => index-legacy.md} | 0 docs/zh/{index2.md => index-legacy.md} | 0 3 files changed, 7 insertions(+), 7 deletions(-) rename docs/en/{index2.md => index-legacy.md} (100%) rename docs/zh/{index2.md => index-legacy.md} (100%) diff --git a/_config.yml b/_config.yml index d7781c34..d33868cd 100644 --- a/_config.yml +++ b/_config.yml @@ -11,13 +11,13 @@ show_sidebar: true navigation: # accepts {file, title, url, icon, sidebaricon, level} - {url: "/", title: "About jsMind", icon: bolt, level: 1} - {url: "/docs/zh/", title: "文档", icon: book, level: 1} - - {url: "/docs/zh/get-started", title: "快速上手", icon: book, level: 2} - - {url: "/docs/zh/options", title: "选项", icon: book, level: 2} - - {url: "/docs/zh/3.operation.html", title: "API", icon: book, level: 2} - - {url: "/docs/en/", title: "Document", icon: book, level: 1} - - {url: "/docs/en/get-started", title: "Get Started", icon: book, level: 2} - - {url: "/docs/en/options", title: "Options", icon: book, level: 2} - - {url: "/docs/en/3.operation.html", title: "API", icon: book, level: 2} + - {url: "/docs/zh/get-started/", title: "快速上手", level: 2} + - {url: "/docs/zh/options/", title: "选项", level: 2} + - {url: "/docs/zh/index-legacy.html", title: "旧版文档", icon: book, level: 1} + - {url: "/docs/en/", title: "Documents", icon: book, level: 1} + - {url: "/docs/en/get-started/", title: "Get Started", level: 2} + - {url: "/docs/en/options/", title: "Options", level: 2} + - {url: "/docs/en/index-legacy.html", title: "Legacy Documents", icon: book, level: 1} - {url: "https://github.com/hizzgdev/jsmind", title: "GitHub", icon: github, level: 1} stats: diff --git a/docs/en/index2.md b/docs/en/index-legacy.md similarity index 100% rename from docs/en/index2.md rename to docs/en/index-legacy.md diff --git a/docs/zh/index2.md b/docs/zh/index-legacy.md similarity index 100% rename from docs/zh/index2.md rename to docs/zh/index-legacy.md