File tree 2 files changed +4
-3
lines changed 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ DOC_TARGETS += doc/not_found.html
169
169
doc/not_found.html : $(D ) /not_found.md $(HTML_DEPS ) | doc/
170
170
@$(call E, rustdoc: $@ )
171
171
$(Q )$(RUSTDOC ) $(RUSTDOC_HTML_OPTS_NO_CSS ) \
172
+ --markdown-no-toc \
172
173
--markdown-css http://doc.rust-lang.org/rust.css $<
173
174
174
175
define DEF_DOC
Original file line number Diff line number Diff line change @@ -11,20 +11,20 @@ Looks like you've taken a wrong turn.
11
11
12
12
Some things that might be helpful to you though:
13
13
14
- ## Search
14
+ # Search
15
15
16
16
* <form action =" https://duckduckgo.com/ " >
17
17
<input type =" text " id =" site-search " name =" q " size =" 80 " ></input >
18
18
<input type =" submit " value =" Search DuckDuckGo " >
19
19
</form >
20
20
* Rust doc search: <span id =" core-search " ></span >
21
21
22
- ## Reference
22
+ # Reference
23
23
24
24
* [ The Rust official site] ( http://rust-lang.org )
25
25
* [ The Rust reference] ( http://doc.rust-lang.org/reference.html )
26
26
27
- ## Docs
27
+ # Docs
28
28
29
29
* [ The standard library] ( http://doc.rust-lang.org/std/ )
30
30
You can’t perform that action at this time.
0 commit comments