Skip to content

Commit 42474f3

Browse files
douglasnaphastimdorr
authored andcommitted
Remove outdated rule on single quotes in docs (#3495)
* Remove outdated rule on single quotes in docs In PR #1874, a mass replacement of angled single quotes ’ with ASCII single quotes ' was approved. Since then, the docs have contained a mixture of angled and ASCII single quotes: ``` $ git log -S’ --since="Mon Aug 1 16:45:58 2016 -0400" --pretty=oneline | wc -l 17 ``` so it does not make sense to state a rule on them. * Remove typographic stuff we don't use anyways.
1 parent 7d3c083 commit 42474f3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ npm run test:watch
7070

7171
### Docs
7272

73-
Improvements to the documentation are always welcome. In the docs we abide by typographic rules, so instead of ' you should use '. Same goes for “ ” and dashes (—) where appropriate. These rules only apply to the text, not to code blocks.
74-
75-
The docs are published automatically when the `master` branch is updated.
73+
Improvements to the documentation are always welcome. You can find them in the [`docs`](/docs) path. We use [Docusaurus](https://docusaurus.io/) to build our documentation website. The website is published automatically whenever the `master` branch is updated.
7674

7775
### Examples
7876

0 commit comments

Comments
 (0)