Skip to content

Commit dc42d0a

Browse files
add page on docs contribution (#1283)
1 parent 83d9912 commit dc42d0a

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

runtime/_data.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ export const sidebar = [
205205
"/runtime/contributing/release_schedule/",
206206
"/runtime/contributing/style_guide/",
207207
"/runtime/contributing/web_platform_tests/",
208+
"/runtime/contributing/docs/",
208209
"/runtime/contributing/examples/",
209210
],
210211
},

runtime/contributing/docs.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "Deno documentation"
3+
---
4+
5+
We welcome and appreciate contributions to the Deno documentation. If you find
6+
an issue, or want to add to the docs, each page has an "Edit this page" button
7+
at the bottom of the page. Clicking this button will take you to the source file
8+
for that page in the [Deno docs repository](https://github.com/denoland/docs/).
9+
You can then make your changes and submit a pull request.
10+
11+
Some pages in the Deno documentation are generated from source files in the Deno
12+
repository. These pages are not directly editable:
13+
14+
- The [API reference](/api/deno/) pages are generated from type definitions in
15+
the Deno repository.
16+
- The [CLI reference](/runtime/reference/cli/) pages for each individual command
17+
are generated from source files in the Deno repository.
18+
19+
If you find an issue with one of these pages, you can either submit a pull
20+
request to the Deno repository. Or raise an issue in the
21+
[Deno docs repository](https://github.com/denoland/docs/issues) and we'll get it
22+
fixed.

0 commit comments

Comments
 (0)