docs(readme): add contributing guide

This commit is contained in:
07akioni 2021-06-05 23:24:07 +08:00
parent 07cbef8017
commit 56e84f1120
6 changed files with 39 additions and 13 deletions

View File

@ -68,6 +68,10 @@ Sorry, currently there is nothing.
- [Discord](https://discord.gg/Pqv7Mev5Dd)
- DingTalk Group 33482509
## Contributing
Please see [CONTRIBUTING.md](https://github.com/TuSimple/naive-ui/blob/main/CONTRIBUTING.md).
## License
Naive UI is licensed under the [MIT license](https://opensource.org/licenses/MIT).

View File

@ -68,6 +68,10 @@ naive-ui 建议使用 [xicons](https://www.xicons.org) 作为图标库。
- [Discord](https://discord.gg/Pqv7Mev5Dd)
- 钉钉群 33482509
## 贡献
请参考 [CONTRIBUTING.md](https://github.com/TuSimple/naive-ui/blob/main/CONTRIBUTING.md)。
## 许可
Naive UI 使用 [MIT license](https://opensource.org/licenses/MIT) 许可证书。

View File

@ -32,6 +32,15 @@ I try to make it not rather slow. At least select, tree, transfer, table and cas
What's more, ..., no more. Just enjoy it.
## Community
- [Discord](https://discord.gg/Pqv7Mev5Dd)
- DingTalk Group 33482509
## Contributing
Please see [CONTRIBUTING.md](https://github.com/TuSimple/naive-ui/blob/main/CONTRIBUTING.md).
## License
Naive UI is licensed under the [MIT license](https://opensource.org/licenses/MIT).

View File

@ -32,6 +32,15 @@ Naive UI 全量使用 Typescript 编写,和你的 Typescript 项目无缝衔
顺便一提,...,没有顺便了。祝你使用愉快。
## 社区
- [Discord](https://discord.gg/Pqv7Mev5Dd)
- 钉钉群 33482509
## 贡献
请参考 [CONTRIBUTING.md](https://github.com/TuSimple/naive-ui/blob/main/CONTRIBUTING.md)。
## 许可
Naive UI 使用 [MIT license](https://opensource.org/licenses/MIT) 许可证书。

View File

@ -20,10 +20,10 @@ export const enDocRoutes = [
path: 'from-v1',
component: () => import('../pages/docs/vue3/enUS/index.vue')
},
{
path: 'experimental-features',
component: () => import('../pages/docs/experimental-features/enUS/index.md')
},
// {
// path: 'experimental-features',
// component: () => import('../pages/docs/experimental-features/enUS/index.md')
// },
{
path: 'customize-theme',
component: () => import('../pages/docs/customize-theme/enUS/index.md')
@ -76,10 +76,10 @@ export const zhDocRoutes = [
path: 'customize-theme',
component: () => import('../pages/docs/customize-theme/zhCN/index.md')
},
{
path: 'experimental-features',
component: () => import('../pages/docs/experimental-features/zhCN/index.md')
},
// {
// path: 'experimental-features',
// component: () => import('../pages/docs/experimental-features/zhCN/index.md')
// },
{
path: 'changelog',
component: () => import('../pages/docs/changelog/zhCN/index.vue')

View File

@ -113,12 +113,12 @@ export function createDocumentationMenuOptions ({ lang, theme, mode }) {
en: 'Create Themed Component',
zh: '创建适配主题的组件',
path: '/theme'
},
{
en: 'Experimental Features',
zh: '试验性特性',
path: '/experimental-features'
}
// {
// en: 'Experimental Features',
// zh: '试验性特性',
// path: '/experimental-features'
// }
]
},
{