about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2025-04-26 14:47:39 +0200
committerGitHub <noreply@github.com>2025-04-26 14:47:39 +0200
commit3945ae9d7288e62e2f3911a39cd3b0e979544549 (patch)
tree23a38416809609dafbbf1e8594266d5144486be0 /src/doc
parent7a70f336ccc89533e656326c38b5268495c0a357 (diff)
parent399cf1f37e9090f670116a34239de4f18753626d (diff)
downloadrust-3945ae9d7288e62e2f3911a39cd3b0e979544549.tar.gz
rust-3945ae9d7288e62e2f3911a39cd3b0e979544549.zip
Merge pull request #2343 from hwhsu1231-fork/fix-prefix-chapter
fix(docs): add newlines between prefix/suffix chapters
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc-dev-guide/src/SUMMARY.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/SUMMARY.md b/src/doc/rustc-dev-guide/src/SUMMARY.md
index 68112d06167..d6ec803a60a 100644
--- a/src/doc/rustc-dev-guide/src/SUMMARY.md
+++ b/src/doc/rustc-dev-guide/src/SUMMARY.md
@@ -1,6 +1,7 @@
 # Summary
 
 [Getting Started](./getting-started.md)
+
 [About this guide](./about-this-guide.md)
 
 ---
@@ -231,9 +232,13 @@
 ---
 
 [Appendix A: Background topics](./appendix/background.md)
+
 [Appendix B: Glossary](./appendix/glossary.md)
+
 [Appendix C: Code Index](./appendix/code-index.md)
+
 [Appendix D: Compiler Lecture Series](./appendix/compiler-lecture.md)
+
 [Appendix E: Bibliography](./appendix/bibliography.md)
 
 [Appendix Z: HumorRust](./appendix/humorust.md)