C
C#8mo ago
SylveonDeko

Why is docfx giving me a recursion error?

For some reason docfx is giving me a recursion error and idk why, my docfx config is very simple
{
"metadata": [
{
"src": [
{
"files": ["**.csproj"],
"src": "../src"
}
],
"dest": "./api",
"namespaceLayout": "Nested"
}
],
"build": {
"content": [
{
"files": [
"api/**.yml",
"api/index.md"
]
},
{
"files": [
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"*.md"
]
}
],
"resource": [
{
"files": [
"images/**"
]
}
],
"overwrite": [
{
"files": [
"apidoc/**.md"
],
"exclude": [
"obj/**",
"_site/**"
]
}
],
"maxParallelism": 32,
"dest": "_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": ["default", "templates/discordfx"],
"postProcessors": [],
"markdownEngineName": "markdig",
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false,
"disableGitFeatures": false
}
}
{
"metadata": [
{
"src": [
{
"files": ["**.csproj"],
"src": "../src"
}
],
"dest": "./api",
"namespaceLayout": "Nested"
}
],
"build": {
"content": [
{
"files": [
"api/**.yml",
"api/index.md"
]
},
{
"files": [
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"*.md"
]
}
],
"resource": [
{
"files": [
"images/**"
]
}
],
"overwrite": [
{
"files": [
"apidoc/**.md"
],
"exclude": [
"obj/**",
"_site/**"
]
}
],
"maxParallelism": 32,
"dest": "_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": ["default", "templates/discordfx"],
"postProcessors": [],
"markdownEngineName": "markdig",
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false,
"disableGitFeatures": false
}
}
1 Reply
SylveonDeko
SylveonDekoOP8mo ago
ok fixed that, new issue, why does nestednot work? ok new question again, why isnt it generating an index.md So i just updated docfx now its not generating an index but for some reason http-server is serving the public folder lmao
Want results from more Discord servers?
Add your server