Skip to content

Commit

Permalink
Use contents directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate McMaster committed Jul 30, 2015
1 parent c5da04b commit 162a3be
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 33 deletions.
12 changes: 3 additions & 9 deletions docs/getting-started/aspnet5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,9 @@ Getting Started on ASP.NET 5

In this walkthrough, you will build an ASP.NET 5 MVC application that performs basic data access using Entity Framework.

In this article:
- `Create a new project`_
- `Install Entity Framework`_
- `Create your model`_
- `Register your context with dependency injection`_
- `Create your database`_
- `Create a controller`_
- `Create views`_
- `Run the application`_
.. contents:: `In this article:`
:depth: 1
:local:

`View this article's samples on GitHub <https://github.com/aspnet/EntityFramework.Docs/tree/master/docs/getting-started/aspnet5/sample>`_.

Expand Down
10 changes: 3 additions & 7 deletions docs/getting-started/full-dotnet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ Getting Started on Full .NET (Console, WinForms, WPF, etc.)

In this walkthrough, you will build a console application that performs basic data access using Entity Framework.

In this article:
- `Ensure NuGet 2.8.6 or later`_
- `Create a new project`_
- `Install Entity Framework`_
- `Create your model`_
- `Create your database`_
- `Use your model`_
.. contents:: `In this article:`
:depth: 1
:local:

`View this article's samples on GitHub <https://github.com/aspnet/EntityFramework.Docs/tree/master/docs/getting-started/full-dotnet/sample>`_.

Expand Down
13 changes: 4 additions & 9 deletions docs/getting-started/linux.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Getting Started on Linux
====================================
========================

This walkthrough will create a simple console application using ASP.NET 5 and
the SQLite provider.
Expand All @@ -10,14 +10,9 @@ the SQLite provider.
You can find nightly builds of the EF7 code base hosted on https://www.myget.org/F/aspnetvnext/api/v2/ but the code base is rapidly changing and we do not maintain up-to-date documentation for getting started.


In this article
- `Prerequisites`_
- `Install ASP.NET 5`_
- `Create a new project`_
- `Create your model`_
- `Create your database`_
- `Use your model`_
- `Start your app`_
.. contents:: `In this article:`
:depth: 1
:local:

.. note:: `View this article's samples on GitHub <https://github.com/aspnet/EntityFramework.Docs/tree/master/docs/getting-started/x-plat/sample>`_.

Expand Down
11 changes: 3 additions & 8 deletions docs/getting-started/osx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,9 @@ the SQLite provider.
You can find nightly builds of the EF7 code base hosted on https://www.myget.org/F/aspnetvnext/api/v2/ but the code base is rapidly changing and we do not maintain up-to-date documentation for getting started.


In this article
- `Prerequisites`_
- `Install ASP.NET 5`_
- `Create a new project`_
- `Create your model`_
- `Create your database`_
- `Use your model`_
- `Start your app`_
.. contents:: `In this article:`
:depth: 1
:local:

.. note:: `View this article's samples on GitHub <https://github.com/aspnet/EntityFramework.Docs/tree/master/docs/getting-started/x-plat/sample>`_.

Expand Down
2 changes: 2 additions & 0 deletions docs/getting-started/x-plat/guide.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:orphan:

Create a new project
--------------------
- Create a new folder ``ConsoleApp/`` for your project. All files for the project should be contained in this folder.
Expand Down
2 changes: 2 additions & 0 deletions docs/getting-started/x-plat/issues.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:orphan:

- Bugs in Mono 4.0.2 may cause Entity Framework to crash when using async methods. This is resolved with Mono >4.2.0, which has not yet been publicly released. `See aspnet/EntityFramework#2708 <https://github.com/aspnet/EntityFramework/issues/2708>`_ on GitHub
- Migrations on SQLite do not support more complex schema changes due to limitations in SQLite itself.

Expand Down

0 comments on commit 162a3be

Please sign in to comment.