Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Wheeler committed Nov 25, 2019
1 parent 053b0d4 commit 1261505
Showing 1 changed file with 33 additions and 23 deletions.
56 changes: 33 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# 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 [[email protected]](mailto:[email protected]) with any additional questions or comments.
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 [[email protected]](mailto:[email protected]) with any additional questions or
comments.

[live-badge]: https://powershell.visualstudio.com/PowerShell-Docs/_apis/build/status/PowerShell-Docs-CI?branchName=live
[staging-badge]: https://powershell.visualstudio.com/PowerShell-Docs/_apis/build/status/PowerShell-Docs-CI?branchName=staging
Expand All @@ -18,33 +21,40 @@ Welcome to the PowerShell-Docs repository, housing the official PowerShell docum

## Repository Structure

Each of the following top-level folders in this repo contain a DocSet that is published to [Microsoft Docs](https://docs.microsoft.com/powershell).
Each of the following top-level folders in this repo contain a DocSet that is published to
[Microsoft Docs](https://docs.microsoft.com/powershell).

- [/developer/](https://docs.microsoft.com/powershell/developer/) is the future home of the PowerShell SDK documentation
- We are in the process of migrating this content from MSDN
- [/dsc/](https://docs.microsoft.com/powershell/dsc/) is for the Desired State Configuration feature
- [/gallery/](https://docs.microsoft.com/powershell/gallery) is for the [PowerShell Gallery](https://www.powershellgallery.com/)
- [/jea/](https://docs.microsoft.com/powershell/jea/) is for the Just Enough Administration feature
- [/reference/](https://docs.microsoft.com/powershell/scripting/) is for PowerShell conceptual
topics and module reference across versions 3.0, 4.0, 5.0, 5.1, and 6.0
- This content is also the source of help content retrieved by the `Get-Help` cmdlet
- [/wmf](https://docs.microsoft.com/powershell/wmf/readme) contains release notes for the Windows
Management Framework, the package used to distribute new versions of PowerShell to previous versions of Windows.
topics and module reference across versions 5.1, 6.0, and 7.0. This content is also the source of
help content retrieved by the `Get-Help` cmdlet.
- [docs-conceptual/](https://docs.microsoft.com/powershell) - this folder contains the conceptual
documentation and the following docsets:
- [developer/](https://docs.microsoft.com/powershell/scripting/developer/) is the PowerShell SDK
documentation (migrated from MSDN)
- [dsc/](https://docs.microsoft.com/powershell/scripting/dsc/) is for the Desired State
Configuration feature
- [gallery/](https://docs.microsoft.com/powershell/scripting/gallery) is for the
[PowerShell Gallery](https://www.powershellgallery.com/)
- [jea/](https://docs.microsoft.com/powershell/scripting/jea/) is for the Just Enough
Administration feature
- [wmf/](https://docs.microsoft.com/powershell/scripting/wmf/overview) contains release notes
for the Windows Management Framework, the package used to distribute new versions of
PowerShell to previous versions of Windows.

## Contributing

We actively merge contributions into this repository via [pull request](https://help.github.com/articles/using-pull-requests/)
into the *staging* branch.
Please note that before you submit a pull request you must [sign a Contribution License Agreement](https://cla.microsoft.com/)
to ensure that the community is free to use your submissions.
We actively merge contributions into this repository via
[pull request](https://help.github.com/articles/using-pull-requests/) into the *staging* branch.
Please note that before you submit a pull request you must
[sign a Contribution License Agreement](https://cla.microsoft.com/) to ensure that the community is
free to use your submissions.

For more information on contributing, read our [contributor's guide](CONTRIBUTING.md).
The contributor's guide contains detail information about how to contribute documentation,
suggested tools, and style and formatting requirements.
Please use the Issue and Pull Request templates to help keep documentation consistent across versions.
For more information on contributing, read our [contributor's guide](https://docs.microsoft.com/contribute/powershell/powershell-contribute). The
contributor's guide contains detail information about how to contribute documentation, suggested
tools, and style and formatting requirements. Please use the Issue and Pull Request templates to
help keep documentation consistent across versions.

## Licenses

There are two license files for this project.
The MIT License applies to the code contained in this repo.
The Creative Commons license applies to the documentation.
There are two license files for this project. The MIT License applies to the code contained in this
repo. The Creative Commons license applies to the documentation.

0 comments on commit 1261505

Please sign in to comment.