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
templatesfolder in your docfx project folder. - Extract the zip file and copy
minimalfolder into thetemplatesfolder. - Apply minimal template by adding
minimalin yourdocfx.json.
"build": {
"template": [
"default","templates/minimal"
],
}