Skip to content

Commit 3201fc1

Browse files
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://101885438
2 parents aa3829e + 663eee3 commit 3201fc1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Sources/TSPL/TSPL.docc/TSPL.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
@DisplayName("The Swift Programming Language")
55
}
66

7+
@Options(scope: global) {
8+
@AutomaticSeeAlso(disabled)
9+
@AutomaticTitleHeading(disabled)
10+
}
11+
712
## Topics
813

914
### Guided Tour

0 commit comments

Comments
 (0)