diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2012-04-16 09:56:12 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2012-04-16 09:56:12 -0500 |
commit | bf591506a10374619b26565a6fdd0bfbadd3f825 (patch) | |
tree | f7a4db2f4507caec26d27c647eb8a286ef0c95d2 /doc/_templates | |
parent | 6539c5e525cad6e892d2153a652a9bc92d9e5c67 (diff) | |
download | bcfg2-bf591506a10374619b26565a6fdd0bfbadd3f825.tar.gz bcfg2-bf591506a10374619b26565a6fdd0bfbadd3f825.tar.bz2 bcfg2-bf591506a10374619b26565a6fdd0bfbadd3f825.zip |
doc: Add links to other versions of the docs
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/_templates')
-rw-r--r-- | doc/_templates/indexsidebar.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/_templates/indexsidebar.html b/doc/_templates/indexsidebar.html new file mode 100644 index 000000000..50ae05b46 --- /dev/null +++ b/doc/_templates/indexsidebar.html @@ -0,0 +1,11 @@ +<!-- FIXME: Add download page with pdf/html/txt archives of these documents + <h3>Download</h3> + <p><a href="{{ pathto('download') }}">Download these documents</a></p> +--> + + <h3>Docs for other versions</h3> + <ul> + <li><a href="http://docs.bcfg2.org/1.1/">Bcfg2 1.1 (stable)</a></li> + <li><a href="http://docs.bcfg2.org/1.1/">Bcfg2 1.2 (stable)</a></li> + <li><a href="http://docs.bcfg2.org/dev/">Bcfg2 development documentation</a></li> + </ul> |