Skip to content

Commit ae8063b

Browse files
authored
build(ApexDox): update ApexDox (#62)
1 parent eb80d9e commit ae8063b

8 files changed

Lines changed: 930 additions & 2007 deletions

File tree

apexdox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
engine:
22
source:
33
- path: "${workspaceFolder}/force-app/main/default/classes"
4-
sourceUrl: https://github.com/dschach/record-types/tree/main/force-app/main/default/classes
4+
sourceUrl: https://github.com/dschach/record-types/tree/main
55
targetDirectory: "${workspaceFolder}/docs"
66
#excludes:
77
# - "*Test.cls"

doc-assets/.prettierrc

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
{
2-
"useTabs": false,
3-
"printWidth": 180,
4-
"bracketSameLine": true,
5-
"bracketSpacing": true,
6-
"tabWidth": 2,
7-
"singleQuote": true,
8-
"apexInsertFinalNewline": false,
9-
"overrides": [
10-
{
11-
"files": "*.html",
12-
"options": { "useTabs": false, "tabWidth": 2 }
13-
},
14-
{
15-
"files": "*.css",
16-
"options": { "useTabs": false, "tabWidth": 4 }
17-
}
18-
]
2+
"useTabs": false,
3+
"printWidth": 180,
4+
"bracketSameLine": true,
5+
"bracketSpacing": true,
6+
"tabWidth": 2,
7+
"singleQuote": true,
8+
"overrides": [
9+
{
10+
"files": "*.html",
11+
"options": { "useTabs": false, "tabWidth": 2 }
12+
},
13+
{
14+
"files": "*.css",
15+
"options": { "useTabs": false, "tabWidth": 4 }
16+
}
17+
]
1918
}

doc-assets/highlight.js

Lines changed: 452 additions & 441 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)