From d10297d3121563f493564df5e45a673907776678 Mon Sep 17 00:00:00 2001 From: yunfachi Date: Tue, 1 Oct 2024 11:21:03 +0300 Subject: [PATCH] docs: rename introduction to getting_started --- docs/.vitepress/config.mts | 8 ++++---- docs/src/{ => getting_started}/introduction.md | 0 docs/src/index.md | 2 +- docs/src/ru/{ => getting_started}/introduction.md | 0 docs/src/ru/index.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) rename docs/src/{ => getting_started}/introduction.md (100%) rename docs/src/ru/{ => getting_started}/introduction.md (100%) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index e591826..77e5496 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -47,8 +47,8 @@ function themeConfigEnglish() {return { sidebar: [ { - text: "Introduction", - items: [{ text: "Introduction", link: "/introduction" }], + text: "Getting Started", + items: [{ text: "Introduction", link: "/getting_started/introduction" }], }, { text: "Modules", @@ -113,8 +113,8 @@ function themeConfigRussian() {return { sidebar: [ { - text: "Вступление", - items: [{ text: "Вступление", link: "/ru/introduction" }], + text: "Начнем", + items: [{ text: "Вступление", link: "/ru/getting_started/introduction" }], }, { text: "Модули", diff --git a/docs/src/introduction.md b/docs/src/getting_started/introduction.md similarity index 100% rename from docs/src/introduction.md rename to docs/src/getting_started/introduction.md diff --git a/docs/src/index.md b/docs/src/index.md index cd433a1..7f47156 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -9,7 +9,7 @@ hero: actions: - theme: brand text: Introduction - link: /introduction + link: /getting_started/introduction - theme: alt text: GitHub with Templates link: https://github.com/yunfachi/denix diff --git a/docs/src/ru/introduction.md b/docs/src/ru/getting_started/introduction.md similarity index 100% rename from docs/src/ru/introduction.md rename to docs/src/ru/getting_started/introduction.md diff --git a/docs/src/ru/index.md b/docs/src/ru/index.md index 7a4343d..dae161e 100644 --- a/docs/src/ru/index.md +++ b/docs/src/ru/index.md @@ -9,7 +9,7 @@ hero: actions: - theme: brand text: Введение - link: /ru/introduction + link: /ru/getting_started/introduction - theme: alt text: GitHub с шаблонами link: https://github.com/yunfachi/denix