Skip to content

Bringing even with staging #2191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Mar 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 23 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,43 @@
## Microsoft Open Source Code of Conduct
# 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.

[![Build status](https://ci.appveyor.com/api/projects/status/onshefxnc4g4pv87/branch/staging?svg=true)](https://ci.appveyor.com/project/PowerShell/powershell-docs/branch/staging)

# PowerShell Documentation
## PowerShell Documentation

Welcome to the PowerShell-Docs repository, housing the official Windows PowerShell documentation.
Welcome to the PowerShell-Docs repository, housing the official PowerShell documentation.

## Repository Structure
Each folder in this repo publishes to [MSDN](https://msdn.microsoft.com/en-us/powershell). The folders correspond to the following PowerShell assets:
* [/dsc/](https://msdn.microsoft.com/en-us/powershell/dsc/) is for the Desired State Configuration feature
* [/gallery/](https://msdn.microsoft.com/powershell/gallery) is for the [PowerShell Gallery](https://www.powershellgallery.com/)
* [/jea/](https://msdn.microsoft.com/powershell/jea/) is for the Just Enough Administration feature
* [/reference/](https://msdn.microsoft.com/powershell/reference/) is for PowerShell module reference across versions 3.0, 4.0, 5.0, 5.1, and 6.0
* This content will be retrieved by the `Get-Help` cmdlet in the future
* [/scripting/](https://msdn.microsoft.com/en-us/powershell/scripting/) is general PowerShell reference content
* [/wmf](https://msdn.microsoft.com/en-us/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.

Each folder in this repo publishes to [Microsoft Docs](https://docs.microsoft.com/powershell). The folders
correspond to the following PowerShell assets:

- [/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 will be retrieved by the `Get-Help` cmdlet in the future
- [/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.



## 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 [contributions guide](CONTRIBUTING.md).
There is a draft [style guide](./STYLE.md) to review before making contributions.
Please use the Issue and Pull Request templates to help keep documentation consistent across versions.
Please use the Issue and Pull Request templates to help keep documentation consistent across versions.

## Licenses

There are two license files for this project.
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.
The Creative Commons license applies to the documentation.
205 changes: 0 additions & 205 deletions dsc/TOC.md

This file was deleted.

Loading