Commit 3201fc1
authored
Remove title heading and automatic see-also section (#46)
The book's chapters are divided into three parts: Welcome to Swift,
Language Guide, and Language Reference. As a result, the automatically
generated See Also sections at the end of each chapter are fairly
distracting (and obviated somewhat by DocC's new sidebar).
The title heading is unnecesary in the context of a book, because all
pages are the same kind of content (a chapter), unlike documentation for
a framework or module that includes various types of API reference and
articles.
Fixes #6
Fixes rdar://1018854381 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
| |||
0 commit comments