mirror of https://github.com/longtai-cn/hippo4j
parent
22dfb9566e
commit
5a71884851
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"label": "社区",
|
||||||
|
"position": 1,
|
||||||
|
"link": {
|
||||||
|
"type": "generated-index"
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
sidebar_position: 1
|
||||||
|
---
|
||||||
|
|
||||||
|
# 开发者指南
|
||||||
|
|
||||||
|
|
||||||
|
为了让您的 id 显示在 contributor 列表中,别忘了以下设置:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
git config --global user.name "username"
|
||||||
|
git config --global user.email "github账号邮箱"
|
||||||
|
```
|
||||||
|
|
||||||
|
## 开发者列表
|
||||||
|
|
||||||
|
您可以在 [Hippo4J](https://github.com/opengoofy/hippo4j/graphs/contributors) 和 [Hippo4J Console](https://github.com/opengoofy/hippo4j-console) 的贡献列表中找到全部的贡献者名单。
|
||||||
|
|
||||||
|
<a href="https://github.com/opengoofy/hippo4j/graphs/contributors"><img src="https://contrib.rocks/image?repo=opengoofy/hippo4j"/></a>
|
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
sidebar_position: 2
|
||||||
|
---
|
||||||
|
|
||||||
|
# 核心开发者
|
||||||
|
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td align="center"><a href="https://github.com/mabaiwan"><img src="https://avatars.githubusercontent.com/u/77398366?v=4?s=100" width="100px;" alt=""/><br /><sub><b>马称</b></sub></a></td>
|
||||||
|
<td align="center"><a href="https://github.com/shining-stars-lk"><img src="https://avatars.githubusercontent.com/u/40255310?v=4?s=100" width="100px;" alt=""/><br /><sub><b>陆宽</b></sub></a></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
sidebar_position: 4
|
|
||||||
---
|
|
||||||
|
|
||||||
# 贡献者指南
|
|
||||||
|
|
||||||
为了让您的 id 显示在 contributor 列表中,别忘了以下设置:
|
|
||||||
|
|
||||||
```shell script
|
|
||||||
git config --global user.name "username"
|
|
||||||
git config --global user.email "github账号邮箱"
|
|
||||||
```
|
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"label": "其它",
|
"label": "其它",
|
||||||
"position": 5,
|
"position": 6,
|
||||||
"link": {
|
"link": {
|
||||||
"type": "generated-index"
|
"type": "generated-index"
|
||||||
}
|
}
|
Loading…
Reference in new issue