mirror of
https://github.com/ent/ent.git
synced 2026-05-22 09:31:45 +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:
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