/DocFxW3CSS

DocFx with W3CSS template

Primary LanguageJavaScriptMIT LicenseMIT

DocFxW3CSS

DocFx with W3CSS template

This template is a simple refactor of DocFX's default template but using the W3.CSS.

How to use:

In the docfx.json:

Replace:

    "template": [
      "default"
    ],

With:

    "template": [
      "w3css"
    ],