Skip to content

Commit

Permalink
feat: 规划未来一周文章计划
Browse files Browse the repository at this point in the history
  • Loading branch information
clh committed Dec 12, 2024
1 parent 2464670 commit fc98a2e
Show file tree
Hide file tree
Showing 22 changed files with 39 additions and 30 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default defineConfig({
nav: [
{ text: "Home", link: "/" },
{ text: "Front-end", link: "/front/engi/rule", activeMatch: "/front/" },
{ text: "Back-end", link: "/back/index", activeMatch: "/back/" },
{ text: "Back-end", link: "/back/framework/nest", activeMatch: "/back/" },
{ text: "Others", link: "/others/operation/md", activeMatch: "/others/" },
],
search: {
Expand Down
17 changes: 9 additions & 8 deletions docs/.vitepress/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ export default {
},
{
text: "微前端架构浅析",
link: "/front/engi/micro-front",
link: "/front/engi/microFront",
},
{
text: "Npm发包流程",
link: "/front/engi/npmPublish",
},
],
},
Expand All @@ -31,7 +35,7 @@ export default {
},
{
text: "浏览器工作原理",
link: "front/base/browser",
link: "front/base/browserCore",
},
],
},
Expand Down Expand Up @@ -63,17 +67,14 @@ export default {
text: "back",
items: [
{
text: "Framework",
text: "后端框架",
items: [
{
text: "Nest.js",
link: "/back/nest",
text: "Nest",
link: "/back/framework/nest",
},
],
},
{
text: "常用数据库浅析",
},
],
},
{
Expand Down
3 changes: 3 additions & 0 deletions docs/back/framework/nest/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 从 0 到 1 使用 nest 框架搭建后台服务

敬请期待
3 changes: 0 additions & 3 deletions docs/back/index.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/back/nest.md

This file was deleted.

3 changes: 3 additions & 0 deletions docs/front/base/browserCore/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 浏览器工作原理与实践

敬请期待
3 changes: 3 additions & 0 deletions docs/front/base/debugger/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 前端常用 debugger 技巧

敬请期待
3 changes: 3 additions & 0 deletions docs/front/engi/microFront/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 浅析微前端常见方案

敬请期待
3 changes: 3 additions & 0 deletions docs/front/engi/monorepo/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Monorepo 理论与实践

敬请期待
3 changes: 3 additions & 0 deletions docs/front/engi/npmPublish/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Npm 发包流程实践

敬请期待
File renamed without changes
2 changes: 1 addition & 1 deletion docs/front/engi/rule.md → docs/front/engi/rule/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,4 +406,4 @@ module.exports = {
```

至此配置完成,后续提交代码使用 git cz 命令即可进行可视化提交,具体效果如下
![alt text](/front/engi/cz.png)
![alt text](/cz.png)
3 changes: 0 additions & 3 deletions docs/front/index.md

This file was deleted.

3 changes: 3 additions & 0 deletions docs/front/mini/pacakgeSize/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 小程序包体积优化

敬请期待
1 change: 0 additions & 1 deletion docs/front/mini/packageSize.md

This file was deleted.

3 changes: 3 additions & 0 deletions docs/front/mini/uniapp/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Uniapp 跨端开发踩坑合集

敬请期待
3 changes: 0 additions & 3 deletions docs/front/waterfall.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ features:
- title: Back End
icon:
src: /home/back-end-icon.svg
link: /back/index
link: /back/framework/nest
details: Back-end framework applications such as express and nest.js, as well as the operation of common data such as mysql and mongodb
- title: Others
icon:
Expand Down
3 changes: 0 additions & 3 deletions docs/others/index.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/others/maintain/ng.md

This file was deleted.

3 changes: 3 additions & 0 deletions docs/others/maintain/ng/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Nginx 理论与实践

敬请期待
File renamed without changes.

0 comments on commit fc98a2e

Please sign in to comment.