Skip to content

Commit 91fdfad

Browse files
authored
Merge pull request #48 from ts-graphviz/all-contributors/add-kamiazya
docs: add kamiazya as a contributor for content, doc, and 2 more
2 parents 5c2080f + 64130b5 commit 91fdfad

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

.all-contributorsrc

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"commitType": "docs",
8+
"commitConvention": "angular",
9+
"contributors": [
10+
{
11+
"login": "kamiazya",
12+
"name": "Yuki Yamazaki",
13+
"avatar_url": "https://avatars.githubusercontent.com/u/35218186?v=4",
14+
"profile": "https://github.com/kamiazya",
15+
"contributions": [
16+
"content",
17+
"doc",
18+
"blog",
19+
"maintenance"
20+
]
21+
}
22+
],
23+
"contributorsPerLine": 7,
24+
"skipCi": true,
25+
"repoType": "github",
26+
"repoHost": "https://github.com",
27+
"projectName": "ts-graphviz.github.io",
28+
"projectOwner": "ts-graphviz"
29+
}

README.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Website
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
47

@@ -44,3 +47,25 @@ $ pnpm write-translations:ja
4447
# zh-CN
4548
$ pnpm write-translations:zh
4649
```
50+
51+
## Contributors ✨
52+
53+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
54+
55+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
56+
<!-- prettier-ignore-start -->
57+
<!-- markdownlint-disable -->
58+
<table>
59+
<tbody>
60+
<tr>
61+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kamiazya"><img src="https://avatars.githubusercontent.com/u/35218186?v=4?s=100" width="100px;" alt="Yuki Yamazaki"/><br /><sub><b>Yuki Yamazaki</b></sub></a><br /><a href="#content-kamiazya" title="Content">🖋</a> <a href="https://github.com/ts-graphviz/ts-graphviz.github.io/commits?author=kamiazya" title="Documentation">📖</a> <a href="#blog-kamiazya" title="Blogposts">📝</a> <a href="#maintenance-kamiazya" title="Maintenance">🚧</a></td>
62+
</tr>
63+
</tbody>
64+
</table>
65+
66+
<!-- markdownlint-restore -->
67+
<!-- prettier-ignore-end -->
68+
69+
<!-- ALL-CONTRIBUTORS-LIST:END -->
70+
71+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)