Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions develop/addons/javascript/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Important parts for adding JavaScript to add-ons can be found in the documentati

While we are updating this documentation, you should also look at the following blog posts:

- `Updating JavaScript for Plone 5 <https://www.nathanvangheem.com/news/updating-javascript-for-plone-5>`_
- `Customizing JavaScript pattern options in Plone 5 <https://www.nathanvangheem.com/news/customizing-javascript-pattern-options-in-plone-5>`_
- `Updating JavaScript for Plone 5 <https://www.wildcardcorp.com/blog/updating-javascript-for-plone-5>`_
- `Customizing JavaScript pattern options in Plone 5 <https://www.wildcardcorp.com/blog/customizing-javascript-pattern-settings-in-plone-5>`_


.. toctree::
Expand Down
11 changes: 7 additions & 4 deletions develop/addons/javascript/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ Introduction
.. note::

This part of the documentation is **under construction**.
Important parts for adding JavaScript to addons can be found in the documentation about the :doc:`Plone 5 Resource Registry </adapt-and-extend/theming/resourceregistry>`.
You should also look at the JavaScript part of the official `plone training <http://training.plone.org/5/javascript/index.html>`_.
Important parts for adding JavaScript to addons can be found in the documentation here:

- the :doc:`Plone 5 Resource Registry </adapt-and-extend/theming/resourceregistry>`.
- `plone training <http://training.plone.org/5/javascript/index.html>`_.

While we are updating this documentation, you should also look at the following blogposts:

- `Updating JavaScript for Plone 5 <https://www.nathanvangheem.com/news/updating-javascript-for-plone-5>`_
- `Customizing JavaScript pattern options in Plone 5 <https://www.nathanvangheem.com/news/customizing-javascript-pattern-options-in-plone-5>`_
- `Updating JavaScript for Plone 5 <https://www.wildcardcorp.com/blog/updating-javascript-for-plone-5>`_
- `Customizing JavaScript pattern options in Plone 5 <https://www.wildcardcorp.com/blog/customizing-javascript-pattern-settings-in-plone-5>`_


For JavaScript and CSS development, Plone 5 makes extensive use of tools like Bower, Grunt, RequireJS and Less for an optimized development process.
Expand Down