Skip to content

Commit ba9a1aa

Browse files
ehusstraviscross
authored andcommitted
Add an introduction to the tooling sub-chapters
1 parent 0777567 commit ba9a1aa

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Reference tooling
2+
3+
The Reference uses [mdBook] to convert its source files from Markdown to HTML. See [Building the Reference] for more information. Additionally, there is an mdBook extension called [`mdbook-spec`] 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].
6+
7+
[`mdbook-spec`]: mdbook-spec.md
8+
[Building the Reference]: building.md
9+
[mdbook]: https://rust-lang.github.io/mdBook/
10+
[tests chapter]: ../tests.md

0 commit comments

Comments
 (0)