mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-17 05:21:00 +00:00
Move getting_started page to an 'installation' page within a Getting Started section
This commit is contained in:
parent
33ddcb8395
commit
fa6cf7bcb9
3 changed files with 12 additions and 6 deletions
8
docs/getting_started/index.rst
Normal file
8
docs/getting_started/index.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Getting started
|
||||
===============
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
installation
|
||||
|
|
@ -1,8 +1,6 @@
|
|||
.. _getting_started:
|
||||
|
||||
===============
|
||||
Getting started
|
||||
===============
|
||||
============
|
||||
Installation
|
||||
============
|
||||
|
||||
Before you start
|
||||
================
|
||||
|
|
@ -8,7 +8,7 @@ It supports Django 1.6.2+ and 1.7rc3+ on Python 2.6, 2.7, 3.2, 3.3 and 3.4.
|
|||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
getting_started
|
||||
getting_started/index
|
||||
core_components/index
|
||||
contrib_components/index
|
||||
howto/index
|
||||
|
|
|
|||
Loading…
Reference in a new issue