You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+12-16Lines changed: 12 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,22 +43,18 @@ The documentation should target developers learning to use VS Code or searching
43
43
44
44
## Repository organization
45
45
46
-
The content in this repository follows the organization of documentation at <https://code.visualstudio.com/docs>.
47
-
48
-
This repository contains the following folders:
49
-
50
-
* \setup
51
-
* \introvideos
52
-
* \getstarted
53
-
* \editor
54
-
* \languages
55
-
* \nodejs
56
-
* \typescript
57
-
* \python
58
-
* \java
59
-
* \azure
60
-
* \other
61
-
* \supporting
46
+
This repository contains the following top-level folders:
47
+
48
+
* \api - content for the API documentation at <https://code.visualstudio.com/api>
49
+
* \blogs - content for the blog at <https://code.visualstudio.com/blogs>
50
+
* \build - content for the documentation build process, such as the keybinding mappings and sitemap
51
+
* \docs - content for the documentation at <https://code.visualstudio.com/docs> - the content in this folder follows the organization of the documentation table of contents
52
+
* \images - images used in the documentation
53
+
* \learn - (deprecated) content for the education content at <https://code.visualstudio.com/learn>
54
+
* \release-notes - content for the release notes at <https://code.visualstudio.com/updates>
55
+
* \remote - content for the remote development tools documentation at <https://code.visualstudio.com/docs/remote>
56
+
* \remote-release-notes - content for the remote development tools release notes
57
+
* \wiki - content for the repository wiki
62
58
63
59
Within these folders, you'll find the Markdown files used for the content. Each of these folders also contains an `\images` folder that references the images (such as screenshots) used in the topics.
0 commit comments