Table of Contents

Templates

modern
modern

The modern template

default
default

The default template

statictoc
statictoc

The template similar to default template however with static toc. With static toc, the generated web pages can be previewed from local file system.

docfx.json: "template": "statictoc"
docfx: -t statictoc
mathew
mathew

A simple template

docfx.json: "template":["default","mathew/src"]
docfx: -t default,mathew/src
docfx init: git clone https://github.com/MathewSachin/docfx-tmpl.git mathew
DocFX Material
DocFX Material

A simple material theme for DocFX

docfx.json: "template":["default","material/material"]
docfx: -t default,material/material
docfx init: git clone https://github.com/ovasquez/docfx-material.git material
darkFX
darkFX

A dark theme for DocFX .

docfx.json: "template":["default","templates/darkfx"]
docfx: -t default,templates/darkfx
docfx init: git clone https://github.com/steffen-wilke/darkfx.git darkfx
UnityFX
UnityFX

A theme for Unity-esque documentation

docfx.json: "template":["default","templates/unity"]
docfx: -t statictoc
DiscordFX
DiscordFX

DocFX template to create documentation similar to Discord

docfx.json: "template":["default","templates/discordfx"]
docfx: -t default,templates/discordfx
SingulinkFX
SingulinkFX

Customizable responsive DocFX template designed with memberpage plugin compatibility to produce docs similar to Microsoft .NET docs.

docfx.json: "template":["default","templates/singulinkfx"]
docfx: -t default,templates/singulinkfx
Minimal
Minimal

A minimal template.

docfx.json: "template":["default","templates/minimal"]
docfx: -t default,templates/minimal