diff --git a/.gitignore b/.gitignore index 8a47aad..1e393a7 100644 --- a/.gitignore +++ b/.gitignore @@ -180,8 +180,6 @@ DocProject/Help/Html2 DocProject/Help/html # DocFx [Dd]ocs/ -docfx.build.json -docfx.metadata.json # Click-Once directory publish/ diff --git a/docfx.build.json b/docfx.build.json new file mode 100644 index 0000000..ed852bf --- /dev/null +++ b/docfx.build.json @@ -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" + } + } +} \ No newline at end of file diff --git a/docfx.metadata.json b/docfx.metadata.json new file mode 100644 index 0000000..57a50d5 --- /dev/null +++ b/docfx.metadata.json @@ -0,0 +1,19 @@ +{ + "metadata": [ + { + "src": [ + { + "files": [ + "src/Mercados.Api/Mercados.Api.csproj", + "src/Mercados.Core/Mercados.Core.csproj", + "src/Mercados.Database/Mercados.Database.csproj", + "src/Mercados.Infrastructure/Mercados.Infrastructure.csproj", + "src/Mercados.Worker/Mercados.Worker.csproj" + ], + "src": "." + } + ], + "dest": "docs/api" + } + ] +} \ No newline at end of file