Fix: Gitignore JSON

This commit is contained in:
2025-07-24 11:02:28 -03:00
parent 67a2f3f449
commit 5ebf4a4320
3 changed files with 41 additions and 2 deletions

22
docfx.build.json Normal file
View File

@@ -0,0 +1,22 @@
{
"build": {
"content": [
{
"files": [
"docs/api/**.yml",
"docs/toc.yml",
"docs/index.md"
]
}
],
"resource": [],
"output": "docs/_site",
"template": [
"default",
"modern"
],
"globalMetadata": {
"_appTitle": "Documentación Proyecto Mercados"
}
}
}