From df0f26754dc237cc3e2785bf7cbd246f218af13a Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Fri, 29 Jan 2021 20:00:01 +0000 Subject: [PATCH] Try if this fixes /docs/contributing on the website fixed locally --- .github/CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 30b0c946a..83af0b93b 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -300,13 +300,11 @@ Generally, documentation for integrations can be broken down into a few pieces t It may be easier to copy the documentation of earlier integrations and change the parts that need to be changed rather than writing this from scratch. Preferably, keep the documentation to one page. For the front-matter, write something like: ```markdown ---- title: Framework Name type: docs module: "@uppy/framework" order: 0 category: "Other Integrations" ---- ``` This data is used to generate Uppy's website. Refer to [the section about running the website locally](#website-previews) if you'd like to see how the docs look on the website.