Skip to content

Commit

Permalink
docs: implements changelog page
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Jan 3, 2024
1 parent 3f95640 commit 09e8176
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/locales/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
{
text: getVersion(),
items: [
{ text: 'Changelog', link: '/ru/other/changelog' },
{ text: 'Журнал изменений', link: '/ru/other/changelog' },
{ text: 'Contributing', link: '/ru/community/contributing' },
],
},
Expand Down Expand Up @@ -57,7 +57,7 @@ export default defineConfig({
base: '/ru/other',
collapsed: true,
items: [
{ text: 'Changelog', link: '/changelog' },
{ text: 'Журнал изменений', link: '/changelog' },
{ text: 'License', link: '/license' },
],
},
Expand Down
1 change: 1 addition & 0 deletions docs/other/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!--@include: ../../CHANGELOG.md-->
1 change: 1 addition & 0 deletions docs/ru/other/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!--@include: ../../../CHANGELOG.md-->

0 comments on commit 09e8176

Please sign in to comment.