We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf2c81 commit 2a1bf55Copy full SHA for 2a1bf55
2 files changed
filterConfig.yml
@@ -13,4 +13,22 @@ apiRules:
13
type: Type
14
- exclude:
15
uidRegex: ^ServiceStack\.OrmLite\.Oracle
16
- type: Type
+ type: Type
17
+ - exclude:
18
+ uidRegex: ^Funq
19
20
21
+ uidRegex: ^MarkdownDeep
22
23
24
+ uidRegex: ^MarkdownSharp
25
26
27
+ uidRegex: ^TestMqHost
28
29
30
+ uidRegex: ^ServiceStack\.Razor\.Compilation\.CodeTransformers
31
32
33
+ uidRegex: ^ServiceStack\.Redis\.Support\.Queue\.Implementation
34
generate.ps1
@@ -16,4 +16,5 @@ dotnet publish -o ../out
cd ..
./out/DocFxMarkdownGen.exe
yarn install
+$env:NODE_OPTIONS="--max-old-space-size=8192"
npm run build
0 commit comments