dotnet-installer/Documentation/README.md
Zlatko Knezevic 09b6be5990 Cleaning up the documentation folder (#5928)
* Cleaning up the documentation folder

This change cleans up the documentation folder in the CLI repo. The
changes are the following:

* Delete old content that is invalid moving forward.
* Move cli-installation-scenarios to the `specs` sub-folder.
* Add a sub-folder for documentation that deals with working with the repo
* Add a general sub-folder
* Finally, change the README.md to reflect this.

Also, this change adds a document that covers CLI UX guidelines for
authors of new commands.

* Firt round of PR feedback changes
2017-03-09 17:09:59 -08:00

27 lines
998 B
Markdown

Documents Index
===============
## Overview and general information
- [Intro to .NET Core CLI](intro-to-cli.md)
- [CLI UX Guidelines](cli-ux-guidelines.md)
- [.NET Core native pre-requisities document](https://github.com/dotnet/core/blob/master/Documentation/prereqs.md)
- [Roadmap and OS support](https://github.com/dotnet/core/blob/master/roadmap.md)
- [Comprehensive CLI documentation](https://docs.microsoft.com/en-us/dotnet/articles/core/preview3/tools/)
## Working with the CLI repo
- [Developer Guide](project-docs/developer-guide.md)
- [How to file issues](project-docs/issue-filing.guide.md)
## Troubleshooting and issues reporting
- [CLI Known Issues](https://github.com/dotnet/core/blob/master/cli/known-issues.md)
- [Filing migration issues](migration-issues.md)
## Specifications
- [CLI installation scenarios](specs/cli-installation-scenarios.md)
- [Corehost specification](specs/corehost.md)
- [Runtime configuration file specification](specs/runtime-configuration-file.md)