Skip to content

Commit a10d9d2

Browse files
committed
docs: implements license page
1 parent 09e8176 commit a10d9d2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/.vitepress/locales/ru.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default defineConfig({
5858
collapsed: true,
5959
items: [
6060
{ text: 'Журнал изменений', link: '/changelog' },
61-
{ text: 'License', link: '/license' },
61+
{ text: 'Лицензия', link: '/license' },
6262
],
6363
},
6464
],

docs/other/license.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# License
2+
3+
<!--@include: ../../LICENSE-->

docs/ru/other/license.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# License
1+
# Лицензия
2+
3+
<!--@include: ../../../LICENSE-->

0 commit comments

Comments
 (0)