filzrev

Results 91 issues of filzrev

**What's changed in this PR** Currently metadata's [references](https://dotnet.github.io/docfx/reference/docfx-json-reference.html?q=references#references) config is used only when generating API metadata from DLL files. This PR intended to add same functionality to C#/VB source-file based...

**What's changed in this PR** When XrefMap is loaded from local file or network. The current implementation using `YamlDotNet`'s deserialize method. For JSON file deserialization. It seems to be faster...

**Is your feature request related to a problem? Please describe.** When using xrefmap for .NET types. It's recommended to use xrefmap file that is located at `https://github.com/dotnet/docfx/raw/main/.xrefmap.json`. (By #9659.) **Problems**...

xref

This PR intended to fix issue #9743. When running **SamplesTest** on a **forked** docfx repository. A lot of diffs are raised regarding git-related path differences. This PR rewrites these paths...

This PR is relating https://github.com/dotnet/docfx/issues/9696. It seems `docfx pdf` command's `--output` option is not works if `manifest.json` not exists at specified directory. This PR add settings to hide option from...

This PR supersede #9780. This PR intended to add functionality to **override settings** for some specific Markdig extensions. **Changed behaviors** 1. When markdig extension name **ONLY** specified. -> Then try...

**Is your feature request related to a problem? Please describe.** Currently docfx supports [Alerts](https://dotnet.github.io/docfx/docs/markdown.html?tabs=linux%2Cdotnet#alerts) by using [Bootstrap's alert styles](https://getbootstrap.com/docs/5.3/components/alerts/#examples) Recently GFM(GitHub Flavored Markdown) supports same alert syntax. But its styles...

markdown

**Is your feature request related to a problem? Please describe.** When browsing the docfx site, and scroll to the bottom of the page. Then `footer` area is displayed at bottom....

template

**Is your feature request related to a problem? Please describe.** It seems `C# file based` API metadata generation are used by users who use `Unity`. - https://github.com/dotnet/docfx/issues/9675 - https://github.com/NormandErwan/DocFxForUnity/issues/28 In...

dotnet

**Is your feature request related to a problem? Please describe.** When using `ApiPage` metadata output format. It contains `uid` as metadata. But it's not exposed to `xrefmap.yml` So link to...

dotnet