Skip to content

Commit 5f7ab74

Browse files
authored
✨ feat(mdbook): add support for mdbook proejcts (#342)
- Update project request template to include 'mdBook' as a generator option. - Update advanced issue labeler to recognize 'mdBook' projects. - Update README to document mdBook projects section.
1 parent 00039ed commit 5f7ab74

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

.github/ISSUE_TEMPLATE/project_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ body:
2626
multiple: false
2727
default: 0
2828
options:
29+
- "mdBook"
2930
- "Sphinx"
3031
validations:
3132
required: true

.github/advanced-issue-labeler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ policy:
22
- section:
33
- id: [ generator ]
44
label:
5+
- name: "gen: mdbook"
6+
keys: [ "mdBook" ]
57
- name: "gen: sphinx"
68
keys: [ "Sphinx" ]

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,28 @@
55
<h2 id="table-of-contents">Table of Contents</h2>
66

77
<ul>
8+
<li><a href="#mdbook-projects">mdBook Projects</a></li>
89
<li><a href="#sphinx-projects">Sphinx Projects</a></li>
910
</ul>
1011

12+
<h2 id="mdbook-projects"><a href="#table-of-contents">mdBook Projects</a></h2>
13+
14+
<div align="center">
15+
<table>
16+
<thead>
17+
<tr>
18+
<th rowspan="1" colspan="2" align="center" style="text-align: center;"><div>mdBook Projects</div></th>
19+
</tr>
20+
<tr>
21+
<th rowspan="1" colspan="1" align="center" style="text-align: center;"><div>Project ID</div></th>
22+
<th rowspan="1" colspan="1" align="center" style="text-align: center;"><div>Project Links</div></th>
23+
</tr>
24+
</thead>
25+
<tbody>
26+
</tbody>
27+
</table>
28+
</div>
29+
1130
<h2 id="sphinx-projects"><a href="#table-of-contents">Sphinx Projects</a></h2>
1231

1332
<div align="center">

0 commit comments

Comments
 (0)