Skip to content

Commit 45fb634

Browse files
committed
docs: rename introduction to getting_started
1 parent e683133 commit 45fb634

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

docs/.vitepress/config.mts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ function themeConfigEnglish() {return {
4242

4343
nav: [
4444
{ text: "Home", link: "/" },
45-
{ text: "Introduction", link: "/introduction" }
45+
{ text: "Introduction", link: "/getting_started/introduction" }
4646
],
4747

4848
sidebar: [
4949
{
50-
text: "Introduction",
51-
items: [{ text: "Introduction", link: "/introduction" }],
50+
text: "Getting Started",
51+
items: [{ text: "Introduction", link: "/getting_started/introduction" }],
5252
},
5353
{
5454
text: "Modules",
@@ -108,13 +108,13 @@ function themeConfigRussian() {return {
108108

109109
nav: [
110110
{ text: "Главная", link: "/ru/" },
111-
{ text: "Вступление", link: "/ru/introduction" }
111+
{ text: "Вступление", link: "/ru/getting_started/introduction" }
112112
],
113113

114114
sidebar: [
115115
{
116-
text: "Вступление",
117-
items: [{ text: "Вступление", link: "/ru/introduction" }],
116+
text: "Начнем",
117+
items: [{ text: "Вступление", link: "/ru/getting_started/introduction" }],
118118
},
119119
{
120120
text: "Модули",
File renamed without changes.

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ hero:
99
actions:
1010
- theme: brand
1111
text: Introduction
12-
link: /introduction
12+
link: /getting_started/introduction
1313
- theme: alt
1414
text: GitHub with Templates
1515
link: https://github.com/yunfachi/denix
File renamed without changes.

docs/src/ru/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ hero:
99
actions:
1010
- theme: brand
1111
text: Введение
12-
link: /ru/introduction
12+
link: /ru/getting_started/introduction
1313
- theme: alt
1414
text: GitHub с шаблонами
1515
link: https://github.com/yunfachi/denix

0 commit comments

Comments
 (0)