Skip to content

Commit 103ccf9

Browse files
author
Zlatko Knezevic
committed
Merge pull request dotnet#21 from dotnet/toc-patch
Add toc stubs for NuGet and Languages
2 parents 9a491e1 + 188422a commit 103ccf9

11 files changed

+89
-0
lines changed

docs/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Topics
2222
porting/index
2323
packaging/index
2424
deployment/index
25+
nuget/index
26+
languages/index
2527
bcl/index
2628
advanced/index
2729

docs/languages/c-sharp.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. include:: /stub-topic.txt
2+
3+
|stub-icon| C# programming language
4+
===================================
5+
6+
.. include:: /stub-notice.txt
7+

docs/languages/cli-languages.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.. include:: /stub-topic.txt
2+
3+
|stub-icon| CLI programming languages
4+
=====================================
5+
6+
Besides the ones mentioned in this section in the documents, there are many other
7+
languages of different types that have been implemented on top of the Common
8+
Language Infrastructure (CLI). You can see them all on the official
9+
`Wikipedia page <https://en.wikipedia.org/wiki/List_of_CLI_languages>`_.
10+
11+
.. include:: /stub-notice.txt
12+

docs/languages/f-sharp.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. include:: /stub-topic.txt
2+
3+
|stub-icon| F# programming language
4+
===================================
5+
6+
.. include:: /stub-notice.txt
7+

docs/languages/index.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.. include:: /stub-topic.txt
2+
3+
Programming languages on the .NET Platform
4+
------------------------------------------
5+
6+
.. toctree::
7+
:titlesonly:
8+
9+
overview
10+
c-sharp
11+
f-sharp
12+
visual-basic
13+
cli-languages
14+
15+
.. include:: /stub-notice.txt
16+

docs/languages/overview.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.. include:: /stub-topic.txt
2+
3+
|stub-icon| .NET Platform & programming languages
4+
=================================================
5+
6+
.. include:: /stub-notice.txt
7+
8+

docs/languages/visual-basic.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. include:: /stub-topic.txt
2+
3+
|stub-icon| VisualBasic.NET programming language
4+
================================================
5+
6+
.. include:: /stub-notice.txt
7+

docs/nuget/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.NET Package Manager (NuGet)
2+
----------------------------
3+
4+
.. toctree::
5+
:titlesonly:
6+
7+
overview.rst
8+
using.rst
9+
packaging.rst

docs/nuget/overview.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. include:: /stub-topic.txt
2+
3+
|stub-icon| Introduction to NuGet
4+
=================================
5+
6+
.. include:: /stub-notice.txt
7+

docs/nuget/packaging.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. include:: /stub-topic.txt
2+
3+
|stub-icon| Creating your own NuGet packages
4+
============================================
5+
6+
.. include:: /stub-notice.txt
7+

docs/nuget/using.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. include:: /stub-topic.txt
2+
3+
|stub-icon| Using NuGet
4+
=======================
5+
6+
.. include:: /stub-notice.txt
7+

0 commit comments

Comments
 (0)