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("whats-new/whats-new-in-2.6") }}">What's New in Bazaar 2.6?</a><br/>
11
<span class="linkdescr">what's new in this release</span>
13
<p class="biglink"><a class="biglink" href="{{ pathto("user-guide/index") }}">User Guide</a><br/>
14
<span class="linkdescr">how to use the command line client</span>
16
<p class="biglink"><a class="biglink" href="{{ pathto("tutorials/index") }}">Tutorials</a><br/>
17
<span class="linkdescr">brief introductions</span>
19
<p class="biglink"><a class="biglink" href="{{ pathto("quick-reference/index") }}">Quick Reference</a><br/>
20
<span class="linkdescr">for your wall</span>
23
<p class="biglink"><a class="biglink" href="{{ pathto("release-notes/index") }}">Release Notes</a><br/>
24
<span class="linkdescr">a detailed log of changes</span>
26
<p class="biglink"><a class="biglink" href="{{ pathto("upgrade-guide/index") }}">Upgrade Guide</a><br/>
27
<span class="linkdescr">moving to Bazaar 2.x</span>
29
<p class="biglink"><a class="biglink" href="{{ pathto("user-reference/index") }}">User Reference</a><br/>
30
<span class="linkdescr">all the gory details</span>
32
<p class="biglink"><a class="biglink" href="{{ pathto("admin-guide/index") }}">System Admin Guide</a><br/>
33
<span class="linkdescr">security, backups, etc.</span>
38
<h2>Related links</h2>
40
<table class="contentstable" align="center" style="margin-left: 30px"><tr>
42
<p class="biglink"><a class="biglink" href="http://doc.bazaar.canonical.com/explorer/en/guide/">Desktop Guide</a><br/>
43
<span class="linkdescr">how to use our GUI applications</span>
45
<p class="biglink"><a class="biglink" href="https://answers.launchpad.net/bzr/+faqs">FAQ</a><br/>
46
<span class="linkdescr">frequently asked questions</span>
48
<p class="biglink"><a class="biglink" href="http://wiki.bazaar.canonical.com/BzrGlossary/">Glossary</a><br/>
49
<span class="linkdescr">help with terminology</span>
53
<p class="biglink"><a class="biglink" href="../developers/">Developer Docs</a><br/>
54
<span class="linkdescr">improving and extending bzr</span>
56
<p class="biglink"><a class="biglink" href="http://doc.bazaar.canonical.com/migration/en/">Migration Docs</a><br/>
57
<span class="linkdescr">for refugees of other tools</span>
59
<p class="biglink"><a class="biglink" href="http://doc.bazaar.canonical.com/plugins/en/">Plugins Guide</a><br/>
60
<span class="linkdescr">help on popular plugins</span>
65
These documents are also available in <a href="../es/index.html">Spanish</a>,
66
<a href="../ja/index.html">Japanese</a>,
67
and <a href="../ru/index.html">Russian</a>.