raupachz commented on PR #1426:
URL: https://github.com/apache/maven-site/pull/1426#issuecomment-3453144352

   Hi @Bukama 
   
   thanks for getting in touch. Very much appreciated.
   
   Here is where I am stuck at the moment. 
   
   I am trying to implement your proposal:
   
   H1 Download Maven
   H2: Maven
   H3: Current Stable: Maven 3.9.11
   H3: Preview 4.x
   H3: Previous Maven 3.8
   H2: Maven Daemon
   H3: Current Stable: Maven Daemon 1
   H3: Preview Daemon 2
   
   dnd also add a TOC to the page so users can jump to the section they want.
   
   The file `download.xml.vm` is processed by Apache Velocity. At least I think 
it is.
   
   I haven't figured out where the whole magic happens.
   
   ```
   <section name="...">
   ```
   
   renders a H1 .
   
   ```
   <subsection name="...">
   ```
   
   renders a h2. There is no `<subsubsection>` to render a H3. 
   
   And I haven't looked into deeply enough into the templating stuff long 
enough to find out if there is a TOC element or macro. Not sure what the proper 
naming is.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to