File tree 2 files changed +54
-0
lines changed
2 files changed +54
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 1
1
# 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 -->
2
5
3
6
This website is built using [ Docusaurus] ( https://docusaurus.io/ ) , a modern static website generator.
4
7
@@ -44,3 +47,25 @@ $ pnpm write-translations:ja
44
47
# zh-CN
45
48
$ pnpm write-translations:zh
46
49
```
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!
You can’t perform that action at this time.
0 commit comments