summaryrefslogtreecommitdiff
path: root/docs/index.html.in
Commit message (Collapse)AuthorAgeFilesLines
* docs: Generate docs/index.html with version numberMatthew Pickering2023-04-141-0/+58
| | | | | | | | | | * Generate docs/index.html to include the version of the ghc library * This also fixes the packageVersions interpolations which were - Missing an interpolation for `LIBRARY_ghc_VERSION` - Double quoting the version so that "9.7" was being inserted. Fixes #23121
* docs: Fix path to GHC API docs in index.htmlMatthew Pickering2022-05-101-58/+0
| | | | | | | | | | | | In the make bindists we generate documentation in docs/ghc-<VER> but the hadrian bindists generate docs/ghc/ so the path to the GHC API docs was wrong in the index.html file. Rather than make the hadrian and make bindists the same it was easier to assume that if you're using the mkDocs script that you're using hadrian bindists. Fixes #21509
* Clean up URLs to point to GitLabTakenobu Tani2019-04-011-1/+1
| | | | | | | | | | | | This moves URL references to old Trac to their corresponding GitLab counterparts. This patch does not update the submodule library, such as libraries/Cabal. See also !539, !606, !618 [ci skip]
* Correct link to GHC API in docs index.Shao Cheng2018-11-121-1/+1
|
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
|
* clean to some docsDavid Terei2012-03-231-16/+6
|
* Follow Cabal changes: Cabal no longer has a docbook userguideIan Lynagh2010-10-121-0/+2
| | | | | For now we don't build the Cabal userguide, but we should add markdown support so that we can do so.
* Fix the GHC API link in the main doc index.htmlIan Lynagh2010-04-221-0/+66