Skip to content

sotanakamura/docfx-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
    ],
}

Releases

No releases published

Packages

No packages published

Languages