From ef23fa17c3030a1a5ecbe1509b36d706fadc3248 Mon Sep 17 00:00:00 2001 From: Richo Healey Date: Sun, 11 May 2014 23:10:40 -0700 Subject: [PATCH] docs: Add a not found page --- mk/docs.mk | 2 +- src/doc/not_found.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 src/doc/not_found.md diff --git a/mk/docs.mk b/mk/docs.mk index 9c79e1e864253..40c2440c0c07a 100644 --- a/mk/docs.mk +++ b/mk/docs.mk @@ -30,7 +30,7 @@ DOCS := index intro tutorial guide-ffi guide-macros guide-lifetimes \ guide-tasks guide-container guide-pointers guide-testing \ guide-runtime complement-bugreport complement-cheatsheet \ complement-lang-faq complement-project-faq rust rustdoc \ - guide-unsafe + guide-unsafe not_found PDF_DOCS := tutorial rust diff --git a/src/doc/not_found.md b/src/doc/not_found.md new file mode 100644 index 0000000000000..a19418ff66793 --- /dev/null +++ b/src/doc/not_found.md @@ -0,0 +1,20 @@ +% Not Found + + + + +Looks like you've taken a wrong turn. + +Some things that might be helpful to you though: + +## Reference +* [The Rust official site](http://rust-lang.org) +* [The Rust reference manual](http://static.rust-lang.org/doc/master/rust.html) (* [PDF](http://static.rust-lang.org/doc/master/rust.pdf)) + +## Docs +* [The standard library (stable)](http://doc.rust-lang.org/doc/0.10/std/index.html) +* [The standard library (master)](http://doc.rust-lang.org/doc/master/std/index.html)