We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My markdown index.md:
Covnerted:
await DotnetApiCatalog.GenerateManagedReferenceYamlFiles(_configFile); await Docset.Build(_configFile);
{ "$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json", "metadata": [ { "src": [ { "src": "..", "files": [ "**/*.csproj" ] } ], "dest": "api" } ], "build": { "content": [ { "files": [ "**/*.{md,yml}" ], "exclude": [ "wwwroot/**" ] } ], "resource": [ { "files": [ "images/**" ] } ], "output": "wwwroot", "template": [ "default", "modern" ], "globalMetadata": { "_appName": "Docker Api template", "_appTitle": "Docker Api template", "_enableSearch": true, "pdf": true } } }
<PackageReference Include="Docfx.App" Version="2.78.2" /> <PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.11.0" /> <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
The text was updated successfully, but these errors were encountered:
I update my file to be utf-8 encoding, that works.
Sorry, something went wrong.
No branches or pull requests
My markdown index.md:
Covnerted:
The text was updated successfully, but these errors were encountered: