Skip to content

Commit

Permalink
Merge pull request #49 from zebra-ui/feature/docs
Browse files Browse the repository at this point in the history
docs: 📚 added algolia search
  • Loading branch information
Ru1ers authored Jan 1, 2025
2 parents 29dea45 + 627102b commit d5fbc80
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

## 安装

**详细安装方法,可参考[文档](https://swiper.zebraui.com/)**
**详细安装方法,可参考[文档](https://swiper.zebraui.com/guide/quickstart.html)**

### npm 方式

Expand Down Expand Up @@ -65,7 +65,7 @@ pnpm add @zebra-ui/swiper

`uniapp`提供了`uni_modules`自动引入,使用此方法不需要再单独对组件进行引入。

### 详细安装及使用方法,可参考[文档](https://swiper.zebraui.com/)
### 详细安装及使用方法,可参考[文档](https://swiper.zebraui.com/guide/quickstart.html)

## 文档网站

Expand Down
7 changes: 6 additions & 1 deletion docs/zebra-swiper-docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ export default defineConfig({
{ icon: 'github', link: 'https://github.com/zebra-ui/zebra-swiper' }
],
search: {
provider: 'local'
provider: 'algolia',
options: {
appId: 'VX6GY276LN',
apiKey: '1390b67f732815b32c1f89221bb014e5',
indexName: 'swiper-zebraui'
}
}
},
vite: {
Expand Down
4 changes: 2 additions & 2 deletions example/normal/uni_modules/zebra-swiper/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

## 安装

**详细安装方法,可参考[文档](https://swiper.zebraui.com/)**
**详细安装方法,可参考[文档](https://swiper.zebraui.com/guide/quickstart.html)**

### npm 方式

Expand Down Expand Up @@ -65,7 +65,7 @@ pnpm add @zebra-ui/swiper

`uniapp`提供了`uni_modules`自动引入,使用此方法不需要再单独对组件进行引入。

### 详细安装及使用方法,可参考[文档](https://swiper.zebraui.com/)
### 详细安装及使用方法,可参考[文档](https://swiper.zebraui.com/guide/quickstart.html)

## 文档网站

Expand Down
4 changes: 2 additions & 2 deletions src/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

## 安装

**详细安装方法,可参考[文档](https://swiper.zebraui.com/)**
**详细安装方法,可参考[文档](https://swiper.zebraui.com/guide/quickstart.html)**

### npm 方式

Expand Down Expand Up @@ -65,7 +65,7 @@ pnpm add @zebra-ui/swiper

`uniapp`提供了`uni_modules`自动引入,使用此方法不需要再单独对组件进行引入。

### 详细安装及使用方法,可参考[文档](https://swiper.zebraui.com/)
### 详细安装及使用方法,可参考[文档](https://swiper.zebraui.com/guide/quickstart.html)

## 文档网站

Expand Down

0 comments on commit d5fbc80

Please sign in to comment.