From b882ef26a4bdc88df55a1cd5d68d721eb1a3ccb1 Mon Sep 17 00:00:00 2001 From: Tim Dorr Date: Fri, 2 Aug 2019 09:42:49 -0400 Subject: [PATCH] Remove typographic stuff we don't use anyways. --- CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5a862fa54c..73c8c1d715 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,9 +70,7 @@ npm run test:watch ### Docs -Improvements to the documentation are always welcome. In the docs we abide by typographic rules for double quotes and dashes, so you should use “ ” instead of " " and — instead of --. These rules only apply to the text, not to code blocks. - -The docs are published automatically when the `master` branch is updated. +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. ### Examples