Skip to content

Commit

Permalink
Merge pull request #846 from plone/search-options
Browse files Browse the repository at this point in the history
Update search options according to available trainings
  • Loading branch information
stevepiercy authored Jun 3, 2024
2 parents a1594f0 + 640daed commit 53e54c9
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions docs/_templates/components/search-field.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,17 @@
[
['mastering-plone', 'Mastering Plone development'],
['mastering-plone-5', 'Mastering Plone development (Plone 5)'],
['effective-volto','Effective Volto (advanced)'],
['voltohandson','Volto hands-On (beginner)'],
['voltoaddons','Volto add-ons'],
['volto','Volto (beginner)'],
['voltohandson','Volto Hands-On (beginner)'],
['react','ReactJS'],
['theming','Classic UI Theming'],
['volto_customization','Volto customization for JavaScript beginners'],
['effective-volto','Effective Volto (advanced)'],
['testing','Testing'],
['deployment','Deployment'],
['javascript','Javascript (Plone 5)'],
['ttw','TTW (Plone 5)'],
['solr','Solr'],
['theming','Plone 6 Classic UI theming'],
['plone-deployment','Deployment'],
['workflow','Workflow'],
['migrations','Migrating content (best practice)'],
['transmogrifier','Migrating content (Transmogrifier)'],
['wsgi','WSGI'],
['advanced-python','Advanced Python'],
['angular','Angular'],
['gatsby','Gatsby'],
['contributing', 'Contributing'],
['migrations','Migration best practice'],

['contributing', 'Contributing to Plone'],
] %}
<option value="{{id}}">{{ title }}</option>
{% endfor %}
Expand Down

0 comments on commit 53e54c9

Please sign in to comment.