Show / Hide Table of Contents

DocFX Minimal Template

DocFX Minimal Template is a minimal theme derived from default template.

Features

  • Full width (Container-fulid in Bootsrtap)
  • Minimal white pages
  • Simple interface without a breadcrumb
  • Table of contents aligned left

Installation

  1. Download source files of DocFX minimal template as a zip file from Here or GitHub.
  2. Create templates folder in your docfx project folder.
  3. Extract the zip file and copy minimal folder into the templates folder.
  4. Apply minimal template by adding minimal in your docfx.json.
"build": {
    "template": [
      "default","templates/minimal"
    ],
}
  • Improve this Doc
In This Article
Back to top Generated by DocFX