Skip to content

Commit 15b4fdb

Browse files
authored
Delete Alex and happy websites, they should redirect to docs (#228)
(Plan from haskell/alex#215, for example.) The old websites in addition to being in this repo's history are in `old-www` branches in both projects' repos. That should be enough redundancy. That actual adding of the redirects is done out of band, so this does the other steps.
1 parent 4ea5ea6 commit 15b4fdb

File tree

173 files changed

+13
-14382
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+13
-14382
lines changed

README.md

Lines changed: 13 additions & 1 deletion

builder/site.hs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ main = mkContext >>= \ctx -> hakyllWith configuration $ do
3535
match "img/*" $ do
3636
route idRoute
3737
compile copyFileCompiler
38-
39-
match "happy/**" $ do
40-
route idRoute
41-
compile copyFileCompiler
42-
43-
match "alex/**" $ do
44-
route idRoute
45-
compile copyFileCompiler
4638

4739
match "css/*" $ do
4840
route idRoute

site/alex/alex-2.1.0rc.tar.gz

-66.5 KB
Binary file not shown.
-252 KB
Binary file not shown.
-235 KB
Binary file not shown.
Binary file not shown.
-66 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

site/alex/dist/2.2/alex-2.2.tar.gz

-83 KB
Binary file not shown.

0 commit comments

Comments
 (0)