microsoft / DSCEA

DSC Environment Analyzer (DSCEA) is a simple implementation of PowerShell Desired State Configuration that uses the declarative nature of DSC to scan systems in an environment against a defined reference MOF file and generate compliance reports as to whether systems match the desired configuration.
https://microsoft.github.io/DSCEA
Other
197 stars 41 forks source link

Add a new branch for docs updates #46

Closed rkyttle closed 7 years ago

rkyttle commented 7 years ago

Right now doc updates go to the dev branch, but that can slow getting the docs updated if there is other code related items in the dev branch, as we might not want to pull that code into master yet, but we do want to update the docs.

Adding this as an issue so we remember to create a new dev-docs branch after our next commit of dev to master so that we can be more agile on docs updates

rkyttle commented 7 years ago

Adding this new branch once the next version of DSCEA is released