Skip to content

Commit

Permalink
fix: petercat.ai
Browse files Browse the repository at this point in the history
  • Loading branch information
hailaz committed Nov 26, 2024
1 parent 6fccd8f commit 43fa36e
Show file tree
Hide file tree
Showing 7 changed files with 1,442 additions and 22,609 deletions.
16 changes: 11 additions & 5 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

`GoFrame`官网源码。

## 本地运行
Expand All @@ -22,15 +21,14 @@ yarn build

## 教程贡献

Step1: 教程的markdown文件请提交到`docs/course`目录下,每个教程使用单独的目录管理。
Step1: 教程的 markdown 文件请提交到`docs/course`目录下,每个教程使用单独的目录管理。

Step2: 在`docusaurus.config.ts`配置文件中添加顶部菜单。

Step3: 在`sidebars.ts`配置文件中的`courseSidebar`配置项中添加侧边栏菜单,参考已有配置。

Step4: 本地执行`yarn start`查看效果,并调整样式,直到满意后提交`PR`


## 案例展示

- 案例图片大小限制:`640x320`,存放于目录:[src/data/showcase](./src/data/showcase/)
Expand All @@ -50,15 +48,14 @@ yarn run write-translations --locale en
yarn run start --locale en
```


## 多版本

创建新版本

```bash
yarn run docusaurus docs:version v2.7.x
```


## 评论设置

文档 https://rikublock.dev/docs/tutorials/giscus-integration/
Expand All @@ -67,3 +64,12 @@ yarn run docusaurus docs:version v2.7.x
# 因为插入的位置不同,我们使用 swizzle DocItem/Paginator来修改
yarn run swizzle @docusaurus/theme-classic DocItem/Paginator --wrap --typescript
```

## petercat.ai

文档 https://github.com/petercat-ai/petercat/blob/main/docs/guides/quick_%20assistant_start_cn.md

```shell
# 因为插入的位置不同,我们使用 swizzle Layout来修改
yarn run swizzle @docusaurus/theme-classic Layout --wrap --typescript
```
Loading

0 comments on commit 43fa36e

Please sign in to comment.