sorrell opened a new pull request, #37:
URL: https://github.com/apache/incubator-age-website/pull/37

   This change allows users to link based on the span items IDs in the sidebar. 
For example, given these spans:
   
   ``` 
   <span id="sidebar-overview" class="sidebar-item sidebar--selected"> <a 
class="sidebar-link" href="#" onclick="handleClick(this)">Overview</a></span> 
<br />
   <span id="sidebar-license" class="sidebar-item"> <a class="sidebar-link" 
href="#" onclick="handleClick(this)">License</a></span> <br />
   <span id="sidebar-roadmap" class="sidebar-item"> <a class="sidebar-link" 
href="#sidebar-roadmap" onclick="handleClick(this)">Roadmap</a></span> <br />
   ```
   The following links could be given out:
   https://age.apache.org/?l=overview
   https://age.apache.org/?l=license
   https://age.apache.org/?l=roadmap


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