https://github.com/mongodb/docs-mongodb-vscode
Documentation for the MongoDB for VS Code Extension
https://github.com/mongodb/docs-mongodb-vscode
Last synced: 3 months ago
JSON representation
Documentation for the MongoDB for VS Code Extension
- Host: GitHub
- URL: https://github.com/mongodb/docs-mongodb-vscode
- Owner: mongodb
- Created: 2020-04-28T17:12:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T17:58:52.000Z (5 months ago)
- Last Synced: 2025-01-28T23:07:26.022Z (3 months ago)
- Language: Shell
- Size: 3.54 MB
- Stars: 5
- Watchers: 23
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=========================
|vsce| Code Documentation
=========================This repository contains documentation for the |vsce|.
Building
--------First install `mut `_.
Then you can download and build this documentation locally with
the following command:git clone https://github.com/mongodb/docs-mongodb-vscode.git
cd docs-mongodb-vscode/
make buildView ``build/master/html/index.html`` to view your current build of the
documentation.Contributing
------------To contribute to the documentation, please fork this repository on
GitHub and issue a pull request. If you have not done so already,
please sign the `MongoDB/10gen Contributor Agreement
`_.See the following documents within this repository that provide a more
thorough overview of the documentation style, and process. These links
point back to the MongoDB Manual materials:- `Style Guide `_
- `Documentation Organization `_File issue reports or requests at the `Documentation Jira Project
`_.All documentation is available under the terms of a `Creative Commons
License `_.The MongoDB Documentation Project is governed by the terms of the
`MongoDB/10gen Contributor Agreement
`_.If you have any questions, please contact `[email protected]
`_.-- The MongoDB/10gen Docs Team