Skip to content

Commit

Permalink
feat: add favorites content
Browse files Browse the repository at this point in the history
  • Loading branch information
mx committed Mar 17, 2024
1 parent c852d17 commit 7b816b7
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ export default {
{ text: 'Canvas', link: '/favorites/Canvas/' },
{ text: 'Browser', link: '/favorites/Browser/' },
{ text: 'ProblemSolving', link: '/favorites/ProblemSolving/' },
{ text: 'Docker', link: '/favorites/Docker/' },
{ text: '算法', link: '/favorites/算法/' },
]
},
// 社交账户链接
Expand Down
8 changes: 8 additions & 0 deletions docs/favorites/Docker/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: doc
---

# Docker

- [一小时快速上手Docker](https://docker.easydoc.net/doc/81170005/cCewZWoN/lTKfePfP)
- [Docker — 从入门到实践](https://yeasy.gitbook.io/docker_practice)
1 change: 1 addition & 0 deletions docs/favorites/Mac/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

- [Mac初始化配置](https://sxyz.blog/macos-setup/)
- [玩转苹果🍎](https://www.ifunmac.com/)
- [Mac教程-一站式解决大部分Mac问题](https://44maker.github.io/wiki/Mac/index.html)
2 changes: 1 addition & 1 deletion docs/favorites/ProblemSolving/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ layout: doc

## PDF

- [前端实现 PDF 预览的常见方案](https://juejin.cn/post/7143088940953075743#heading-6)
- [前端实现PDF预览的常见方案](https://juejin.cn/post/7143088940953075743#heading-6)

7 changes: 7 additions & 0 deletions docs/favorites/算法/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: doc
---

# 算法

- [动画图解、一键运行的数据结构与算法教程](https://github.com/krahets/hello-algo)

0 comments on commit 7b816b7

Please sign in to comment.