From 4fa116b02fea65793c05dc639ae789285087b413 Mon Sep 17 00:00:00 2001 From: Xinlei_Zhou <105836659+ZhouXiinlei@users.noreply.github.com> Date: Wed, 26 Apr 2023 13:33:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=A2=9E=E5=8A=A04.6.9.3=E5=B0=8F?= =?UTF-8?q?=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 之前那个没保存是怎么commit的,我不是很理解,这个才增加了东西 --- .vitepress/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.vitepress/config.js b/.vitepress/config.js index 7572a1b..cb7de6c 100644 --- a/.vitepress/config.js +++ b/.vitepress/config.js @@ -431,6 +431,7 @@ export default defineConfig({ { text: '4.6.9深度强化学习', link: '/4.人工智能/4.6.9深度强化学习' }, { text: '4.6.9.1前言', link: '/4.人工智能/4.6.9.1前言' }, { text: '4.6.9.2基础资料推荐', link: '/4.人工智能/4.6.9.2基础资料推荐' }, + { text: '4.6.9.3基本概念介绍', link: '/4.人工智能/4.6.9.3基本概念介绍' }, ] } ]