runtime/contributing/docs.md
We welcome and appreciate contributions to the Deno documentation. If you find an issue, or want to add to the docs, each page has an "Edit this page" button at the bottom of the page. Clicking this button will take you to the source file for that page in the Deno docs repository. You can then make your changes and submit a pull request.
Some pages in the Deno documentation are generated from source files in the Deno repository. These pages are not directly editable:
If you find an issue with one of these pages, you can either submit a pull request to the Deno repository. Or raise an issue in the Deno docs repository and we'll get it fixed.
You can fork and clone the entire Deno docs repository to your local machine and run the docs locally. This is useful if you want to see how your changes will look before submitting a pull request.
git clone.docs directory you just cloned.deno task serve.http://localhost:3000.deno task reference.To see a more detailed description of available tasks, check out the Deno docs README