drasil-website-0.1.0.0: Using the Drasil generators to create Drasil's website
Safe HaskellSafe-Inferred
LanguageHaskell2010

Drasil.Website.Documentation

Description

Display Drasil documentation nicely for the website.

Synopsis

Haddock Documentation for Drasil Section

docsSec :: FilePath -> Section Source #

Creates the Haddock documentation for all of Drasil.

haddockDocsTitle :: Sentence Source #

Haddock Documentation Section title.

haddockDocsDesc :: FilePath -> Sentence Source #

Body paragraph that directs users to the Haddock documentation and a variant with fully exposed modules.

docsRef :: FilePath -> Reference Source #

Creates references to the haddock documentation (both normal and full variations).

fullDocsRef :: FilePath -> Reference Source #

Creates references to the haddock documentation (both normal and full variations).

docRefs :: FilePath -> [Reference] Source #

Gathers all references used in this file.