Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kael-shipman committed Feb 1, 2024
1 parent d9eaf48 commit 47313c9
Show file tree
Hide file tree
Showing 13 changed files with 148 additions and 112 deletions.
44 changes: 22 additions & 22 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
:root {
--light-hl-0: #AF00DB;
--dark-hl-0: #C586C0;
--light-hl-1: #000000;
--dark-hl-1: #D4D4D4;
--light-hl-2: #001080;
--dark-hl-2: #9CDCFE;
--light-hl-3: #A31515;
--dark-hl-3: #CE9178;
--light-hl-4: #008000;
--dark-hl-4: #6A9955;
--light-hl-0: #008000;
--dark-hl-0: #6A9955;
--light-hl-1: #AF00DB;
--dark-hl-1: #C586C0;
--light-hl-2: #000000;
--dark-hl-2: #D4D4D4;
--light-hl-3: #001080;
--dark-hl-3: #9CDCFE;
--light-hl-4: #A31515;
--dark-hl-4: #CE9178;
--light-hl-5: #0000FF;
--dark-hl-5: #569CD6;
--light-hl-6: #0070C1;
--dark-hl-6: #4FC1FF;
--light-hl-7: #795E26;
--dark-hl-7: #DCDCAA;
--light-hl-8: #098658;
--dark-hl-8: #B5CEA8;
--light-hl-9: #EE0000;
--dark-hl-9: #D7BA7D;
--light-hl-10: #000000FF;
--dark-hl-10: #D4D4D4;
--light-hl-11: #267F99;
--dark-hl-11: #4EC9B0;
--light-hl-6: #267F99;
--dark-hl-6: #4EC9B0;
--light-hl-7: #0070C1;
--dark-hl-7: #4FC1FF;
--light-hl-8: #795E26;
--dark-hl-8: #DCDCAA;
--light-hl-9: #098658;
--dark-hl-9: #B5CEA8;
--light-hl-10: #EE0000;
--dark-hl-10: #D7BA7D;
--light-hl-11: #000000FF;
--dark-hl-11: #D4D4D4;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand Down
150 changes: 75 additions & 75 deletions docs/functions/configValue.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/functions/validate.html

Large diffs are not rendered by default.

42 changes: 39 additions & 3 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/interfaces/ConfigValueFunc.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/ConfigError.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/Transformer.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/types/TransformerFunc.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/ValidatorFunc.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/variables/REQUIRED.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/variables/Transformers.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/variables/Validators.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "tsc",
"clean": "rm -Rf ./dist || true; rm -Rf ./docs || true",
"docs:gen": "typedoc src/index.ts --sort visibility --sort static-first --sort alphabetical",
"docs:serve": "pnpx http-server ./docs",
"docs:view": "pnpx http-server -o -c 300 ./docs",
"format": "pnpm prettier:fix && pnpm lint:fix",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslintcache src tests",
"lint:fix": "pnpm lint --fix",
Expand Down

0 comments on commit 47313c9

Please sign in to comment.