haskell / alex

A lexical analyser generator for Haskell
https://hackage.haskell.org/package/alex
BSD 3-Clause "New" or "Revised" License
297 stars 82 forks source link

Make `haskell.org/alex` redirect to `haskell-alex.readthedocs.io` ? #215

Closed andreasabel closed 1 year ago

andreasabel commented 2 years ago

I have updated https://haskell.org/alex (fixing #128), but I wonder whether we should simply make it a redirect to https://haskell-alex.readthedocs.io and maintain all information there?

tomjaguarpaw commented 2 years ago

The Haddock maintainers chose to host their documentation on readthedocs. If you want to do the same then @gbaz or another member of the haskell-infra team can set up a redirect for you.

On the other hand, you are welcome to just integrate the page into the www.haskell.org repo.

andreasabel commented 2 years ago

On the other hand, you are welcome to just integrate the page into the www.haskell.org repo.

How would that work? Would it be a .markdown file under site/? Or where would I put the .html file (for the simplest solution)?

tomjaguarpaw commented 2 years ago

Would it be a .markdown file under site/?

That would work, and I think you can also put the HTML contents into the .markdown file because Markdown should allow embedding of HTML.

ghost commented 2 years ago

isn't Markdown problematic with colour use

Ericson2314 commented 1 year ago

The docs are update, and we are ready to do this.

Ericson2314 commented 1 year ago

This is done!