We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a72d600 + 9d4ee68 commit 71ba6c9Copy full SHA for 71ba6c9
guide/src/format/summary.md
@@ -34,11 +34,14 @@ allow for easy parsing. Let's see how you should format your `SUMMARY.md` file.
34
```markdown
35
# Title of Part
36
37
- - [Title of the Chapter](relative/path/to/markdown.md)
+ - [Title of the first Chapter](relative/path/to/markdown.md)
38
+ - [Title of the second Chapter](relative/path/to/markdown2.md)
39
+ - [Title of a sub Chapter](relative/path/to/markdown3.md)
40
+
41
42
# Title of Another Part
43
- - [More Chapters](relative/path/to/markdown2.md)
44
+ - [More Chapters](relative/path/to/markdown4.md)
45
```
46
You can either use `-` or `*` to indicate a numbered chapter.
47
0 commit comments