From 1aff8d0451f5cb375ca9f5afe9b2b72a0555afd8 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 23 Nov 2024 17:09:00 -0800 Subject: [PATCH] Add new Volto trainings to tutorials (#6499) --- docs/source/tutorials/index.md | 2 ++ packages/volto/news/6499.documentation | 1 + 2 files changed, 3 insertions(+) create mode 100644 packages/volto/news/6499.documentation diff --git a/docs/source/tutorials/index.md b/docs/source/tutorials/index.md index adde4f061b..4a1ce15a4e 100644 --- a/docs/source/tutorials/index.md +++ b/docs/source/tutorials/index.md @@ -18,6 +18,8 @@ On the [Plone Training website](https://training.plone.org), you'll find Volto-d - [Mastering Plone 6 Development](https://training.plone.org/mastering-plone/) The comprehensive training on Plone 6 with best practice tips for developers and integrators. +- [Customizing Volto Light Theme](https://training.plone.org/customizing-volto-light-theme/index.html) +- [Volto Customization for JavaScript Beginners](https://training.plone.org/volto-customization/index.html) - [Volto Hands-On](https://training.plone.org/voltohandson/index.html) - [Volto Add-ons Development](https://training.plone.org/voltoaddons/index.html) - [Effective Volto](https://training.plone.org/effective-volto/index.html) diff --git a/packages/volto/news/6499.documentation b/packages/volto/news/6499.documentation new file mode 100644 index 0000000000..30b4d41068 --- /dev/null +++ b/packages/volto/news/6499.documentation @@ -0,0 +1 @@ +Add new Volto trainings to tutorials. @stevepiercy