Skip to content
Snippets Groups Projects
Commit 0579acae authored by stuebinm's avatar stuebinm
Browse files

config: some small documentation

parent 0e5951ee
Branches
No related tags found
No related merge requests found
Pipeline #8310 failed
...@@ -31,9 +31,13 @@ type family HKD f a where ...@@ -31,9 +31,13 @@ type family HKD f a where
data LintConfig f = LintConfig data LintConfig f = LintConfig
{ configScriptInject :: HKD f (Maybe Text) { configScriptInject :: HKD f (Maybe Text)
-- ^ Link to Script that should be injected
, configAssemblyTag :: HKD f Text , configAssemblyTag :: HKD f Text
-- ^ Assembly name (used for jitsiRoomAdminTag)
, configMaxWarnLevel :: HKD f Level , configMaxWarnLevel :: HKD f Level
-- ^ Maximum warn level allowed before the lint fails
, configDontCopyAssets :: HKD f Bool , configDontCopyAssets :: HKD f Bool
-- ^ Don't copy map assets (mostly useful for development)
} deriving (Generic) } deriving (Generic)
type LintConfig' = LintConfig Identity type LintConfig' = LintConfig Identity
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment