mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-11-27 04:09:51 +08:00
docs(readme): add contributing guide
This commit is contained in:
parent
07cbef8017
commit
56e84f1120
@ -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).
|
||||
|
@ -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) 许可证书。
|
||||
|
@ -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).
|
||||
|
@ -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) 许可证书。
|
||||
|
@ -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')
|
||||
|
@ -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'
|
||||
// }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user