doc/website: integrate contributors page with all-contributors bot

* doc/website: integrate contributors page with all-contributors bot

* link to contributors page
This commit is contained in:
Rotem Tamir
2021-04-22 15:04:35 +03:00
committed by GitHub
parent 45e6062122
commit 5708a15e58
4 changed files with 31 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
{
"files": [
"README.md"
"doc/md/contributors.md"
],
"imageSize": 100,
"commit": false,

View File

@@ -1,11 +1,7 @@
## ent - An Entity Framework For Go
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/entgo_io.svg?style=social&label=Follow%20%40entgo_io)](https://twitter.com/entgo_io)
[English](README.md) | [中文](README_zh.md)
<img width="50%"
@@ -35,11 +31,16 @@ The documentation for developing and using ent is available at: https://entgo.io
For discussion and support, [open an issue](https://github.com/facebook/ent/issues/new/choose) or join our [channel](https://gophers.slack.com/archives/C01FMSQDT53) in the gophers Slack.
## Join the ent Community
Building `ent` would not have been possible without the collective work of our entire community. We maintain a [contributors page](doc/md/contributors.md)
which lists the contributors to this `ent`.
In order to contribute to `ent`, see the [CONTRIBUTING](CONTRIBUTING.md) file for how to go get started.
If your company or your product is using `ent`, please let us know by adding yourself to the [ent users page](https://github.com/facebook/ent/wiki/ent-users).
For updates, follow us on Twitter at https://twitter.com/entgo_io
## About the Project
The `ent` project was inspired by Ent, an entity framework we use internally. It is developed and maintained
by [a8m](https://github.com/a8m) and [alexsn](https://github.com/alexsn)
@@ -54,23 +55,3 @@ ent is licensed under Apache 2.0 as found in the [LICENSE file](LICENSE).
[entgo instal]: https://entgo.io/docs/code-gen/#version-compatibility-between-entc-and-ent
[Go modules]: https://github.com/golang/go/wiki/Modules#quick-start
[fbc]: https://connectivity.fb.com
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://rotemtam.com"><img src="https://avatars.githubusercontent.com/u/1522681?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Rotem Tamir</b></sub></a><br /><a href="https://github.com/ent/ent/commits?author=rotemtam" title="Code">💻</a></td>
</tr>
</table>
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

22
doc/md/contributors.md Normal file
View File

@@ -0,0 +1,22 @@
---
id: contributors
title: Contributors
---
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://rotemtam.com"><img src="https://avatars.githubusercontent.com/u/1522681?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Rotem Tamir</b></sub></a><br /><a href="https://github.com/ent/ent/commits?author=rotemtam" title="Code">💻</a></td>
</tr>
</table>
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

View File

@@ -57,7 +57,8 @@ module.exports = {
'testing',
'faq',
'feature-flags',
'translations'
'translations',
'contributors'
],
collapsed: false,
},