From 1a2e519f5e42d36e2a4826f30060084b586e8b74 Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Mon, 13 Feb 2023 22:49:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=9B=86=E6=88=90algolia=E6=90=9C?= =?UTF-8?q?=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.ts | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 387af3cb..83f6b234 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -37,10 +37,6 @@ export default defineConfig({ { text: '前端工程化', link: '/note/Front-end Engineering' } ] }, - { - text: '文章创作', - link: '/article/一文读懂伪类与伪元素' - }, { text: '个人介绍', link: '/self/' @@ -64,7 +60,7 @@ export default defineConfig({ ] }, { - text: '文章创作', + text: '文章归档', collapsible: true, items: [...generateSideBar()] }, @@ -96,6 +92,11 @@ export default defineConfig({ message: 'Released under the MIT License.', copyright: 'Copyright © 2019-present Ziu Chen' }, - lastUpdatedText: 'Updated Date' + lastUpdatedText: 'Updated Date', + algolia: { + apiKey: 'b4fd296ea5e467b3ac4a582160ff3122', + indexName: 'ziuchenio', + appId: 'LFZ2CPWWUG' + } } })