Skip to content

Commit 01b3172

Browse files
committed
docs: change documentation url
1 parent 2126acb commit 01b3172

File tree

8 files changed

+32
-30
lines changed

8 files changed

+32
-30
lines changed

README-CN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
## 文档
5252

53-
[这里](https://oh-vue-icons.vercel.app/cn)查找图标和查看文档。
53+
[这里](https://oh-vue-icons.netlify.app/cn)查找图标和查看文档。
5454

5555

5656
 
@@ -147,7 +147,7 @@ export default {
147147

148148
对于 [Font Awesome 5](https://fontawesome.com/),来自 `regular` 包的图标的 `name` prop 值的前缀为 `fa-regular-` 而不是 `fa-`,如 `fa-regular-flag`。而 `solid``brands` 包的图标前缀均为 `fa-`,如 `fa-beer``fa-github`
149149

150-
[文档](https://oh-vue-icons.vercel.app/cn/docs#基本用法)中有更多的用法。
150+
[文档](https://oh-vue-icons.netlify.app/cn/docs#基本用法)中有更多的用法。
151151

152152

153153
 
@@ -166,7 +166,7 @@ export default {
166166
| `title` | 图标的 title | `string` | / | / |
167167
| `inverse` | 把图标变成白色 | `boolean` | `true` / `false` | `false` |
168168

169-
[文档](https://oh-vue-icons.vercel.app/cn/docs#示例)中有一些示例。
169+
[文档](https://oh-vue-icons.netlify.app/cn/docs#示例)中有一些示例。
170170

171171

172172
 
@@ -199,7 +199,7 @@ export default {
199199
## 致谢
200200

201201
- 本项目受到了 [vue-awesome](https://github.com/Justineo/vue-awesome)[react-icons](https://github.com/react-icons/react-icons) 的启发并借鉴了它们的部分代码。
202-
- [文档网站](https://oh-vue-icons.vercel.app/)部署在 [Vercel](https://vercel.com/) 上。
202+
- [文档网站](https://oh-vue-icons.netlify.app/)部署在 [Netlify](https://www.netlify.com/) 上。
203203

204204

205205
 

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Now the following 20 icon packs are supported:
5050

5151
## Documentation
5252

53-
Search for icons and view the documentation [here](https://oh-vue-icons.vercel.app).
53+
Search for icons and view the documentation [here](https://oh-vue-icons.netlify.app).
5454

5555

5656
 
@@ -147,7 +147,7 @@ The icon names should be passed using **kebab-case**.
147147

148148
For [Font Awesome 5](https://fontawesome.com/) icons, icons from `regular` pack have name prop values like `fa-regular-flag`. Icons from `solid` and `brands` pack have name prop values like `fa-beer` and `fa-github`.
149149

150-
See the [documentation](https://oh-vue-icons.vercel.app/docs#basic-usage) for more about the usage.
150+
See the [documentation](https://oh-vue-icons.netlify.app/docs#basic-usage) for more about the usage.
151151

152152

153153
 
@@ -166,7 +166,7 @@ See the [documentation](https://oh-vue-icons.vercel.app/docs#basic-usage) for mo
166166
| `title` | Icon title | `string` | / | / |
167167
| `inverse` | Make icon color white? | `boolean` | `true` / `false` | `false` |
168168

169-
Some examples could be found in the [documentation](https://oh-vue-icons.vercel.app/docs#examples).
169+
Some examples could be found in the [documentation](https://oh-vue-icons.netlify.app/docs#examples).
170170

171171

172172
 
@@ -199,7 +199,7 @@ Contributions are welcomed, learn how to contribute [here](CONTRIBUTING.md).
199199
## Acknowledgements
200200

201201
- This project is inspired by and based on [vue-awesome](https://github.com/Justineo/vue-awesome) and [react-icons](https://github.com/react-icons/react-icons).
202-
- The [website](https://oh-vue-icons.vercel.app/) is hosted on [Vercel](https://vercel.com/).
202+
- The [website](https://oh-vue-icons.netlify.app/) is hosted on [Netlify](https://www.netlify.com/).
203203

204204

205205
 

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Source code of the website. Powered by [Vue.js](https://vuejs.org), [Nuxt.js](https://nuxtjs.org) and [tailwindcss](https://tailwindcss.com).
44

5-
The website is hosted on [Vercel](https://vercel.com/).
5+
The website is hosted on [Netlify](https://www.netlify.com/).

docs/content/docs-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ export default {
423423

424424
- 本项目受到了 [vue-awesome](https://github.com/Justineo/vue-awesome)[react-icons](https://github.com/react-icons/react-icons) 的启发并借鉴了它们的部分代码。
425425

426-
- 本站部署在 [Vercel](https://vercel.com/) 上。
426+
- 本站部署在 [Netlify](https://www.netlify.com/) 上。
427427

428428

429429
## 开源协议

docs/content/docs-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ or it will not be bundled, see [Nuxt's documentation](https://nuxtjs.org/docs/2.
433433

434434
- This project is inspired by and based on [vue-awesome](https://github.com/Justineo/vue-awesome) and [react-icons](https://github.com/react-icons/react-icons).
435435

436-
- This website is hosted on [Vercel](https://vercel.com/).
436+
- This website is hosted on [Netlify](https://www.netlify.com/).
437437

438438

439439
## License

package/README-CN.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
- 它是 tree-shakable 的,因此你能够仅引入你需要的图标从而减小打包体积
1515
- 支持 Vue 2 和 Vue 3
16-
- 支持来自 [19 个流行的图标库](#支持的图标库)20000+ 个图标
16+
- 支持来自 [20 个流行的图标库](#支持的图标库)28000+ 个图标
1717

1818

1919
 
2020

2121
## 支持的图标库
2222

23-
目前支持以下 19 个图标库:
23+
目前支持以下 20 个图标库:
2424

2525
| 图标库 | 前缀 | 协议 | 图标数量 |
2626
| ------------------------------------------------------------- | ------ | ------------------------------------------------------------- | ---------- |
@@ -35,21 +35,22 @@
3535
| [Heroicons](https://heroicons.com/) | `hi` | [MIT](https://github.com/tailwindlabs/heroicons/blob/master/LICENSE) | 452 |
3636
| [Ionicons](https://ionicons.com/) | `io` | [MIT](https://github.com/ionic-team/ionicons/blob/master/LICENSE) | 1332 |
3737
| [Line Awesome](https://icons8.com/line-awesome) | `la` | [MIT / Good Boy](https://github.com/icons8/line-awesome/blob/master/LICENSE.md) | 1544 |
38-
| [Octicons](https://primer.style/octicons/) | `oi` | [MIT](https://github.com/primer/octicons/blob/master/LICENSE) | 209 |
38+
| [Material Design icons](https://github.com/google/material-design-icons) | `md` | [Apache 2.0](https://github.com/google/material-design-icons/blob/master/LICENSE) | 6911 |
39+
| [Octicons](https://primer.style/octicons/) | `oi` | [MIT](https://github.com/primer/octicons/blob/master/LICENSE) | 219 |
3940
| [Pokemon Icons](https://theartificial.github.io/pokemon-icons/) (Colorful)| `pi` | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) | 1453 |
4041
| [PrimeIcons](https://github.com/primefaces/primeicons) | `pr` | [MIT](https://github.com/primefaces/primeicons/blob/master/LICENSE) | 202 |
4142
| [Pixelarticons](https://pixelarticons.com/) | `px` | [MIT](https://github.com/halfmage/pixelarticons/blob/master/LICENSE) | 460 |
4243
| [Remix Icon](https://github.com/Remix-Design/RemixIcon) | `ri` | [Apache 2.0](https://github.com/Remix-Design/RemixIcon/blob/master/License) | 2271 |
43-
| [Simple Icons](https://simpleicons.org/) | `si` | [CC0 1.0 Universal](https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md) | 1872 |
44-
| [VSCode Icons](https://github.com/vscode-icons/vscode-icons) (Colorful) | `vi` | [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) | 1068 |
44+
| [Simple Icons](https://simpleicons.org/) | `si` | [CC0 1.0 Universal](https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md) | 1882 |
45+
| [VSCode Icons](https://github.com/vscode-icons/vscode-icons) (Colorful) | `vi` | [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) | 1072 |
4546
| [Weather Icons](https://erikflowers.github.io/weather-icons/) | `wi` | [SIL OFL 1.1](http://scripts.sil.org/OFL) | 219 |
4647

4748

4849
 
4950

5051
## 文档
5152

52-
[这里](https://oh-vue-icons.vercel.app/cn)查找图标和查看文档。
53+
[这里](https://oh-vue-icons.netlify.app/cn)查找图标和查看文档。
5354

5455

5556
 
@@ -146,7 +147,7 @@ export default {
146147

147148
对于 [Font Awesome 5](https://fontawesome.com/),来自 `regular` 包的图标的 `name` prop 值的前缀为 `fa-regular-` 而不是 `fa-`,如 `fa-regular-flag`。而 `solid``brands` 包的图标前缀均为 `fa-`,如 `fa-beer``fa-github`
148149

149-
[文档](https://oh-vue-icons.vercel.app/cn/docs#基本用法)中有更多的用法。
150+
[文档](https://oh-vue-icons.netlify.app/cn/docs#基本用法)中有更多的用法。
150151

151152

152153
 
@@ -165,7 +166,7 @@ export default {
165166
| `title` | 图标的 title | `string` | / | / |
166167
| `inverse` | 把图标变成白色 | `boolean` | `true` / `false` | `false` |
167168

168-
[文档](https://oh-vue-icons.vercel.app/cn/docs#示例)中有一些示例。
169+
[文档](https://oh-vue-icons.netlify.app/cn/docs#示例)中有一些示例。
169170

170171

171172
 
@@ -198,7 +199,7 @@ export default {
198199
## 致谢
199200

200201
- 本项目受到了 [vue-awesome](https://github.com/Justineo/vue-awesome)[react-icons](https://github.com/react-icons/react-icons) 的启发并借鉴了它们的部分代码。
201-
- [文档网站](https://oh-vue-icons.vercel.app/)部署在 [Vercel](https://vercel.com/) 上。
202+
- [文档网站](https://oh-vue-icons.netlify.app/)部署在 [Netlify](https://www.netlify.com/) 上。
202203

203204

204205
 

package/README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ A [Vue](https://vuejs.org/) component for including inline SVG icons from differ
1313

1414
- Tree-shakable, which allows you to only import the used icons
1515
- Supports Vue 2 and Vue 3
16-
- Supports 20000+ icons from 19 popular icon packs, see [here](#supported-icon-packs)
16+
- Supports 28000+ icons from 20 popular icon packs, see [here](#supported-icon-packs)
1717

1818

1919
 
2020

2121
## Supported Icon Packs
2222

23-
Now the following 19 icon packs are supported:
23+
Now the following 20 icon packs are supported:
2424

2525
| Icon Pack | Prefix | License | Icon Numer |
2626
| ------------------------------------------------------------- | ------ | ------------------------------------------------------------- | ---------- |
@@ -35,21 +35,22 @@ Now the following 19 icon packs are supported:
3535
| [Heroicons](https://heroicons.com/) | `hi` | [MIT](https://github.com/tailwindlabs/heroicons/blob/master/LICENSE) | 452 |
3636
| [Ionicons](https://ionicons.com/) | `io` | [MIT](https://github.com/ionic-team/ionicons/blob/master/LICENSE) | 1332 |
3737
| [Line Awesome](https://icons8.com/line-awesome) | `la` | [MIT](https://github.com/ionic-team/ionicons/blob/master/LICENSE) | 1544 |
38-
| [Octicons](https://primer.style/octicons/) | `oi` | [MIT](https://github.com/primer/octicons/blob/master/LICENSE) | 209 |
38+
| [Material Design icons](https://github.com/google/material-design-icons) | `md` | [Apache 2.0](https://github.com/google/material-design-icons/blob/master/LICENSE) | 6911 |
39+
| [Octicons](https://primer.style/octicons/) | `oi` | [MIT](https://github.com/primer/octicons/blob/master/LICENSE) | 219 |
3940
| [Pokemon Icons](https://theartificial.github.io/pokemon-icons/) (Colorful)| `pi` | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) | 1453 |
4041
| [PrimeIcons](https://github.com/primefaces/primeicons) | `pr` | [MIT](https://github.com/primefaces/primeicons/blob/master/LICENSE) | 202 |
4142
| [Pixelarticons](https://pixelarticons.com/) | `px` | [MIT](https://github.com/halfmage/pixelarticons/blob/master/LICENSE) | 460 |
4243
| [Remix Icon](https://github.com/Remix-Design/RemixIcon) | `ri` | [Apache 2.0](https://github.com/Remix-Design/RemixIcon/blob/master/License) | 2271 |
43-
| [Simple Icons](https://simpleicons.org/) | `si` | [CC0 1.0 Universal](https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md) | 1872 |
44-
| [VSCode Icons](https://github.com/vscode-icons/vscode-icons) (Colorful) | `vi` | [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) | 1068 |
44+
| [Simple Icons](https://simpleicons.org/) | `si` | [CC0 1.0 Universal](https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md) | 1882 |
45+
| [VSCode Icons](https://github.com/vscode-icons/vscode-icons) (Colorful) | `vi` | [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) | 1072 |
4546
| [Weather Icons](https://erikflowers.github.io/weather-icons/) | `wi` | [SIL OFL 1.1](http://scripts.sil.org/OFL) | 219 |
4647

4748

4849
 
4950

5051
## Documentation
5152

52-
Search for icons and view the documentation [here](https://oh-vue-icons.vercel.app).
53+
Search for icons and view the documentation [here](https://oh-vue-icons.netlify.app).
5354

5455

5556
 
@@ -146,7 +147,7 @@ The icon names should be passed using **kebab-case**.
146147

147148
For [Font Awesome 5](https://fontawesome.com/) icons, icons from `regular` pack have name prop values like `fa-regular-flag`. Icons from `solid` and `brands` pack have name prop values like `fa-beer` and `fa-github`.
148149

149-
See the [documentation](https://oh-vue-icons.vercel.app/docs#basic-usage) for more about the usage.
150+
See the [documentation](https://oh-vue-icons.netlify.app/docs#basic-usage) for more about the usage.
150151

151152

152153
 
@@ -165,7 +166,7 @@ See the [documentation](https://oh-vue-icons.vercel.app/docs#basic-usage) for mo
165166
| `title` | Icon title | `string` | / | / |
166167
| `inverse` | Make icon color white? | `boolean` | `true` / `false` | `false` |
167168

168-
Some examples could be found in the [documentation](https://oh-vue-icons.vercel.app/docs#examples).
169+
Some examples could be found in the [documentation](https://oh-vue-icons.netlify.app/docs#examples).
169170

170171

171172
 
@@ -198,7 +199,7 @@ Contributions are welcomed, learn how to contribute [here](CONTRIBUTING.md).
198199
## Acknowledgements
199200

200201
- This project is inspired by and based on [vue-awesome](https://github.com/Justineo/vue-awesome) and [react-icons](https://github.com/react-icons/react-icons).
201-
- The [website](https://oh-vue-icons.vercel.app/) is hosted on [Vercel](https://vercel.com/).
202+
- The [website](https://oh-vue-icons.netlify.app/) is hosted on [Netlify](https://www.netlify.com/).
202203

203204

204205
 

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"vue3",
2525
"icons"
2626
],
27-
"homepage": "https://oh-vue-icons.vercel.app",
27+
"homepage": "https://oh-vue-icons.netlify.app",
2828
"bugs": {
2929
"url": "https://github.com/Renovamen/oh-vue-icons/issues"
3030
},

0 commit comments

Comments
 (0)