Skip to content

Commit 9554731

Browse files
committed
Add an introduction to the tooling sub-chapters
1 parent a166345 commit 9554731

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

reference-dev-guide/src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- [Introduction](introduction.md)
44
- [Contribution process]()
55
- [Publishing process](publishing.md)
6-
- [Reference tooling]()
6+
- [Reference tooling](tooling/index.md)
77
- [Building the Reference](tooling/building.md)
88
- [mdbook-spec](tooling/mdbook-spec.md)
99
- [Tests](tests.md)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Reference tooling
2+
3+
The Reference uses [mdBook] to convert its source files from Markdown to HTML. See [Building the Reference](building.md) for more information. Additionally, there is an mdBook extension called [mdbook-spec](mdbook-spec.md) which adds a variety of custom features used by the Reference.
4+
5+
In addition to the book tooling, there is a variety of testing tools documented in the [tests chapter](../tests.md).

0 commit comments

Comments
 (0)