From ca60a6dd10ca5e0a094bdc85aa7d0ddde0ee6c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20B=C3=BCchner?= <45827409+paulbuechner@users.noreply.github.com> Date: Thu, 16 Dec 2021 03:17:13 +0100 Subject: [PATCH] docs: remove docsite dev instructions --- CONTRIBUTING.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e54effc7714..1fdfef34d33 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,11 +57,6 @@ end with `.stories.tsx`. **`yarn release`**: publish changed packages. -### Documentation - -The documentation site is built with Next.js. If you'd like to contribute to the -docs, simply run `yarn build`, and `yarn docs:dev` - ### Storybook Build components in isolation with Storybook using `yarn storybook`