Skip to content

Commit da88f99

Browse files
author
qwe7002
committed
feat(docs): enhance sidebar with project summaries and updated links
1 parent 3c8ba06 commit da88f99

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

.vitepress/config.mts

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ export default defineConfigWithTheme<ExtendedConfig>({
2323
copyright: "Copyright 2018-2025 Reall System LTD, Telegram is a trademark of Telegram Messenger LLP.",
2424
},
2525
sidebar: [
26+
{
27+
text: "Project Summary & Instructions",
28+
items: [
29+
{ text: "Development Manual", link: "/" },
30+
{ text: "Project Introduction", link: "/instructions/project.instructions" },
31+
],
32+
},
2633
{
2734
text: "Developer Documentation",
2835
items: [
@@ -34,10 +41,17 @@ export default defineConfigWithTheme<ExtendedConfig>({
3441
{ text: "String Resources Organization", link: "/STRING_RESOURCES" },
3542
],
3643
},
44+
{
45+
text: "Development Summary",
46+
items: [
47+
{ text: "Language Pack Update Summary", link: "/summary/LANGUAGE_PACK_UPDATE_SUMMARY" },
48+
{ text: "Template Update Summary", link: "/summary/TEMPLATE_UPDATE_SUMMARY" },
49+
],
50+
},
3751
{
3852
text: "CI Documentation",
3953
items: [
40-
{ text: "Translation Checker", link: "/TRANSLATION_CHECKER" },
54+
{ text: "Translation Checker", link: "/ci/TRANSLATION_CHECKER" },
4155
],
4256
}
4357
],
File renamed without changes.

0 commit comments

Comments
 (0)