Skip to content

Commit c349285

Browse files
committed
Change Index page
1 parent 2859b41 commit c349285

File tree

637 files changed

+1237
-1323
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

637 files changed

+1237
-1323
lines changed

docs/.vitepress/config.mjs

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ export default defineConfig({
2222
},
2323
]
2424
}),
25-
GitChangelogMarkdownSection({
26-
exclude: (id) => id.endsWith('what-is-hdzero.md'),
27-
}),
25+
GitChangelogMarkdownSection(),
2826
],
2927
},
3028
head: [['link', { rel: 'icon', href: '/short-icon.png' }]],
@@ -88,13 +86,13 @@ export default defineConfig({
8886
pattern: 'https://github.com/hd-zero/hd-zero.github.io/edit/main/docs/:path'
8987
},
9088
nav: [
91-
{ text: 'Documents', link: '/what-is-hdzero' }
89+
{ text: 'Documents', link: '/' }
9290
],
9391
sidebar: [
9492
{
9593
text: 'Home',
9694
items: [
97-
{ text: 'What is HDZero?', link: '/what-is-hdzero' },
95+
{ text: 'What is HDZero?', link: '/' },
9896
]
9997
},
10098
{
@@ -221,13 +219,13 @@ export default defineConfig({
221219
text: '在 GitHub 上编辑'
222220
},
223221
nav: [
224-
{ text: '文档', link: '/zh/what-is-hdzero' }
222+
{ text: '文档', link: '/zh' }
225223
],
226224
sidebar: [
227225
{
228226
text: '首页',
229227
items: [
230-
{ text: '什么是 HDZero?', link: '/zh/what-is-hdzero' },
228+
{ text: '什么是 HDZero?', link: '/zh' },
231229
]
232230
},
233231
{
@@ -345,11 +343,11 @@ export default defineConfig({
345343
'https://github.com/hd-zero/hd-zero.github.io/edit/main/docs/:path',
346344
text: 'Редактировать на GitHub'
347345
},
348-
nav: [{ text: 'Документы', link: '/ru/what-is-hdzero' }],
346+
nav: [{ text: 'Документы', link: '/ru' }],
349347
sidebar: [
350348
{
351349
text: 'Главная',
352-
items: [{ text: 'Что такое HDZero?', link: '/ru/what-is-hdzero' }]
350+
items: [{ text: 'Что такое HDZero?', link: '/ru' }]
353351
},
354352
{
355353
text: 'Передатчики (VTX)',

docs/.vitepress/dist/404.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

docs/.vitepress/dist/aio15-bind.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

docs/.vitepress/dist/aio15-firmware.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

docs/.vitepress/dist/aio15-installation.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

docs/.vitepress/dist/aio15-introduction.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

docs/.vitepress/dist/aio5-bind.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

docs/.vitepress/dist/aio5-firmware.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

docs/.vitepress/dist/aio5-installation.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

docs/.vitepress/dist/aio5-introduction.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)