mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-02-16 18:30:55 +01:00
fix: minor fix
This commit is contained in:
parent
324b79f43f
commit
5538964793
@ -156,9 +156,9 @@ export default defineConfig({
|
|||||||
themeConfig: {
|
themeConfig: {
|
||||||
// https://vitepress.dev/reference/default-theme-config
|
// https://vitepress.dev/reference/default-theme-config
|
||||||
nav: [
|
nav: [
|
||||||
{ text: "Home", link: "/zh/" },
|
{ text: "首页", link: "/zh/" },
|
||||||
{ text: "Get Started", link: "/zh/introduction/index.md" },
|
{ text: "开始使用", link: "/zh/introduction/index.md" },
|
||||||
{ text: "Best Pracetice", link: "/zh/best-practices/intro.md" },
|
{ text: "最佳实践", link: "/zh/best-practices/intro.md" },
|
||||||
],
|
],
|
||||||
|
|
||||||
sidebar: [
|
sidebar: [
|
||||||
|
Loading…
Reference in New Issue
Block a user