From d6bb2ad5ea0e0f64b0a423c8106b02fd2f562ed2 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 17 Aug 2020 23:01:10 -0700 Subject: [PATCH] doc: adopt Microsoft Style Guide officially MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/34821 Reviewed-By: Michaƫl Zasso Reviewed-By: Ricky Zhou <0x19951125@gmail.com> Reviewed-By: James M Snell Reviewed-By: Derek Lewis --- doc/guides/doc-style-guide.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/guides/doc-style-guide.md b/doc/guides/doc-style-guide.md index 4813c4a1fbd282..46446692ded1f4 100644 --- a/doc/guides/doc-style-guide.md +++ b/doc/guides/doc-style-guide.md @@ -104,10 +104,13 @@ this guide. See also API documentation structure overview in [doctools README][]. +For topics not covered here, refer to the [Microsoft Writing Style Guide][]. + +[Javascript type]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Grammar_and_types#Data_structures_and_types +[Microsoft Writing Style Guide]: https://docs.microsoft.com/en-us/style-guide/welcome/ +[`remark-preset-lint-node`]: https://github.com/nodejs/remark-preset-lint-node +[doctools README]: ../../tools/doc/README.md [info string]: https://github.github.com/gfm/#info-string [language]: https://github.com/highlightjs/highlight.js/blob/master/SUPPORTED_LANGUAGES.md -[Javascript type]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Grammar_and_types#Data_structures_and_types -[serial commas]: https://en.wikipedia.org/wiki/Serial_comma [plugin]: https://editorconfig.org/#download -[doctools README]: ../../tools/doc/README.md -[`remark-preset-lint-node`]: https://github.com/nodejs/remark-preset-lint-node +[serial commas]: https://en.wikipedia.org/wiki/Serial_comma