diff options
Diffstat (limited to 'api-guide/routers/index.html')
| -rw-r--r-- | api-guide/routers/index.html | 10 | 
1 files changed, 9 insertions, 1 deletions
| diff --git a/api-guide/routers/index.html b/api-guide/routers/index.html index 0872c43d..9ce6f5d2 100644 --- a/api-guide/routers/index.html +++ b/api-guide/routers/index.html @@ -165,6 +165,10 @@                    </li>                    <li > +                    <a href="../validators">Validators</a> +                  </li> +                   +                  <li >                      <a href="../authentication">Authentication</a>                    </li> @@ -264,6 +268,10 @@                    </li>                    <li > +                    <a href="../../topics/3.0-announcement">3.0 Announcement</a> +                  </li> +                   +                  <li >                      <a href="../../topics/kickstarter-announcement">Kickstarter Announcement</a>                    </li> @@ -635,7 +643,7 @@ app.router.register_model(MyModel)    <!--/.wrapper -->    <footer class="span12"> -    <p>Sponsored by <a href="http://dabapps.com/">DabApps</a>.</a> +    <p>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</a>      </p>    </footer> | 
