You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying a documentation site built with the current latest DocFX 2.67.5 to a service like Cloudflare Pages,
This template uses highlight.js 10.1.1, so the generated website has an Uncaught TypeError,
and the breadcrumb does not display properly on nested pages.
This issue is mentioned in dotnet/docfx#8428
It has been broken since v2.62+, suggesting that it is not compatible with DocFX.
Note: Warnings in DevTools are basically from a Chrome Extension, so don't worry 🙂
How to reproduce
Create an arbitrary C# library and define some public classes
Build a static site using DocFX 2.67.5
Deploy the generated files in _site to a hosting service like Cloudflare Pages manually or through any CI
Ensure that the breadcrumb list is not displayed on the created class page
Thanks for the nice and cool template!
The text was updated successfully, but these errors were encountered:
When deploying a documentation site built with the current latest DocFX
2.67.5
to a service like Cloudflare Pages,This template uses highlight.js
10.1.1
, so the generated website has an Uncaught TypeError,and the breadcrumb does not display properly on nested pages.
This issue is mentioned in dotnet/docfx#8428
It has been broken since
v2.62+
, suggesting that it is not compatible with DocFX.Note: Warnings in DevTools are basically from a Chrome Extension, so don't worry 🙂
How to reproduce
2.67.5
_site
to a hosting service like Cloudflare Pages manually or through any CIThanks for the nice and cool template!
The text was updated successfully, but these errors were encountered: