Skip to content

Commit c61ef46

Browse files
committed
Add FAQ to the documentation
Allow us to use different words to describe certain features to make it easier for people to find it using their own vocabulary. Without the need to sneak in the documentation all the possible words. e.g. In this case searching for "exclude" could not help the user as that word was not used in our documentation. See rust-lang#2218
1 parent 43281c8 commit c61ef46

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

guide/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
- [Preprocessors](for_developers/preprocessors.md)
3939
- [Alternative Backends](for_developers/backends.md)
4040

41+
- [FAQ](faq.md)
4142
-----------
4243

4344
[Contributors](misc/contributors.md)

guide/src/faq.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# FAQ - Frequently Asked Questions
2+
3+
4+
## Exclude pages from the search bar
5+
6+
See the [configuration of the HTML renderer](./format/configuration/renderers.html#outputhtmlsearchchapter).
7+

0 commit comments

Comments
 (0)