Skip to content

Commit

Permalink
Adjust theming documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Prokyonn committed Nov 19, 2020
1 parent d551e63 commit 3314410
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 97 deletions.
1 change: 0 additions & 1 deletion book/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Be sure to know a thing or two about `Symfony`_. Sulu is based on Symfony and st
image-formats
localization
smart-content
themes
extend-admin

Lots of fun with Sulu. We hope you'll find the love we put in it while creating it.
Expand Down
90 changes: 0 additions & 90 deletions book/themes.rst

This file was deleted.

11 changes: 7 additions & 4 deletions book/webspaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ Themes (optional)
-----------------

The ``theme`` is described by a key. This key leads to a certain theme,
implemented by a developer in the system. Read more about themes in the section
:doc:`themes`. This feature is default deactivated and therefore in the
example not used. If you have multiple webspaces which should look different,
you can use this feature to do this.
implemented by a developer in the system. If you use multiple webspaces,
which should have a different look and feel, you can easily accomplish
this with the `SuluThemeBundle`_. Read more about the installation and usage
in the `bundle documentation`_.

Templates
---------
Expand Down Expand Up @@ -245,3 +245,6 @@ the values of them by using the ``de-at``-localization:

Now you got your webspace ready, we will create a template for a page that could
be added to the webspace.

.. _SuluThemeBundle: https://github.com/sulu/SuluThemeBundle
.. _bundle documentation: https://github.com/sulu/SuluThemeBundle/blob/master/README.md
4 changes: 2 additions & 2 deletions developer/bc-promise.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Sulu is a stable software used in production. It is however still under heavy
development and therefore a full backwards compatibility can not be guaranteed
at the current stage.

We are do our best to keep backwards compatibility for the most used extension
We do our best to keep backwards compatibility for the most used extension
points and services of Sulu. These are listed in this document.

The promises given in this document are only valid during a single major
Expand Down Expand Up @@ -33,7 +33,7 @@ backwards compatibility is promised:

* Webspace (see :doc:`../book/webspaces`)
* Template (see :doc:`../book/templates`)
* Image formats (see :doc:`../book/themes`)
* Image formats (see :doc:`../book/image-formats`)
* MassiveSearch (see the `MassiveSearchBundle Mapping`_)
* Bundle configurations

Expand Down

0 comments on commit 3314410

Please sign in to comment.