File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -205,6 +205,7 @@ export const sidebar = [
205
205
"/runtime/contributing/release_schedule/" ,
206
206
"/runtime/contributing/style_guide/" ,
207
207
"/runtime/contributing/web_platform_tests/" ,
208
+ "/runtime/contributing/docs/" ,
208
209
"/runtime/contributing/examples/" ,
209
210
] ,
210
211
} ,
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments