• Home
  • Raw
  • Download

Lines Matching +full:- +full:- +full:disable +full:- +full:docs

3 This style guide helps us create organized and easy-to-read documentation. It
12 `lowercase-with-dashes.md`.
15 * Some files, such as top-level markdown files, are exceptions.
16 * Documents should be word-wrapped at 80 characters.
19 * Check changes to documentation with `make test-doc -j` or `vcbuild test-doc`.
22 * Avoid first-person pronouns (_I_, _we_).
24 * Use gender-neutral pronouns and gender-neutral plural nouns.
33 * Documents must start with a level-one heading.
39 * Use [language][]-aware fences. (<code>```js</code>)
43 | ------------- | ------------ |
58 If one of your language-aware fences needs an info string that is not
60 [`remark-preset-lint-node`][].
64 is necessary, include it as an asset in `assets/code-examples` and link to
67 backslash-escaping: `\_`, `\*`, and ``\` ``.
73 <!--lint disable maximum-line-length remark-lint-->
75 <!--lint enable maximum-line-length remark-lint-->
82 <!--lint disable prohibited-strings remark-lint-->
85 <!-- lint enable prohibited-strings remark-lint-->
88 <!-- lint disable prohibited-strings remark-lint-->
93 <!-- lint enable prohibited-strings remark-lint-->
96 * [Use sentence-style capitalization for headings][].
102 [Be direct]: https://docs.microsoft.com/en-us/style-guide/word-choice/use-simple-words-concise-sent…
103 [Javascript type]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Grammar_and_types#…
104 [Microsoft Writing Style Guide]: https://docs.microsoft.com/en-us/style-guide/welcome/
105 [Use US spelling]: https://docs.microsoft.com/en-us/style-guide/word-choice/use-us-spelling-avoid-n…
106 [Use sentence-style capitalization for headings]: https://docs.microsoft.com/en-us/style-guide/scan…
107 [Use serial commas]: https://docs.microsoft.com/en-us/style-guide/punctuation/commas
108 [`remark-preset-lint-node`]: https://github.com/nodejs/remark-preset-lint-node
110 [info string]: https://github.github.com/gfm/#info-string