[#168,doc][m]: backend docs including overview and spec of how a backend should function.

* model docs get some improvement and moved to docs/models.markdown
* change default layout to allow spec of where root is ...
This commit is contained in:
Rufus Pollock
2012-06-24 19:50:08 +01:00
parent f30c7d6273
commit 08fb55bd02
5 changed files with 375 additions and 304 deletions

View File

@@ -9,7 +9,7 @@
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="vendor/bootstrap/2.0.2/css/bootstrap.css" />
<link rel="stylesheet" href="{{ page.root }}vendor/bootstrap/2.0.2/css/bootstrap.css" />
{% if page.recline-deps %}
{% include recline-deps.html %}
@@ -17,8 +17,8 @@
<!-- link rel="stylesheet" href="vendor/bootstrap/2.0.2/css/bootstrap-responsive.css" -->
<link href="css/site/pygments.css" rel="stylesheet" type="text/css" />
<link href="css/site/site.css" rel="stylesheet" type="text/css" />
<link href="{{ page.root }}css/site/pygments.css" rel="stylesheet" type="text/css" />
<link href="{{ page.root }}css/site/site.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="navbar navbar-fixed-top">