Skip to content

Commit

Permalink
Revert "minor #7141 Added "How to Use a Custom Version Strategy for A…
Browse files Browse the repository at this point in the history
…ssets" (teohhanhui, javiereguiluz)"

This reverts commit d691f6e, reversing
changes made to 98e90a2.
  • Loading branch information
xabbuh committed Dec 13, 2016
1 parent 7c8c648 commit 0f7c7d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 216 deletions.
201 changes: 0 additions & 201 deletions frontend/custom_version_strategy.rst

This file was deleted.

15 changes: 0 additions & 15 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ Configuration
* `packages`_
* `version`_
* `version_format`_
* `version_strategy`_
* `templating`_
* `hinclude_default_template`_
* :ref:`form <reference-templating-form>`
Expand Down Expand Up @@ -946,8 +945,6 @@ collection each time it generates an asset's path:
),
));
.. _reference-framework-assets-packages:

packages
........

Expand Down Expand Up @@ -1016,7 +1013,6 @@ Each package can configure the following options:
* :ref:`base_urls <reference-assets-base-urls>`
* :ref:`version <reference-framework-assets-version>`
* :ref:`version_format <reference-assets-version-format>`
* :ref:`version_strategy <reference-framework-assets-version_strategy>`

.. _reference-framework-assets-version:
.. _ref-framework-assets-version:
Expand Down Expand Up @@ -1094,7 +1090,6 @@ option.
``version``. This makes it easier to increment the cache on each
deployment.

.. _reference-framework-assets-version-format:
.. _reference-templating-version-format:
.. _reference-assets-version-format:

Expand Down Expand Up @@ -1135,16 +1130,6 @@ is set to ``5``, the asset's path would be ``/images/logo.png?version=5``.
any URL rewriting. The latter option is useful if you would like older
asset versions to remain accessible at their original URL.

.. _reference-framework-assets-version_strategy:

version_strategy
................

**type**: ``string`` **default**: null

The service id of the :doc:`asset version strategy </frontend/custom_version_strategy>`
applied to the assets.

templating
~~~~~~~~~~

Expand Down

0 comments on commit 0f7c7d5

Please sign in to comment.