hackage-server icon indicating copy to clipboard operation
hackage-server copied to clipboard

easier way to enable QuickJump in local development

Open peterbecich opened this issue 2 years ago • 0 comments

For local development, the way to enable QuickJump is to upload Haddock docs:

cabal new-haddock --haddock-for-hackage  --haddock-hyperlink-source --haddock-quickjump

Can there be an easier way to force QuickJump enabled for local development?

Possibly here: https://github.com/haskell/hackage-server/blob/a9ca79c613e936220283c211291da9ebae9cf18d/src/Distribution/Server/Pages/Package.hs#L176-L179 https://github.com/haskell/hackage-server/blob/a9ca79c613e936220283c211291da9ebae9cf18d/datafiles/templates/Html/package-page.html.st#L4-L6

peterbecich avatar Jan 29 '23 01:01 peterbecich