diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 000000000..ed429add8 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "projectName": "all-contributors", + "projectOwner": "TRaSH", + "repoType": "github", + "repoHost": "https://github.com", + "files": ["contributors.md"], + "imageSize": 80, + "commit": false, + "contributorsPerLine": 7, + "contributorsSortAlphabetically": false, + "badgeTemplate": "[![All Contributors](https://img.shields.io/github/all-contributors/<%= projectOwner %>/<%= projectName %>?color=ee8449&style=flat-square)](#contributors)", + "contributorTemplate": "\">\" width=\"<%= options.imageSize %>px;\" alt=\"\"/>
<%= contributor.name %>
", + "wrapperTemplate": "\n\n <%= bodyContent %> \n<%= tableFooterContent %>
\n\n", + "types": { + "custom": { + "symbol": "🔭", + "description": "A custom contribution type.", + "link": "[<%= symbol %>](<%= url %> \"<%= description %>\")," + } + }, + "linkToUsage": true, + "skipCi": true, + "contributors": [] +} diff --git a/contributors.md b/contributors.md new file mode 100644 index 000000000..afd0a1ee4 --- /dev/null +++ b/contributors.md @@ -0,0 +1,10 @@ +### Contributors + + + + + + + + + diff --git a/docs/index.md b/docs/index.md index affcc92b5..34a7e5521 100644 --- a/docs/index.md +++ b/docs/index.md @@ -47,3 +47,5 @@ All of the information provided in these guides, as well as in Discord or any gu - [Roxedus](https://github.com/Roxedus){:target="_blank" rel="noopener noreferrer"} for helping me with the transfer/conversion of my Github guides to MkDocs and making everything look great. - [rg9400](https://github.com/rg9400){:target="_blank" rel="noopener noreferrer"} for providing most of the Radarr v3 Custom Format Collection. - Everyone who contributed to this project in any way possible. + +--8<-- "contributors.md"