Skip to content

Commit 2667041

Browse files
committed
docs: create icons page
1 parent 1c77879 commit 2667041

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Diff for: docs/.vitepress/locales/en.ts

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export default defineConfig({
3333
base: '/reference',
3434
items: [
3535
{ text: 'Configuration', link: '/configuration' },
36+
{ text: 'Icons', link: '/icons' },
3637
],
3738
},
3839
{

Diff for: docs/.vitepress/locales/ru.ts

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export default defineConfig({
3333
base: '/ru/reference',
3434
items: [
3535
{ text: 'Конфигурация', link: '/configuration' },
36+
{ text: 'Иконки', link: '/icons' },
3637
],
3738
},
3839
{

Diff for: docs/reference/icons.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Icons

Diff for: docs/ru/reference/icons.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Иконки

0 commit comments

Comments
 (0)