You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by GitBox <gi...@apache.org> on 2022/04/20 12:59:30 UTC

[GitHub] [incubator-age-website] sorrell opened a new pull request, #37: Adding url param on load

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: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-age-website] eyab merged pull request #37: Adding url param on load

Posted by GitBox <gi...@apache.org>.
eyab merged PR #37:
URL: https://github.com/apache/incubator-age-website/pull/37


-- 
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: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org