Skip to content

Commit 71ba6c9

Browse files
authored
Merge pull request #1514 from c-cube/patch-1
more detailed example in summary.md
2 parents a72d600 + 9d4ee68 commit 71ba6c9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

guide/src/format/summary.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,14 @@ allow for easy parsing. Let's see how you should format your `SUMMARY.md` file.
3434
```markdown
3535
# Title of Part
3636

37-
- [Title of the Chapter](relative/path/to/markdown.md)
37+
- [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+
3841

3942
# Title of Another Part
4043

41-
- [More Chapters](relative/path/to/markdown2.md)
44+
- [More Chapters](relative/path/to/markdown4.md)
4245
```
4346
You can either use `-` or `*` to indicate a numbered chapter.
4447

0 commit comments

Comments
 (0)