From 473cf3ed8068bb100b4430be8d5443f3c7d63a1e Mon Sep 17 00:00:00 2001 From: "Anderson J. Eccel" <116097999+andersonjeccel@users.noreply.github.com> Date: Wed, 18 Jun 2025 15:40:36 -0300 Subject: [PATCH] Move templates to subfolder --- docs/design/{ => templates}/accordion.rst | 0 docs/design/{ => templates}/protip.rst | 0 docs/design/{ => templates}/tiles.rst | 0 docs/index.rst | 6 +++--- 4 files changed, 3 insertions(+), 3 deletions(-) rename docs/design/{ => templates}/accordion.rst (100%) rename docs/design/{ => templates}/protip.rst (100%) rename docs/design/{ => templates}/tiles.rst (100%) diff --git a/docs/design/accordion.rst b/docs/design/templates/accordion.rst similarity index 100% rename from docs/design/accordion.rst rename to docs/design/templates/accordion.rst diff --git a/docs/design/protip.rst b/docs/design/templates/protip.rst similarity index 100% rename from docs/design/protip.rst rename to docs/design/templates/protip.rst diff --git a/docs/design/tiles.rst b/docs/design/templates/tiles.rst similarity index 100% rename from docs/design/tiles.rst rename to docs/design/templates/tiles.rst diff --git a/docs/index.rst b/docs/index.rst index df41b368..6a0222b1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -56,16 +56,16 @@ There are several ways to support Mautic other than contributing with code. :caption: Design and UX :hidden: - design/accordion + design/templates/accordion design/availability design/displaying_elements_based_on_user_permissions design/feedback design/labelling design/notifications - design/protip + design/templates/protip design/quick_filters design/retrieving_system_information - design/tiles + design/templates/tiles design/utilities .. toctree::