Skip to content

Commit 35890c0

Browse files
committed
Merge branch 'master' of github.com:divio/django-cms
Conflicts: docs/getting_started/index.rst
2 parents 4d71b4e + 5b202e5 commit 35890c0

File tree

2 files changed

+29
-7
lines changed

2 files changed

+29
-7
lines changed

docs/advanced/templatetags.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ show_breadcrumb
699699
===============
700700

701701
Renders the breadcrumb navigation of the current page.
702-
The template for the HTML can be found at ``cms/breadcrumb.html``::
702+
The template for the HTML can be found at ``menu/breadcrumb.html``::
703703

704704
{% show_breadcrumb %}
705705

@@ -710,7 +710,7 @@ Or with a custom template and only display level 2 or higher::
710710
Usually, only pages visible in the navigation are shown in the
711711
breadcrumb. To include *all* pages in the breadcrumb, write::
712712

713-
{% show_breadcrumb 0 "cms/breadcrumb.html" 0 %}
713+
{% show_breadcrumb 0 "menu/breadcrumb.html" 0 %}
714714

715715
If the current URL is not handled by the CMS or by a navigation extender,
716716
the current menu node can not be determined.

docs/getting_started/index.rst

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,39 @@ Getting started
55
Welcome to django CMS 3. This tutorial should guide you through the first basic steps with django
66
CMS all the way up to adding your own plugins and apps and extending the CMS' models itself!
77

8-
.. note::
9-
Should you run into trouble and can't figure out how to solve it yourself, you
10-
can get help from either our `mailinglist`_ or IRC channel ``#django-cms`` on
11-
the ``irc.freenode.net`` network.
8+
.. toctree::
9+
:maxdepth: 2
10+
:hidden:
11+
12+
tutorial
13+
integrate
14+
15+
1216

17+
************
18+
Getting Help
19+
************
20+
21+
Should you run into trouble and can't figure out how to solve it yourself, you
22+
can get help from either our `mailinglist`_ or IRC channel ``#django-cms`` on
23+
the ``irc.freenode.net`` network.
24+
25+
26+
**********************************
27+
Installing django CMS from scratch
28+
**********************************
29+
30+
Start from scratch by following the tutorial on https://github.com/divio/django-cms-tutorial
31+
32+
**********************************************
33+
Installing django CMS into an existing project
34+
**********************************************
1335

1436
.. toctree::
1537
:maxdepth: 2
1638

17-
tutorial
1839
integrate
1940

2041

2142
.. _mailinglist: https://groups.google.com/forum/#!forum/django-cms
43+

0 commit comments

Comments
 (0)