swarm-0.1.0.0: 2D resource gathering game with programmable robots
Safe HaskellSafe-Inferred
LanguageHaskell2010

Swarm.DocGen

Synopsis

Documentation

data GenerateDocs where Source #

Constructors

RecipeGraph :: GenerateDocs

Entity dependencies by recipes.

EditorKeywords :: Maybe EditorType -> GenerateDocs

Keyword lists for editors.

CheatSheet :: Maybe SheetType -> GenerateDocs 

Instances

Instances details
Show GenerateDocs Source # 
Instance details

Defined in Swarm.DocGen

Eq GenerateDocs Source # 
Instance details

Defined in Swarm.DocGen

Formatted keyword lists

keywordsCommands :: EditorType -> Text Source #

Get formatted list of basic functions/commands.

keywordsDirections :: EditorType -> Text Source #

Get formatted list of directions.

Wiki pages