Fix: Gitignore JSON
This commit is contained in:
22
docfx.build.json
Normal file
22
docfx.build.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user