Skip to content

Commit

Permalink
Merge development and documentation (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
KovalevDima authored Dec 31, 2024
1 parent e5282e2 commit 1d19333
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions QA/QA.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ license-file: LICENSE

data-files:
usage/*.lhs
./documentation/*.html
README.md
contribution/*.html
contribution/documentation.lhs

executable documentation-compiler
default-language: GHC2021
hs-source-dirs: .
main-is: documentation/README.lhs
main-is: contribution/documentation.lhs
build-depends:
base
, hakyll
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ main = do
hakyllWith defaultConfiguration{providerDirectory="QA"} $ do
-- html templates
match "documentation/template.html" $ compile templateCompiler
match "contribution/template.html" $ compile templateCompiler
let -- documentation content
pattern = ("**.lhs" .||. "**.md")
Expand Down Expand Up @@ -65,7 +65,7 @@ main = do
pandocCompiler
>>=
loadAndApplyTemplate
"documentation/template.html"
"contribution/template.html"
(defaultContext <> mkNavigationCtx navigation)
>>= relativizeUrls
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 1d19333

Please sign in to comment.