about summary refs log tree commit diff
diff options
context:
space:
mode:
authorHaowei Hsu <hwhsu1231@gmail.com>2025-04-18 18:49:34 +0800
committerHaowei Hsu <hwhsu1231@gmail.com>2025-04-18 18:49:34 +0800
commit399cf1f37e9090f670116a34239de4f18753626d (patch)
treebb6e3d7a05afb70accb7e9f373cb3a9201673dad
parent9e2e6d71b3eae0c7e85140c61541519f4eaf0981 (diff)
downloadrust-399cf1f37e9090f670116a34239de4f18753626d.tar.gz
rust-399cf1f37e9090f670116a34239de4f18753626d.zip
fix(docs): add newlines between prefix/suffix chapters
add newlines between prefix/suffix chapters in SUMMARY.md
to ensure correct extraction by mdbook-i18n-helpers.
-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 90fcde07280..e137eb82f2f 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)
 
 ---
@@ -230,9 +231,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)