Skip to content

Commit f90c84b

Browse files
committed
docs: add link to go back to guide
1 parent aac7be3 commit f90c84b

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

β€Ždocs/.vitepress/config/en.tsβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ const sidebar = {
7171
PACKAGES.map((pkg) => [
7272
`/reference/api/${pkg}/`,
7373
[
74+
{
75+
text: "Go back to guide",
76+
link: "/guide/getting-started",
77+
},
7478
{
7579
text: "API Reference",
7680
items: getTypedocSidebar(pkg),

β€Ždocs/.vitepress/config/zh.tsβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ const sidebar = {
7171
PACKAGES.map((pkg) => [
7272
`/zh/reference/api/${pkg}/`,
7373
[
74+
{
75+
text: "θΏ”ε›žζŒ‡ε—",
76+
link: "/zh/guide/getting-started",
77+
},
7478
{
7579
text: "API 参考",
7680
items: getTypedocSidebar(pkg),

0 commit comments

Comments
Β (0)