conjunctions don't have to be capitalized
This commit is contained in:
parent
1626c3bf0a
commit
3965440952
1 changed files with 4 additions and 3 deletions
|
@ -6,9 +6,10 @@ These are the guidelines for writing Electron documentation.
|
||||||
|
|
||||||
* Each page must have a single `#`-level title at the top.
|
* Each page must have a single `#`-level title at the top.
|
||||||
* Chapters in the same page must have `##`-level titles.
|
* Chapters in the same page must have `##`-level titles.
|
||||||
* Sub-chapters need to increase the number of `#` in the title according to their
|
* Sub-chapters need to increase the number of `#` in the title according to
|
||||||
nesting depth.
|
their nesting depth.
|
||||||
* All words in the page's title must be capitalized.
|
* All words in the page's title must be capitalized, except for conjunctions
|
||||||
|
like "of" and "and" .
|
||||||
* Only the first word of a chapter title must be capitalized.
|
* Only the first word of a chapter title must be capitalized.
|
||||||
|
|
||||||
Using `Quick Start` as example:
|
Using `Quick Start` as example:
|
||||||
|
|
Loading…
Add table
Reference in a new issue