File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 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
169169doc/not_found.html : $(D ) /not_found.md $(HTML_DEPS ) | doc/
170170 @$(call E, rustdoc: $@ )
171171 $(Q )$(RUSTDOC ) $(RUSTDOC_HTML_OPTS_NO_CSS ) \
172+ --markdown-no-toc \
172173 --markdown-css http://doc.rust-lang.org/rust.css $<
173174
174175define DEF_DOC
Original file line number Diff line number Diff line change @@ -11,20 +11,20 @@ Looks like you've taken a wrong turn.
1111
1212Some things that might be helpful to you though:
1313
14- ## Search
14+ # Search
1515
1616* <form action =" https://duckduckgo.com/ " >
1717 <input type =" text " id =" site-search " name =" q " size =" 80 " ></input >
1818 <input type =" submit " value =" Search DuckDuckGo " >
1919</form >
2020* Rust doc search: <span id =" core-search " ></span >
2121
22- ## Reference
22+ # Reference
2323
2424* [ The Rust official site] ( http://rust-lang.org )
2525* [ The Rust reference] ( http://doc.rust-lang.org/reference.html )
2626
27- ## Docs
27+ # Docs
2828
2929* [ The standard library] ( http://doc.rust-lang.org/std/ )
3030
You can’t perform that action at this time.
0 commit comments