Skip to content

Commit 09e8176

Browse files
committed
docs: implements changelog page
1 parent 3f95640 commit 09e8176

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default defineConfig({
1212
{
1313
text: getVersion(),
1414
items: [
15-
{ text: 'Changelog', link: '/ru/other/changelog' },
15+
{ text: 'Журнал изменений', link: '/ru/other/changelog' },
1616
{ text: 'Contributing', link: '/ru/community/contributing' },
1717
],
1818
},
@@ -57,7 +57,7 @@ export default defineConfig({
5757
base: '/ru/other',
5858
collapsed: true,
5959
items: [
60-
{ text: 'Changelog', link: '/changelog' },
60+
{ text: 'Журнал изменений', link: '/changelog' },
6161
{ text: 'License', link: '/license' },
6262
],
6363
},

Diff for: docs/other/changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!--@include: ../../CHANGELOG.md-->

Diff for: docs/ru/other/changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!--@include: ../../../CHANGELOG.md-->

0 commit comments

Comments
 (0)