57 lines
1.4 KiB
ReStructuredText
57 lines
1.4 KiB
ReStructuredText
.. aspnet documentation master file, created by
|
|
sphinx-quickstart on Mon Feb 9 14:30:11 2015.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
.. _index:
|
|
|
|
ASP.NET 5 Documentation
|
|
=======================
|
|
|
|
.. attention:: ASP.NET 5 RC1 is now available! Please see the :doc:`Getting Started <getting-started/index>` instructions for installing the latest version.
|
|
|
|
.. include:: ../common/stub-overview.txt
|
|
|
|
Frameworks
|
|
----------
|
|
|
|
* :ref:`MVC <mvc:index>`
|
|
|
|
Topics
|
|
------
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
|
|
getting-started/index
|
|
tutorials/index
|
|
conceptual-overview/index
|
|
fundamentals/index
|
|
testing/index
|
|
dnx/index
|
|
frameworks/index
|
|
data/index
|
|
publishing/index
|
|
client-side/index
|
|
mobile/index
|
|
security/index
|
|
performance/index
|
|
migration/index
|
|
contribute/index
|
|
|
|
Related Resources
|
|
-----------------
|
|
|
|
* :ref:`.NET Core Documentation <dotnet:index>`
|
|
* `Entity Framework <http://docs.efproject.net>`_
|
|
|
|
Contribute
|
|
----------
|
|
|
|
The documentation on this site is the handiwork of our many `contributors <https://github.com/aspnet/docs/contributors>`_.
|
|
|
|
**We accept pull requests!** But you're more likely to have yours accepted if you follow these guidelines:
|
|
|
|
1. Read https://github.com/aspnet/Docs/blob/master/CONTRIBUTING.md
|
|
2. Follow the :ref:`ASP.NET Docs Style Guide <style-guide>`
|