Docs improvements

Added list of views incl. those from 3rd parties, linked views tutorial
from views docs. Linked the list from the tutorial.

Booted (unlinked) pages for Grids tutorial (#397, #398), Timelines
tutorial (#224)
This commit is contained in:
Matt Fullerton
2014-11-03 10:34:24 +01:00
parent d11c88b99f
commit a6efbf9da3
6 changed files with 122 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
* <a href="{{page.root}}/docs/src/view.grid.html">Grid (simple)</a>
* <a href="{{page.root}}/docs/src/view.slickgrid.html">Grid (SlickGrid)</a>
* <a href="{{page.root}}/docs/src/view.map.html">Map</a>
* <a href="https://github.com/NuCivic/recline.view.choroplethmap.js">Choropleth Map</a>
* <a href="{{page.root}}/docs/src/view.graph.html">Graph</a>
* <a href="{{page.root}}/docs/src/view.timeline.html">Timeline</a>
* <a href="{{page.root}}/docs/src/view.multiview.html">Multiview (combines views)</a>