Skip to content

Commit a290aae

Browse files
committed
fix(docs): correct Markdown list syntax in SUMMARY.md
- standardizes list formatting using hyphens for consistency - ensures correct extraction by mdbook-i18n-helpers
1 parent 8e69daa commit a290aae

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

src/SUMMARY.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Summary
22

3-
[Getting Started](./getting-started.md)
4-
[About this guide](./about-this-guide.md)
3+
- [Getting Started](./getting-started.md)
4+
- [About this guide](./about-this-guide.md)
55

66
---
77

@@ -229,13 +229,12 @@
229229

230230
---
231231

232-
[Appendix A: Background topics](./appendix/background.md)
233-
[Appendix B: Glossary](./appendix/glossary.md)
234-
[Appendix C: Code Index](./appendix/code-index.md)
235-
[Appendix D: Compiler Lecture Series](./appendix/compiler-lecture.md)
236-
[Appendix E: Bibliography](./appendix/bibliography.md)
237-
238-
[Appendix Z: HumorRust](./appendix/humorust.md)
232+
- [Appendix A: Background topics](./appendix/background.md)
233+
- [Appendix B: Glossary](./appendix/glossary.md)
234+
- [Appendix C: Code Index](./appendix/code-index.md)
235+
- [Appendix D: Compiler Lecture Series](./appendix/compiler-lecture.md)
236+
- [Appendix E: Bibliography](./appendix/bibliography.md)
237+
- [Appendix Z: HumorRust](./appendix/humorust.md)
239238

240239
---
241240

0 commit comments

Comments
 (0)