bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.
Describe the bug Footer of docs site is not getting a date or commit id.
Example: https://bunit.dev/index.html
Source: https://github.com/bUnit-dev/bUnit/blob/f022007120e09bd99af38150d51d28661c7d9519/docs/site/docfx.json#L72
Not sure how to fix this, wanted to bring attention to it.
Thanks