docs(web): 添加web开发学习笔记及配置
添加web开发学习笔记目录及相关文档,包括HTML/CSS/JavaScript基础知识讲解和练习示例。同时更新vuepress配置以支持新内容: 1. 新增web开发导航栏入口 2. 添加web笔记模块配置 3. 启用demo插件支持
This commit is contained in:
@@ -27,7 +27,8 @@ export default defineUserConfig({
|
||||
math: {
|
||||
type: 'katex',
|
||||
},
|
||||
mermaid: true
|
||||
mermaid: true,
|
||||
demo: true,
|
||||
},
|
||||
/**
|
||||
* 编译缓存,加快编译速度
|
||||
|
||||
Reference in New Issue
Block a user