docs(web): 添加web开发学习笔记及配置
添加web开发学习笔记目录及相关文档,包括HTML/CSS/JavaScript基础知识讲解和练习示例。同时更新vuepress配置以支持新内容: 1. 新增web开发导航栏入口 2. 添加web笔记模块配置 3. 启用demo插件支持
This commit is contained in:
@@ -33,6 +33,10 @@ export default defineNavbarConfig([
|
||||
text: 'Solidity',
|
||||
link: '/programming/solidity/',
|
||||
},
|
||||
{
|
||||
text: 'Web 开发',
|
||||
link: '/programming/web/',
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user