File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 11{
2+ "$schema" : " https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json" ,
23 "metadata" : [
34 {
45 "src" : [
56 {
6- "files" : [" *.csproj" ],
7+ "files" : [ " *.csproj" ],
78 "src" : " ../Xmss"
89 }
910 ],
1415 "build" : {
1516 "content" : [
1617 {
17- "files" : [" **/*.{md,yml}" ],
18- "exclude" : [" _site/**" , " obj/**" ]
18+ "files" : [ " **/*.{md,yml}" ],
19+ "exclude" : [ " _site/**" , " obj/**" ]
1920 }
2021 ],
2122 "resource" : [
2223 {
23- "files" : [" .nojekyll" ]
24+ "files" : [ " .nojekyll" ]
2425 },
2526 {
26- "files" : [" **" ],
27+ "files" : [ " **" ],
2728 "src" : " ../Examples/WebAssembly/bin/publish/wwwroot" ,
2829 "dest" : " wasm-example"
2930 }
3031 ],
31- "postProcessors" : [" ExtractSearchIndex" ],
32+ "postProcessors" : [ " ExtractSearchIndex" ],
3233 "globalMetadata" : {
3334 "_appTitle" : " XMSS" ,
3435 "_appName" : " XMSS" ,
4647 "changefreq" : " daily"
4748 },
4849 "output" : " _site" ,
49- "template" : [" default" , " modern" , " template" ]
50+ "template" : [ " default" , " modern" , " template" ]
5051 }
5152}
You can’t perform that action at this time.
0 commit comments