Skip to content

Commit

Permalink
📝 docs: fix home docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Jan 1, 2024
1 parent 74d20a2 commit c94b081
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,6 @@ import { homepage } from './package.json';
const isWin = process.platform === 'win32';

const themeConfig = {
actions: [
{
link: homepage,
openExternal: true,
text: 'Github',
},
{
link: '/quick-start/intro',
text: 'Get Started',
type: 'primary',
},
],
footer: 'Made with 🤯 by LobeHub',
name: 'Lobe Chat Plugin SDK',
socialLinks: {
Expand Down
7 changes: 7 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@ title: 首页
hero:
title: Chat Plugin <b>SDK</b>
description: Build your Chat Plugin easily
actions:
- text: GitHub
openExternal: true
link: https://github.com/lobehub/chat-plugin-sdk
- text: Get Started
link: /quick-start/intro
type: primary
---
13 changes: 13 additions & 0 deletions docs/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: 首页
hero:
title: Chat Plugin <b>SDK</b>
description: Build your Chat Plugin easily
actions:
- text: GitHub
openExternal: true
link: https://github.com/lobehub/chat-plugin-sdk
- text: 立即开始
link: /zh-CN/quick-start/intro
type: primary
---

0 comments on commit c94b081

Please sign in to comment.