From 2237df4334451de6c6909be8dcd27161f5b639fe Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Tue, 14 Jul 2020 21:37:40 +1000 Subject: [PATCH] i did not know markdown did that --- DOCUMENTATION.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 261ba09..3dab99b 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -28,16 +28,16 @@ each directory in the `mods` folder is considered a module, and consist of 5 fil `module.exports =` -| key | value | type | -| --------- | ----------------------------------------------------------------------------------------------- | --------------- | -| id | **required:** uuidv4 | _string_ | -| type | **required:** 'extension' or 'theme' | _string_ | -| name | **required:** short name (e.g. 'frameless window') | _string_ | -| desc | **optional:** 1-3 sentence description of what the module is/does | _string_ | -| version | **required:** semver (e.g. '0.3.7') | _string_ | -| author | **required:** github username | _string_ | -| thumbnail | **optional:** image: relative file or url | _string_ | -| options | **optional:** see below: options made available in the enhancer menu (accessible from the tray) | _array_ | +| key | value | type | +| --------- | ----------------------------------------------------------------------------------------------- | ----------------- | +| id | **required:** uuidv4 | _string_ | +| type | **required:** 'extension' or 'theme' | _string_ | +| name | **required:** short name (e.g. 'frameless window') | _string_ | +| desc | **optional:** 1-3 sentence description of what the module is/does | _string_ | +| version | **required:** semver (e.g. '0.3.7') | _string_ | +| author | **required:** github username | _string_ | +| thumbnail | **optional:** image: relative file or url | _string_ | +| options | **optional:** see below: options made available in the enhancer menu (accessible from the tray) | _array\_ | `module.exports.options =`