From 6522504ce39d02f1886bcbefd52453d25e30ed8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=A4=A7=E4=BB=99?= <1900919313@qq.com> Date: Mon, 19 Aug 2024 08:33:05 +0800 Subject: [PATCH] c --- docs/.vitepress/navbar/index.ts | 1 + docs/index.md | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/.vitepress/navbar/index.ts b/docs/.vitepress/navbar/index.ts index d74f27e..dcc950d 100644 --- a/docs/.vitepress/navbar/index.ts +++ b/docs/.vitepress/navbar/index.ts @@ -13,6 +13,7 @@ export const nav: DefaultTheme.NavItem[] = [ { text: 'Python', link: 'https://aexiar.github.io/python/notes/' }, ] }, + { text: '数据库', link: 'https://aexiar.github.io/db/notes/' }, { text: '开源软件', link: 'https://aexiar.github.io/open-software/notes/' }, { text: '关于我', link: '/notes/about/' }, ] \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index a1fa35a..f3b5b9e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -55,7 +55,10 @@ hero: link: "https://aexiar.github.io/go/notes/" - theme: alt text: "Python" - link: "https://aexiar.github.io/python/notes/" + link: "https://aexiar.github.io/python/notes/" + - theme: alt + text: "数据库" + link: "https://aexiar.github.io/db/notes/" - theme: alt text: "开源软件" link: "https://aexiar.github.io/open-software/notes/"