MaxNevermind commented on issue #13514: URL: https://github.com/apache/iceberg/issues/13514#issuecomment-4492266557
@kevinjqliu Hey Kevin, I tried [mkdocs-link-marker](https://github.com/timmeinerzhagen/mkdocs-link-marker) route for this issue but it works only for regular pages content, not the nav bar. I come up with a workaround by adding following to `extra.css`: ``` .md-tabs__link[href^="http"]:not([href^="https://iceberg.apache.org"]) .md-ellipsis::after, .md-nav__link[href^="http"]:not([href^="https://iceberg.apache.org"]) .md-ellipsis::after { content: " ↗"; color: var(--md-typeset-a-color); } ``` It is not ideal as it is not the actual industry standard icon, the one you can see in this issues description. Let me know if it worth pursuing and creating PR. It looks like this: <img width="1236" height="798" alt="Image" src="https://github.com/user-attachments/assets/e330a8b3-323d-4fba-9337-16285c07e105" /> -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
