1
{% extends "layout.html" %}
3
{% set title = 'Table of Contents' %}
6
<h2>Core documentation</h2>
8
<table class="contentstable" align="center" style="margin-left: 30px"><tr>
10
<p class="biglink"><a class="biglink" href="{{ pathto("user-guide/index") }}">User Guide</a><br/>
11
<span class="linkdescr">how to use Bazaar effectively</span>
13
<p class="biglink"><a class="biglink" href="{{ pathto("tutorials/index") }}">Tutorials</a><br/>
14
<span class="linkdescr">brief introductions</span>
16
<p class="biglink"><a class="biglink" href="{{ pathto("quick-reference/index") }}">Quick Reference</a><br/>
17
<span class="linkdescr">for your wall</span>
20
<p class="biglink"><a class="biglink" href="{{ pathto("release-notes/index") }}">Release Notes</a><br/>
21
<span class="linkdescr">what's new</span>
23
<p class="biglink"><a class="biglink" href="{{ pathto("upgrade-guide/index") }}">Upgrade Guide</a><br/>
24
<span class="linkdescr">moving to Bazaar 2.x</span>
26
<p class="biglink"><a class="biglink" href="{{ pathto("user-reference/index") }}">User Reference</a><br/>
27
<span class="linkdescr">all the gory details</span>
32
<h2>Related links</h2>
34
<table class="contentstable" align="center" style="margin-left: 30px"><tr>
36
<p class="biglink"><a class="biglink" href="https://answers.launchpad.net/bzr">FAQ</a><br/>
37
<span class="linkdescr">frequently asked questions</span>
39
<p class="biglink"><a class="biglink" href="http://bazaar-vcs.org/BzrGlossary/">Glossary</a><br/>
40
<span class="linkdescr">help with terminology</span>
43
<p class="biglink"><a class="biglink" href="http://doc.bazaar-vcs.org/migration/en/">Migration Docs</a><br/>
44
<span class="linkdescr">for refugees of other tools</span>
46
<p class="biglink"><a class="biglink" href="http://doc.bazaar-vcs.org/plugins/en/">Plugins Guide</a><br/>
47
<span class="linkdescr">help on popular plugins</span>
52
<p>Keen to help? See the <a href="http://doc.bazaar-vcs.org/developers/">Developer Docs</a>
53
for policies and tools on contributing code, tests and documentation.</p>