Skip to content

Commit

Permalink
added more content to test docs
Browse files Browse the repository at this point in the history
  • Loading branch information
garywoodfine committed Feb 6, 2018
1 parent 32d3942 commit 9bb4e89
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
14 changes: 13 additions & 1 deletion docs/Getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,16 @@ What makes AutoMapper interesting is that it provides some interesting conventio
How to install
==============
Threenine.map is available via a nuget package `Threenine.map
<https://www.nuget.org/packages/Threenine.Map/>`_.
<https://www.nuget.org/packages/Threenine.Map/>`_.

Install via package manager :
::

Install-Package Threenine.Map

Or using the dotnet core cli :
::

dotnet add package Threenine.Map


8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@

.. _feature-docs:

.. toctree::
:maxdepth: 2
:caption: Feature Documentation

MappingConfigurationFactory

Introduction
============
Expand All @@ -39,5 +35,9 @@ Threenine.Map supports the following platforms:
* .NET 4.5.2+
* .NET Platform Standard 2.0

.. toctree::
:maxdepth: 2
:caption: Feature Documentation

MappingConfigurationFactory

0 comments on commit 9bb4e89

Please sign in to comment.