From 201c61ae5115fd09ed8d3bd90c7e26092a61235e Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Tue, 28 May 2019 17:13:08 -0300 Subject: [PATCH] Add more info subsection with links to forge and rustc api docs --- src/SUMMARY.md | 3 ++- src/more-information.md | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 src/more-information.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 3d5dd44b65..d32c690590 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -1,6 +1,7 @@ # Summary -[About this guide](./about-this-guide.md) +- [About this guide](./about-this-guide.md) + - [Other places to find information](./more-information.md) --- diff --git a/src/more-information.md b/src/more-information.md new file mode 100644 index 0000000000..03f4ce9a63 --- /dev/null +++ b/src/more-information.md @@ -0,0 +1,6 @@ +# Other places to find information + +You are going to find [Rustc API docs site] useful and there's more supplementary documentation in [Rust Forge]. + +[Rustc API docs site]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/ +[Rust Forge]: https://forge.rust-lang.org/