module Drasil.GamePhysics.LabelledContent ( labelledContent, sysCtxFig1 ) where import Language.Drasil hiding (organization, section) import Data.Drasil.Concepts.Documentation as Doc (sysCont) resourcePath :: String resourcePath :: String resourcePath = String "../../../../datafiles/gamephysics/" labelledContent :: [LabelledContent] labelledContent :: [LabelledContent] labelledContent = [LabelledContent sysCtxFig1] sysCtxFig1 :: LabelledContent sysCtxFig1 :: LabelledContent sysCtxFig1 = Reference -> RawContent -> LabelledContent llcc (String -> Reference makeFigRef String "sysCtxDiag") (RawContent -> LabelledContent) -> RawContent -> LabelledContent forall a b. (a -> b) -> a -> b $ Lbl -> String -> RawContent fig (IdeaDict -> Lbl forall n. NamedIdea n => n -> Lbl titleize IdeaDict sysCont) (String resourcePath String -> String -> String forall a. [a] -> [a] -> [a] ++ String "sysctx.png")