racket / scribble

Other
197 stars 90 forks source link

Generate relative URLs for user docs index page #315

Closed shhyou closed 11 months ago

shhyou commented 2 years ago

This PR allows the html renderer to generate relative URLs for references of the installation-scope tags from the user-scope documents (in (find-user-doc-dir) and (find-user-pkgs-dir)). In particular, the index page of the user doc ((find-user-doc-dir)/index.html) will link to all packages using relative URLs.

I am not sure how to approach this problem differently.

racket-discourse-github-bot commented 9 months ago

This pull request has been mentioned on Racket Discourse. There might be relevant details there:

https://racket.discourse.group/t/hyperlinks-inside-a-scribble-single-file/2519/10