hboutemy opened a new issue, #657:
URL: https://github.com/apache/maven-doxia-sitetools/issues/657

   ### New feature, improvement proposal
   
   currently, `site.xml` items point precisely to a doc to highlight the item 
when browsing the doc.
   For example https://maven.apache.org/docs/history.html
   
   when going to a doc that is not referenced, it's not highlighted at all in 
the left menu.
   for example https://maven.apache.org/docs/4.0.0-rc-5/release-notes.html
   
   with current solution, we need to maintain the list of documents
   
   it would be much easier and sufficient if we could tell that anything in 
`/docs` should render with the menu item highlighted
   
   Current `site.xml` contains:
   ```xml
         <item name="Release Notes" href="/docs/history.html"/>
   ```
   
   we would need something like (exact form to be defined, just trying to 
propose a first approach)
   ```xml
         <item name="Release Notes" href="/docs/history.html">
           <item name="*" href="/docs/*">
         <item/>
   ```
   


-- 
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