From a83b9941936d331591a536cb417f5fd3d2b9f157 Mon Sep 17 00:00:00 2001 From: melaniekung Date: Tue, 22 Oct 2024 11:32:47 -0700 Subject: [PATCH] Clarify Bootstrap 5 compile commands. --- admin-manual/installation/ubuntu.rst | 5 +++++ admin-manual/installation/upgrading.rst | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/admin-manual/installation/ubuntu.rst b/admin-manual/installation/ubuntu.rst index 981dcb13..df63664c 100644 --- a/admin-manual/installation/ubuntu.rst +++ b/admin-manual/installation/ubuntu.rst @@ -299,6 +299,11 @@ For development environments, the dev libraries should also be installed: sudo ~/composer.phar install +.. _installation-ubuntu-compile-theme-files: + +Compile Theme Files +=================== + After downloading the code, you will need to compile the themes files: Compile Bootstrap 5 Theme Files: diff --git a/admin-manual/installation/upgrading.rst b/admin-manual/installation/upgrading.rst index 73f25be8..7760e0cd 100644 --- a/admin-manual/installation/upgrading.rst +++ b/admin-manual/installation/upgrading.rst @@ -362,8 +362,8 @@ To set the site base URL: .. _upgrading-custom-themes: -Upgrading with a custom theme plugin -==================================== +Compile Theme Files +=================== If you have developed a custom theme plugin for your application (for more information, see :ref:`customization-custom-theme`), you may need to perform @@ -374,6 +374,11 @@ correctly. Bootstrap 5 +++++++++++ +.. NOTE:: + + The following steps are required for all Bootstrap 5 themes, including the + built in arDominionB5Plugin theme. + Additional steps for tarball installations: *******************************************