Skip to content

Commit

Permalink
Merge pull request #12 from dotnet/toc-work
Browse files Browse the repository at this point in the history
Stub out the remainder of the TOC
  • Loading branch information
Zlatko Knezevic committed Jun 10, 2015
2 parents ba978ce + 71e2dc4 commit e555301
Show file tree
Hide file tree
Showing 32 changed files with 96 additions and 33 deletions.
8 changes: 3 additions & 5 deletions docs/concepts/index.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
General .NET Concepts
---------------------
The .NET Primer
---------------

.. toctree::
:titlesonly:

primer
intro-clr


2 changes: 1 addition & 1 deletion docs/concepts/primer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ that make it easier to efficiently build high*quality apps. .NET enables
a high*level programming environment with many convenience features,
while providing low*level access to native memory and APIs.

Multiple implementations of .NET are available, based on open :doc:`.NET
Multiple implementations of .NET are available, based on open `.NET
Standards <https://github.com/dotnet/coreclr/blob/master/Documentation/dotnet-standards.md>`_ that specify the fundamentals of the
platform. They are separately optimized for different app types (e.g.
desktop, mobile, gaming, cloud) and support many chips (e.g. x86/x64,
Expand Down
6 changes: 6 additions & 0 deletions docs/deployment/deployment-manual.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. include:: /stub-topic.txt

|stub-icon| Deploying applications manually
===========================================

.. include:: /stub-notice.txt
6 changes: 6 additions & 0 deletions docs/deployment/deployment-visual-studio.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. include:: /stub-topic.txt

|stub-icon| Deploying applications using Visual Studio
======================================================

.. include:: /stub-notice.txt
9 changes: 9 additions & 0 deletions docs/deployment/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Deploying .NET Core applications
--------------------------------

.. toctree::
:titlesonly:

overview
deployment-visual-studio
deployment-manual
6 changes: 6 additions & 0 deletions docs/deployment/overview.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. include:: /stub-topic.txt

|stub-icon| Overview
====================

.. include:: /stub-notice.txt
4 changes: 2 additions & 2 deletions docs/development/using-sublime.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. include:: /stub-topic.txt

|stub-icon| Using Sublime Text
==============================
|stub-icon| Development using Sublime Text
==========================================

.. include:: /stub-notice.txt
4 changes: 2 additions & 2 deletions docs/development/using-vim.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. include:: /stub-topic.txt

|stub-icon| Using vi/vim
========================
|stub-icon| Development using vim
=================================

.. include:: /stub-notice.txt
4 changes: 2 additions & 2 deletions docs/development/using-visual-studio-code.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. include:: /stub-topic.txt

|stub-icon| Using Visual Studio Code
====================================
|stub-icon| Development using Visual Studio Code
================================================

.. include:: /stub-notice.txt
4 changes: 2 additions & 2 deletions docs/development/using-visual-studio.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. include:: /stub-topic.txt

|stub-icon| Using Visual Studio
======================================
|stub-icon| Development using Visual Studio 2015
================================================

.. include:: /stub-notice.txt
2 changes: 1 addition & 1 deletion docs/getting-started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Getting started
.. toctree::
:titlesonly:

intro-clr
overview
supporting-core
installing-core-windows
installing-core-linux
installing-core-osx
File renamed without changes.
5 changes: 2 additions & 3 deletions docs/getting-started/overview.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.. include:: /stub-topic.txt

|stub-icon| Different editions of .NET
======================================
|stub-icon| Overview of different editions of .NET
==================================================

.. include:: /stub-notice.txt

4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Topics
getting-started/index
tutorials-samples/index
concepts/index
dotnet-native/index
dnx/index
development/index
dnx/index
porting/index
packaging/index
deployment/index
bcl/index
roslyn/index

Expand Down
Empty file removed docs/index.rstcd
Empty file.
3 changes: 3 additions & 0 deletions docs/packaging/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ Packaging .NET Core Applications
:titlesonly:

packaging-overview
packaging-nuget
packaging-publish
packaging-binaries
6 changes: 6 additions & 0 deletions docs/packaging/packaging-binaries.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. include:: /stub-topic.txt

|stub-icon| Producing binaries of your application
==================================================

.. include:: /stub-notice.txt
6 changes: 6 additions & 0 deletions docs/packaging/packaging-nuget.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. include:: /stub-topic.txt

|stub-icon| Packaging your application as a NuGet package
=========================================================

.. include:: /stub-notice.txt
6 changes: 6 additions & 0 deletions docs/packaging/packaging-publish.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. include:: /stub-topic.txt

|stub-icon| Creating a publishing layout
========================================

.. include:: /stub-notice.txt
6 changes: 4 additions & 2 deletions docs/porting/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ Porting applications & existing code to .NET Core
.. toctree::
:titlesonly:

porting-console
porting-libraries
overview
porting-console-apps
porting-web-apps
supporting-core
6 changes: 6 additions & 0 deletions docs/porting/overview.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. include:: /stub-topic.txt

|stub-icon| Overview of porting process
=======================================

.. include:: /stub-notice.txt
File renamed without changes.
6 changes: 6 additions & 0 deletions docs/porting/porting-web-apps.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. include:: /stub-topic.txt

|stub-icon| Porting web applications to .NET Core
=================================================

.. include:: /stub-notice.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ program is across .NET platforms by analyzing assemblies. The
Portability Analyzer is offered as a Visual Studio Extension and as a
console app.

New Targets
New Targets
-----------

- `.NET Core 5 <https://www.dotnetfoundation.org/netcore5>`_: Has a
Expand Down
8 changes: 4 additions & 4 deletions docs/roslyn/index.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"Roslyn"
--------
.NET Compiler Platform ("Roslyn")
---------------------------------

.. include:: /stub-topic.txt

|stub-icon| Roslyn
==================
|stub-icon| .NET Compiler Platform
==================================

.. toctree::
:titlesonly:
Expand Down
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions docs/tutorials-samples/first-web-app.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. include:: /stub-topic.txt

|stub-icon| Writing your first ASP.NET Application using .NET Core
==================================================================

.. include:: /stub-notice.txt
10 changes: 4 additions & 6 deletions docs/tutorials-samples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ Tutorials & Samples

.. toctree::
:titlesonly:

console
uwp




first-console-app
first-uwp-app
first-web-app

0 comments on commit e555301

Please sign in to comment.