Skip to content

Commit

Permalink
Generate sitemap for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmada committed Apr 10, 2024
1 parent 28a6288 commit 0b6feee
Showing 1 changed file with 10 additions and 23 deletions.
33 changes: 10 additions & 23 deletions docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"src": [
{
"src": "../",
"files": [
"**/**.csproj"
],
"files": ["**/**.csproj"],
"exclude": [
"**/**.UnitTests.csproj",
"**/**.Benchmarks.csproj",
Expand All @@ -29,25 +27,15 @@
"build": {
"content": [
{
"files": [
"api/**.yml",
"api/index.md"
]
"files": ["api/**.yml", "api/index.md"]
},
{
"files": [
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"*.md"
]
"files": ["articles/**.md", "articles/**/toc.yml", "toc.yml", "*.md"]
}
],
"resource": [
{
"files": [
"images/**"
]
"files": ["images/**"]
}
],
"output": "_site",
Expand All @@ -60,13 +48,12 @@
},
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"default",
"modern",
"template"
],
"template": ["default", "modern", "template"],
"postProcessors": [],
"keepFileLink": false,
"disableGitFeatures": false
"disableGitFeatures": false,
"sitemap": {
"baseUrl": "https://netfabric.github.io/NetFabric.Numerics.Tensors"
}
}
}
}

0 comments on commit 0b6feee

Please sign in to comment.