| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Drasil.Website.Body
Description
Gathers and organizes all the information for the Drasil website.
Synopsis
- data FolderLocation = Folder {}
- si :: FolderLocation -> System
- symbMap :: ChunkDB
- gitHubRef :: Reference
- sections :: FolderLocation -> [Section]
- websiteTitle :: String
Documentation
data FolderLocation Source #
Folder locations based on environment variables (using getEnv in Drasil.Website.Main).
Constructors
| Folder | |
Fields
| |
si :: FolderLocation -> System Source #
System information.
sections :: FolderLocation -> [Section] Source #
Puts all the sections in order. Basically the website version of the SRS declaration.
websiteTitle :: String Source #
Hardcoded info for the title, URL, and image path.