Skip to content

Commit

Permalink
feat: add linux favorites
Browse files Browse the repository at this point in the history
  • Loading branch information
mx52jing committed Jul 14, 2024
1 parent 997e514 commit e1755b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ export default {
{ text: '算法', link: '/favorites/算法/' },
{ text: 'Golang', link: '/favorites/Golang/' },
{ text: 'IDE', link: '/favorites/IDE/' },
{ text: 'Linux', link: '/favorites/Linux/' },
{ text: 'UI设计灵感', link: '/favorites/UI设计灵感/' },
{ text: 'Books', link: '/favorites/Books/' },
{ text: '其他', link: '/favorites/其他/' },
Expand Down
9 changes: 9 additions & 0 deletions docs/favorites/Linux/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: doc
---

# Linux

- [Linux命令大全搜索工具](https://github.com/jaywcjlove/linux-command)

- [explainshell.com](https://explainshell.com/)

0 comments on commit e1755b8

Please sign in to comment.