Skip to content

Commit 42df008

Browse files
authored
Merge pull request #7599 from microsoft/contributing-guidelines
Update repo structure description
2 parents 504c1e3 + 189ce0c commit 42df008

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,18 @@ The documentation should target developers learning to use VS Code or searching
4343

4444
## Repository organization
4545

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
6258

6359
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.
6460

0 commit comments

Comments
 (0)