This is an automated email from the ASF dual-hosted git repository.

mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 27395350 Move run and configure to top level (#835)
27395350 is described below

commit 27395350e20d63f7792ca68951269867ec296884
Author: Matthias Bünger <buk...@users.noreply.github.com>
AuthorDate: Wed Jul 2 15:25:19 2025 +0200

    Move run and configure to top level (#835)
---
 content/site.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/site.xml b/content/site.xml
index 0d9bf6c1..c607660d 100644
--- a/content/site.xml
+++ b/content/site.xml
@@ -47,11 +47,11 @@ under the License.
       <item name="Installation" href="/install.html" />
       <item name="Downloads" href="/download.html"/>
       <item name="Use" href="/users/index.html" collapse="true">
-        <item name="Run" href="/run.html"/>
-        <item name="Configure" href="/configure.html"/>
         <item name="IDE Integration" href="/ide.html"/>
         <item name="Support and Training" href="/support-and-training.html"/>
       </item>
+      <item name="Run" href="/run.html"/>
+      <item name="Configure" href="/configure.html"/>
       <item name="Release Notes" href="/docs/history.html"/>
     </menu>
 

Reply via email to