页面导航深度和国际化

This commit is contained in:
Meow
2025-12-21 22:14:50 -05:00
committed by yuhan6665
parent 252270c14f
commit c19ba8c86d
+13
View File
@@ -17,6 +17,11 @@ export default defineConfig({
{ text: "开发指南", link: "/development/" },
],
outline: {
level: [2, 4],
label: "页面导航",
},
sidebar: {
"/config/": [
{
@@ -278,6 +283,10 @@ export default defineConfig({
{ text: "Developer Guide", link: "/en/development/" },
],
outline: {
label: "On this page",
},
sidebar: {
"/en/config/": [
{
@@ -608,6 +617,10 @@ export default defineConfig({
{ text: "Руководство разработчика", link: "/ru/development/" },
],
outline: {
label: "Содержание страницы",
},
sidebar: {
"/ru/config/": [
{