filzrev
filzrev
> Back to this issue, https://github.com/dotnet/docfx/pull/956 provides an implementation but back button cannot work. > I think it need to change the search experience with concrete result URL to support...
It seems be filtered out by following line. https://github.com/dotnet/docfx/blob/d0d5307d06edac3431e4e46073271f317357349a/src/Docfx.Dotnet/DotnetApiCatalog.ApiPage.cs#L439 --- > Is there a solution or work around you can recommend? I cannot use project references. As a temporary workaround....
When using Assembly Reference. It seems `ReduceExtensionMethod` returns `null` at following lines. https://github.com/dotnet/docfx/blob/4d74101b977c0d13b5825c81414a059900eecfa3/src/Docfx.Dotnet/DotnetApiCatalog.ApiPage.cs#L439 > Any chance this can be fixed in the next round of DocFX updates? `ReduceExtensionMethod` is implemented...
This PR can be closed. Because missing documentation for `codeSourceBasePath` is added by #9813
Just as a point of reference, what is the size of the ~~`_site/docfx.json`~~ `_site/index.json` file? I thought current docfx `lurn.js` based search backend have several issues. 1. Search operation is...
Sorry for the confusion. I'm originally intended to indicate `_site/index.json` file. (I've modified above comments).
I've tried `default`/`modern` templates. And in both cases. `index.json` file is generated when running `docfx build` command . This file is generated by `ExtractSearchIndex` PostProcessor (That is automatically added when...
Thanks for your confirmation. I'm also tried to reproduce problems on local environment. By using `index.json` file about **64.8 MB**. And the following results were obtained. - On initial view...
This issue seems already resolved. I've tested with following steps. (I've tested with `default` template and `modern` template) **1. Add `filterConfig.yml` file with following contents.** ``` apiRules: - exclude: uidRegex:...
> This issue pops obviously for pages not stored in the URL path folder. A common example is 404.html I've tested `Rewriting 404.html file on deploying GitHub Pages` approach. And...