diff --git a/astro.config.mjs b/astro.config.mjs index 8140f97..693098d 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -32,6 +32,7 @@ export default defineConfig({ items: [ // Each item here is one entry in the navigation menu. { label: '编程相关', slug: 'tools/programming' }, + { label: 'AI工具', slug: 'tools/ai' }, { label: '其他工具', slug: 'tools/tools' }, ], }, @@ -61,6 +62,13 @@ export default defineConfig({ { label: 'k8s', slug: 'devops/k8s' }, ], }, + { + label: 'AI学习', + items: [ + // Each item here is one entry in the navigation menu. + { label: '大模型学习', slug: 'ai/ai' }, + ], + }, ], defaultLocale: 'root', locales:{ diff --git a/src/content/docs/ai/ai.mdx b/src/content/docs/ai/ai.mdx new file mode 100644 index 0000000..cf46267 --- /dev/null +++ b/src/content/docs/ai/ai.mdx @@ -0,0 +1,4 @@ +--- +title: AI大模型相关资料 +description: 一起学习AI大模型. +--- diff --git a/src/content/docs/tools/ai.mdx b/src/content/docs/tools/ai.mdx new file mode 100644 index 0000000..3dbb1c9 --- /dev/null +++ b/src/content/docs/tools/ai.mdx @@ -0,0 +1,24 @@ +--- +title: AI大模型相关实用工具 +description: 让工作效率飞起来. +--- + +import { Card, CardGrid, LinkCard, Icon } from '@astrojs/starlight/components'; + + + + + + + + + + + + + + + + + +