From 068c2c5f101ec11c844dfcf0008423d9b9de58ca Mon Sep 17 00:00:00 2001 From: Richard Lander Date: Sat, 30 May 2015 11:55:48 -0700 Subject: Convert wiki to docs --- Documentation/README.md | 58 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 Documentation/README.md (limited to 'Documentation/README.md') diff --git a/Documentation/README.md b/Documentation/README.md new file mode 100644 index 0000000000..1b059c0ba3 --- /dev/null +++ b/Documentation/README.md @@ -0,0 +1,58 @@ +Documents Index +=============== + +Learn about .NET Core +==================== + +- [Brief Intro to .NET Core](https://github.com/dotnet/coreclr/blob/master/Documentation/dotnetcore-intro.md) +- [[WIP] Official .NET Core Docs](http://dotnet.readthedocs.org) + +Get .NET Core +============= + +- [Get .NET Core DNX SDK on Windows](https://github.com/dotnet/coreclr/blob/master/Documentation/get-dotnetcore-dnx-windows.md) +- [Get .NET Core DNX SDK on OS X](https://github.com/dotnet/coreclr/blob/master/Documentation/get-dotnetcore-dnx-osx.md) +- [Get .NET Core DNX SDK on Linux](https://github.com/dotnet/coreclr/blob/master/Documentation/get-dotnetcore-dnx-linux.md) +- [Get .NET Core (Raw) on Windows](https://github.com/dotnet/coreclr/blob/master/Documentation/get-dotnetcore-windows.md) + +Project Docs +============ + +- [Developer Guide](developer-guide.md) +- [Project priorities](https://github.com/dotnet/coreclr/blob/master/Documentation/project-priorities.md) +- [Contributing to CoreFX](contributing.md) +- [Contributing to .NET Core](https://github.com/dotnet/coreclr/blob/master/Documentation/contributing.md) +- [Contributing Workflow](https://github.com/dotnet/coreclr/blob/master/Documentation/contributing-workflow.md) +- [Issue Guide](issue-guide.md) +- [Branching Guide](branching-guide.md) +- [API Review Process](api-review-process.md) +- [Strong Name Signing](strong-name-signing.md) +- [Open Source Signing](oss-signing.md) +- [Repo Organization](repo-organization.md) + +Coding Guidelines +================= + +- [C# coding style](coding-style.md) +- [Framework Design Guidelines](framework-design-guidelines-digest.md) +- [Cross-Platform Guidelines](cross-platform-guidelines.md) +- [Performance Guidelines](performance-guidelines.md) +- [Interop Guidelines](interop-guidelines.md) +- [Breaking Changes](breaking-changes.md) +- [Breaking Change Definitions](breaking-change-definitions.md) +- [Breaking Change Rules](breaking-change-rules.md) + +Building from Source +==================== + +- [Building on Linux](linux-instructions.md) +- [Code Coverage](code-coverage.md) + +Other Information +================= + +- [CoreCLR Repo documentation](https://github.com/dotnet/coreclr/tree/master/Documentation) +- [Porting to .NET Core](support-dotnet-core-instructions.md) +- [.NET Standards (Ecma)](https://github.com/dotnet/coreclr/blob/master/Documentation/dotnet-standards.md) +- [MSDN Entry for the CLR](http://msdn.microsoft.com/library/8bs2ecf4.aspx) +- [Wikipedia Entry for the CLR](http://en.wikipedia.org/wiki/Common_Language_Runtime) -- cgit v1.2.3