Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6deb7eb

Browse files
committed
[documentation] add js/css framework documentation
1 parent a4918ae commit 6deb7eb

File tree

3 files changed

+15
-84
lines changed

3 files changed

+15
-84
lines changed

docs/plugins/bootstrap.rst

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,17 @@
1-
.. note::
2-
3-
This documentation is under construction, more to come soon
4-
5-
6-
71
Twitter Bootstrap
82
=================
93

10-
Add twitter bootstrap css framework
11-
124
Features
13-
~~~~~~~~
5+
--------
146

15-
- Insert here the different feature available for this plugin
7+
- Add Twitter Bootstrap code
168

179
Configuration
18-
~~~~~~~~~~~~~
10+
-------------
1911

20-
- Insert the yaml configuration for the DI
12+
There is no configuration option. You only need to enable the plugin by adding this line into the IoC configuration file.
2113

2214
.. code-block:: yaml
2315
24-
element.plugins.cache:
25-
cache_control:
26-
- { "path": "^.*\\.(txt|jpg|png|gif|xls|doc|docx)$", "Cache-Control": ['public', 's-maxage=14212800']}
27-
- { "path": "^(blog|gallery).*", "Cache-Control": ['public', 's-maxage=3600']}
28-
- { "path": "^.*\\.rss", "Cache-Control": ['public', 's-maxage=3600']}
29-
- { "path": "^contact.*", "Cache-Control": ['private', 'must-revalidate']}
30-
- { "path": "^/$", "Cache-Control": ['public', 's-maxage=3600']}
31-
32-
Events
33-
~~~~~~
34-
35-
- List event or entry points for this plugin
36-
37-
Architecture
38-
~~~~~~~~~~~~
16+
element.plugins.bootstrap:
3917
40-
- Provide information about how the feature is implemented

docs/plugins/flatui.rst

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,17 @@
1-
.. note::
2-
3-
This documentation is under construction, more to come soon
4-
5-
6-
71
FlatUI
82
======
93

10-
Add flatui css framework
11-
124
Features
13-
~~~~~~~~
5+
--------
146

15-
- Insert here the different feature available for this plugin
7+
- Add flatui css framework
168

179
Configuration
18-
~~~~~~~~~~~~~
10+
-------------
1911

20-
- Insert the yaml configuration for the DI
12+
There is no configuration option. You only need to enable the plugin by adding this line into the IoC configuration file.
2113

2214
.. code-block:: yaml
2315
24-
element.plugins.cache:
25-
cache_control:
26-
- { "path": "^.*\\.(txt|jpg|png|gif|xls|doc|docx)$", "Cache-Control": ['public', 's-maxage=14212800']}
27-
- { "path": "^(blog|gallery).*", "Cache-Control": ['public', 's-maxage=3600']}
28-
- { "path": "^.*\\.rss", "Cache-Control": ['public', 's-maxage=3600']}
29-
- { "path": "^contact.*", "Cache-Control": ['private', 'must-revalidate']}
30-
- { "path": "^/$", "Cache-Control": ['public', 's-maxage=3600']}
31-
32-
Events
33-
~~~~~~
34-
35-
- List event or entry points for this plugin
36-
37-
Architecture
38-
~~~~~~~~~~~~
16+
element.plugins.flatui:
3917
40-
- Provide information about how the feature is implemented

docs/plugins/jquery.rst

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,17 @@
1-
.. note::
2-
3-
This documentation is under construction, more to come soon
4-
5-
6-
71
JQuery
82
======
93

10-
Add jQuery javascript framework
11-
124
Features
13-
~~~~~~~~
5+
--------
146

15-
- Insert here the different feature available for this plugin
7+
- Add jQuery javascript framework
168

179
Configuration
18-
~~~~~~~~~~~~~
10+
-------------
1911

20-
- Insert the yaml configuration for the DI
12+
There is no configuration option. You only need to enable the plugin by adding this line into the IoC configuration file.
2113

2214
.. code-block:: yaml
2315
24-
element.plugins.cache:
25-
cache_control:
26-
- { "path": "^.*\\.(txt|jpg|png|gif|xls|doc|docx)$", "Cache-Control": ['public', 's-maxage=14212800']}
27-
- { "path": "^(blog|gallery).*", "Cache-Control": ['public', 's-maxage=3600']}
28-
- { "path": "^.*\\.rss", "Cache-Control": ['public', 's-maxage=3600']}
29-
- { "path": "^contact.*", "Cache-Control": ['private', 'must-revalidate']}
30-
- { "path": "^/$", "Cache-Control": ['public', 's-maxage=3600']}
31-
32-
Events
33-
~~~~~~
34-
35-
- List event or entry points for this plugin
36-
37-
Architecture
38-
~~~~~~~~~~~~
16+
element.plugins.jquery:
3917
40-
- Provide information about how the feature is implemented

0 commit comments

Comments
 (0)