aboutsummaryrefslogtreecommitdiff
path: root/Assistant/WebApp/Documentation.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Assistant/WebApp/Documentation.hs')
-rw-r--r--Assistant/WebApp/Documentation.hs23
1 files changed, 0 insertions, 23 deletions
diff --git a/Assistant/WebApp/Documentation.hs b/Assistant/WebApp/Documentation.hs
deleted file mode 100644
index 3fc0f2374..000000000
--- a/Assistant/WebApp/Documentation.hs
+++ /dev/null
@@ -1,23 +0,0 @@
-{- git-annex assistant webapp documentation
- -
- - Copyright 2012 Joey Hess <joey@kitenet.net>
- -
- - Licensed under the GNU GPL version 3 or higher.
- -}
-
-{-# LANGUAGE TypeFamilies, QuasiQuotes, MultiParamTypeClasses, TemplateHaskell, OverloadedStrings, RankNTypes #-}
-
-module Assistant.WebApp.Documentation where
-
-import Assistant.WebApp
-import Assistant.WebApp.Types
-import Assistant.WebApp.SideBar
-import Utility.Yesod
-
-import Yesod
-
-getAboutR :: Handler RepHtml
-getAboutR = bootstrap (Just About) $ do
- sideBarDisplay
- setTitle "About git-annex"
- $(widgetFile "documentation/about")