https://github.com/microsoftdocs/virtualization-documentation
Place to store our documentation, code samples, etc for public consumption.
https://github.com/microsoftdocs/virtualization-documentation
Last synced: about 1 year ago
JSON representation
Place to store our documentation, code samples, etc for public consumption.
- Host: GitHub
- URL: https://github.com/microsoftdocs/virtualization-documentation
- Owner: MicrosoftDocs
- License: cc-by-4.0
- Created: 2015-07-27T17:17:39.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T17:54:48.000Z (about 1 year ago)
- Last Synced: 2025-05-12T18:49:01.408Z (about 1 year ago)
- Language: PowerShell
- Homepage: http://docs.microsoft.com/virtualization/
- Size: 96.1 MB
- Stars: 1,846
- Watchers: 199
- Forks: 1,539
- Open Issues: 69
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
## Microsoft Open Source Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
# Virtualization-Documentation
Content published to [Virtualization documentation](https://learn.microsoft.com/virtualization/).
Place to store our documentation, code samples, etc for public consumption and contributions.
## Contribute
To contribute, fork the project and submit a pull request! Here's [our wishlist](./TODO.md).
If you want to submit prospective content but contributing to public documentation takes too much time/planning, submit your idea or draft to the [Prospective Docs](./prospective-docs) folder and we'll figure it out from there.
Digging into the repo structure a little:
### Virtualization -- Contribute docs here! --
This is a mirrored copy of the documentation available on [Virtualization documentation](https://learn.microsoft.com/virtualization/).
The folder structure matched the URL structure for the website.
**For example:** Say you want to edit the user guide article for working with checkpoints.
Published location: [Using checkpoints to revert virtual machines to a previous state](https://learn.microsoft.com/virtualization/hyper-v-on-windows/user-guide/checkpoints)
Doc location:
`virtualization/hyperv_on_windows/user_guide/checkpoints.md`
If you add a screen shot or picture, put it in the media folder closest to the article you're contributing to. For the checkpoints user guide, that would be:
`virtualization/hyperv_on_windows/user_guide/media`
### Demos
Demos of Hyper-V. These are public scripts from various presentations and conferences.
Everything in here was made to present once. There are many egregious hacks. Don't use any of it in production.
### *-samples
Walkthroughs and samples.
### *-tools
Scripts to automate Hyper-V/Windows Container things.
### Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.