Skip to content

Commit

Permalink
refactor Sylius#11470 [Docs] Partition theming guide and move to othe…
Browse files Browse the repository at this point in the history
…r docs sections (pamil)

This PR was merged into the 1.8-dev branch.

Discussion
----------



Commits
-------

732a1f3 [Docs] Partition theming guide and move to other docs sections
  • Loading branch information
pamil committed May 14, 2020
2 parents af5a3a0 + 732a1f3 commit 429d388
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Theming with BootstrapTheme
---------------------------

This tutorial will guide you on how to create your own theme based on `BootstrapTheme <https://github.com/Sylius/BootstrapTheme>`_ using Webpack.
If you haven't used Webpack yet, :doc:`here </theming/webpack>` you can learn how to do it.
If you haven't used Webpack yet, :doc:`here </cookbook/frontend/webpack>` you can learn how to do it.

Tutorial is divided into 3 parts:

Expand Down
1 change: 1 addition & 0 deletions docs/book/themes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ Themes
:hidden:

themes
bootstrap-theme

.. include:: /book/themes/map.rst.inc
1 change: 1 addition & 0 deletions docs/book/themes/map.rst.inc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* :doc:`/book/themes/themes`
* :doc:`/book/themes/bootstrap-theme`
1 change: 1 addition & 0 deletions docs/cookbook/frontend/map.rst.inc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* :doc:`/cookbook/frontend/admin-js-and-css`
* :doc:`/cookbook/frontend/google-analytics`
* :doc:`/cookbook/frontend/webpack`
File renamed without changes.
1 change: 1 addition & 0 deletions docs/cookbook/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,6 @@ Frontend

frontend/admin-js-and-css
frontend/google-analytics.rst
frontend/webpack.rst

.. include:: /cookbook/frontend/map.rst.inc
12 changes: 0 additions & 12 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,6 @@ The Customization Guide

.. include:: /customization/map.rst.inc

Theming Guide
-------------

:doc:`The Theming Guide </theming/index>` is useful when trying do develop custom layout for Sylius shops.

.. toctree::
:hidden:

theming/index

.. include:: /theming/map.rst.inc

The Cookbook
------------

Expand Down
3 changes: 3 additions & 0 deletions docs/redirection_map
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,6 @@ plugin-development-guide/installation.rst book/plugins/guide/installation.rst
plugin-development-guide/naming.rst book/plugins/guide/naming.rst
plugin-development-guide/specification.rst book/plugins/guide/specification.rst
plugin-development-guide/summary.rst book/plugins/guide/summary.rst
theming/bootstrap-theme.rst book/themes/bootstrap-theme.rst
theming/index.rst book/themes/index.rst
theming/webpack.rst cookbook/frontend/webpack.rst
21 changes: 0 additions & 21 deletions docs/theming/index.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/theming/map.rst.inc

This file was deleted.

0 comments on commit 429d388

Please sign in to comment.