mirror of
https://github.com/ent/ent.git
synced 2026-04-28 05:30:56 +03:00
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:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"files": [
|
||||
"README.md"
|
||||
"doc/md/contributors.md"
|
||||
],
|
||||
"imageSize": 100,
|
||||
"commit": false,
|
||||
|
||||
31
README.md
31
README.md
@@ -1,11 +1,7 @@
|
||||
## ent - An Entity Framework For Go
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
||||
[](#contributors-)
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
||||
|
||||
[](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
22
doc/md/contributors.md
Normal 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!
|
||||
@@ -57,7 +57,8 @@ module.exports = {
|
||||
'testing',
|
||||
'faq',
|
||||
'feature-flags',
|
||||
'translations'
|
||||
'translations',
|
||||
'contributors'
|
||||
],
|
||||
collapsed: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user