forked from dotnet/corefx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align to the way CoreCLR is handling its Documentation folder in the repo. Add folders. Changed README.md in root, Documentation as well as CONTRIBUTING.md with new links.
- Loading branch information
Zlatko Knezevic
committed
Jun 23, 2015
1 parent
61c837a
commit 06a5ba7
Showing
23 changed files
with
51 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Contributing | ||
|
||
See [Contributing](Documentation/contributing.md) for information about coding styles, source structure, making pull requests, and more. | ||
See [Contributing](Documentation/project-docs/contributing.md) for information about coding styles, source structure, making pull requests, and more. | ||
|
||
# Developers | ||
|
||
See the [Developer Guide](Documentation/developer-guide.md) for details about developing in this repo. | ||
See the [Developer Guide](Documentation/project-docs/developer-guide.md) for details about developing in this repo. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,62 @@ | ||
Documents Index | ||
=============== | ||
|
||
Intro to .NET Core | ||
================== | ||
|
||
.NET Core is a self-contained .NET runtime and framework that implements ECMA 335. It can be (and has been) ported to multiple architectures and platforms. It support a variety of installation options, having no specific deployment requirements itself. | ||
|
||
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) | ||
- [Get .NET Core DNX SDK on Windows](https://github.com/dotnet/coreclr/blob/master/Documentation/install/get-dotnetcore-dnx-windows.md) | ||
- [Get .NET Core DNX SDK on OS X](https://github.com/dotnet/coreclr/blob/master/Documentation/install/get-dotnetcore-dnx-osx.md) | ||
- [Get .NET Core DNX SDK on Linux](https://github.com/dotnet/coreclr/blob/master/Documentation/install/get-dotnetcore-dnx-linux.md) | ||
- [Get .NET Core (Raw) on Windows](https://github.com/dotnet/coreclr/blob/master/Documentation/install/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) | ||
- [Developer Guide](project-docs/developer-guide.md) | ||
- [Project priorities](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/project-priorities.md) | ||
- [Contributing to CoreFX](project-docs/contributing.md) | ||
- [Contributing to .NET Core](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/contributing.md) | ||
- [Contributing Workflow](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/contributing-workflow.md) | ||
- [Issue Guide](project-docs/issue-guide.md) | ||
- [Branching Guide](project-docs/branching-guide.md) | ||
- [API Review Process](project-docs/api-review-process.md) | ||
- [Strong Name Signing](project-docs/strong-name-signing.md) | ||
- [Open Source Signing](project-docs/oss-signing.md) | ||
- [Repo Organization](project-docs/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) | ||
- [C# coding style](coding-guidelines/coding-style.md) | ||
- [Framework Design Guidelines](coding-guidelines/framework-design-guidelines-digest.md) | ||
- [Cross-Platform Guidelines](coding-guidelines/cross-platform-guidelines.md) | ||
- [Performance Guidelines](coding-guidelines/performance-guidelines.md) | ||
- [Interop Guidelines](coding-guidelines/interop-guidelines.md) | ||
- [Breaking Changes](coding-guidelines/breaking-changes.md) | ||
- [Breaking Change Definitions](coding-guidelines/breaking-change-definitions.md) | ||
- [Breaking Change Rules](coding-guidelines/breaking-change-rules.md) | ||
|
||
Building from Source | ||
==================== | ||
|
||
- [Building CoreFX on FreeBSD, Linux and OS X](unix-instructions.md) | ||
- [Code Coverage](code-coverage.md) | ||
- [Building CoreFX on FreeBSD, Linux and OS X](building/unix-instructions.md) | ||
- [Code Coverage](building/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) | ||
- [Porting to .NET Core](project-docs/support-dotnet-core-instructions.md) | ||
- [.NET Standards (Ecma)](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/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) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
Documentation/contributing.md → Documentation/project-docs/contributing.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters