Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Nov 28, 2024
1 parent 863ea3a commit 81ff3e2
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default defineConfig({
{ label: '计算机基础', slug: 'books/books' },
{ label: 'MySQL原理', slug: 'books/mysql' },
{ label: 'Redis原理', slug: 'books/redis' },
{ label: 'git学习', slug: 'books/git' },
{ label: 'Kafka/RocketMQ原理', slug: 'books/kafka' },
{ label: 'Elasticsearch原理', slug: 'books/elasticsearch' },
{ label: '后端架构', slug: 'books/architecture' },
Expand Down
18 changes: 18 additions & 0 deletions src/content/docs/books/git.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: git版本管理工具
description: 一起学习git使用.
---

import { Card, CardGrid, LinkCard, Icon } from '@astrojs/starlight/components';

<CardGrid>
<Card title="git工作原理" icon="seti:notebook">
<LinkCard title="网站" href="https://mp.weixin.qq.com/s/pDW39HtH8dwiTq-AodQf5A" />
</Card>
<Card title="git实用技巧" icon="seti:notebook">
<LinkCard title="网站" href="https://mp.weixin.qq.com/s/CtF2kv4CR2t8-5TUJTKdww" />
</Card>
<Card title="git操作场景" icon="seti:notebook">
<LinkCard title="网站" href="https://mp.weixin.qq.com/s/WOGBbtgsKLkmbgqO1SOeUA" />
</Card>
</CardGrid>
9 changes: 9 additions & 0 deletions src/content/docs/books/mysql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,13 @@ import { Card, CardGrid, LinkCard, Icon } from '@astrojs/starlight/components';
<LinkCard title="网站" href="https://xiaolincoding.com/mysql/" />
<LinkCard title="Github" href="https://github.com/xiaolincoder/CS-Base" />
</Card>
<Card title="慢查询分析" icon="seti:notebook">
<LinkCard title="网站" href="https://mp.weixin.qq.com/s/ZHRpSyU7gzDwyVGvzN7fMQ" />
</Card>
<Card title="MySQL 100问" icon="seti:notebook">
<LinkCard title="网站" href="https://mp.weixin.qq.com/s/wwGVsEOq0NCyn62JtF8ndQ" />
</Card>
<Card title="MySQL 82张图" icon="seti:notebook">
<LinkCard title="网站" href="https://mp.weixin.qq.com/s/V62iwhbDVmfgiXN4_z0xsw" />
</Card>
</CardGrid>

0 comments on commit 81ff3e2

Please sign in to comment.