pierky / arouteserver

A tool to automatically build (and test) feature-rich configurations for BGP route servers.
https://arouteserver.readthedocs.org/
GNU General Public License v3.0
284 stars 46 forks source link

feature request: add anchors to route server policy textual representation, other minor issues #119

Closed bluikko closed 1 year ago

bluikko commented 1 year ago

It would be useful if the route server policy textual representation HTML file would have anchors at the various headers (and sub-headers) so when referring other parties to the policy we could point them directly to the relevant section.

Just adding anchors in the source would be sufficient, even better if there could be a small Unicode icon for copying the anchor link (haven't looked at how exactly that could be done in the absence of CSS); or maybe they could just simply be links to itself so that the link to the anchor could be copied with right-click? Feel free to bikeshed further...

Also a few small points I noticed while looking at the HTML file source:

pierky commented 1 year ago

Thanks @bluikko, I'm on it...

pierky commented 1 year ago

Going to ship this set of enhancements/fixes in v1.20, which is currently going through the CI/CD pipeline and hopefully will be out in 1 hour or so from now. Thanks for reporting it!