kopia lustrzana https://github.com/wagtail/wagtail
Moved some of the reference docs into topics
rodzic
bd45a12efd
commit
2e0dcc88d5
|
@ -13,10 +13,10 @@ Below are some useful links to help you get started with Wagtail.
|
||||||
|
|
||||||
* **Creating your Wagtail site**
|
* **Creating your Wagtail site**
|
||||||
|
|
||||||
* :doc:`reference/pages/creating_pages`
|
* :doc:`topics/creating_pages`
|
||||||
* :doc:`reference/pages/writing_templates`
|
* :doc:`topics/writing_templates`
|
||||||
* :doc:`reference/images/index`
|
* :doc:`topics/images/index`
|
||||||
* :doc:`reference/search/index`
|
* :doc:`topics/search/index`
|
||||||
* :doc:`howto/third_party_tutorials`
|
* :doc:`howto/third_party_tutorials`
|
||||||
|
|
||||||
|
|
||||||
|
@ -34,6 +34,7 @@ Index
|
||||||
:titlesonly:
|
:titlesonly:
|
||||||
|
|
||||||
getting_started/index
|
getting_started/index
|
||||||
|
topics/index
|
||||||
howto/index
|
howto/index
|
||||||
reference/index
|
reference/index
|
||||||
support
|
support
|
||||||
|
|
|
@ -6,8 +6,6 @@ Reference
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
pages/index
|
pages/index
|
||||||
images/index
|
|
||||||
search/index
|
|
||||||
snippets
|
snippets
|
||||||
form_builder
|
form_builder
|
||||||
contrib/index
|
contrib/index
|
||||||
|
|
|
@ -11,12 +11,8 @@ The presentation of your content, the actual webpages, includes the normal use o
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
theory
|
|
||||||
creating_pages
|
|
||||||
writing_templates
|
|
||||||
model_recipes
|
model_recipes
|
||||||
editing_api
|
editing_api
|
||||||
streamfield
|
|
||||||
model_reference
|
model_reference
|
||||||
queryset_reference
|
queryset_reference
|
||||||
advanced_topics/privacy
|
advanced_topics/privacy
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
======
|
||||||
|
Topics
|
||||||
|
======
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
theory
|
||||||
|
creating_pages
|
||||||
|
writing_templates
|
||||||
|
images/index
|
||||||
|
search/index
|
||||||
|
streamfield
|
Ładowanie…
Reference in New Issue