docfx
docfx copied to clipboard
Static site generator for .NET API documentation.
**Is your feature request related to a problem? Please describe.** YamlDotNet `v16.x` introduce [breaking changes to public APIs](https://github.com/aaubry/YamlDotNet/releases/tag/v16.0.0) So it need to update related source codes to update YamlDotNet package....
**Describe the bug** Attempting to generate docs against an fsharp assembly with a particular shape of active pattern throws an exception. I created a minimum reproduction https://github.com/MadelineRitchie/docfx-exception-repro and the code...
Our builds are usually from a git tag in Azure DevOps, and in this case, the "View Source" button in DocFx is not working. The link would work if we...
**Describe the bug** I've made a documentation site using StaticTOC. The search function does not work at all on Edge (it just reloads the current page) and on Firefox it...
When specifiying a relative path to an HTML file containing the footer/header path, it instead puts the path string itself as the header/footer in the PDF. My file structure: ```...
**Describe the bug** We have custom css for "@media print" in normal style and case. ------------------------------------------------- /* custom-table-style.css */ @media print { .custom-table { width: 100%; table-layout: fixed; border-collapse: collapse;...
**Describe the bug** The text "Table of Contents" is hardcoded in the file "Pdf Builder.cs" so there is no way to translate to another language. **To Reproduce** Steps to reproduce...
**Operating System**: `Windows` **DocFX Version Used**: `2.56.5.0` **Template used**: custom template **Steps to Reproduce**: 1. Run a build on any CI build server or in a script (e.g. .ps1 or...
### Motivation DocFX's current state of the search functionality has some flaws: * Searching through APIs can yield no results unless you type the complete symbol name * For example,...
**Describe the bug** When a project explicitly references the `Microsoft.Net.Compilers.Toolset` package to pull in a specific version of Roslyn, if that version is newer than the version DocFX ships with...