Skip to content

Commit

Permalink
Adding reference link to ASP.NET 5 RTD docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blackdwarf committed Jun 8, 2015
1 parent a5b8807 commit ba978ce
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
Binary file added docs/aspnet.inv
Binary file not shown.
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,3 +302,8 @@

# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False

# Mapping to other projects
intersphinx_mapping = {
'aspnet': ('http://docs.asp.net/en/latest', 'aspnet.inv')
}
2 changes: 1 addition & 1 deletion docs/getting-started/installing-core-linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ A more ambitious example is available on the `corefxlab repo <https://www.github

The next thing you will need is a ``project.json`` file that will outline the dependencies of an app, so you can **actually** run it. Use the contents below, it will work for both examples above. Save this file in a directory next to the CS file that contains your code.

.. code-blocl:: json
.. code-block:: json
{
"version": "1.0.0-*",
Expand Down
6 changes: 5 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
.NET Core Documentation
=======================

Contents:
Topics
------

.. toctree::
:titlesonly:
Expand All @@ -24,7 +25,10 @@ Contents:
bcl/index
roslyn/index

Related resources
-----------------

* :ref:`ASP.NET 5 Documentation <aspnet:index>`

Indices and tables
==================
Expand Down

0 comments on commit ba978ce

Please sign in to comment.