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
- Download source files of DocFX minimal template as a zip file from Here or GitHub.
- Create
templates
folder in your docfx project folder. - Extract the zip file and copy
minimal
folder into thetemplates
folder. - Apply minimal template by adding
minimal
in yourdocfx.json
.
"build": {
"template": [
"default","templates/minimal"
],
}