Available templates:
-
The default template
-
The template similar to default template however with static toc. With static toc, the generated web pages can be previewed from local file system.
- In command:
-t statictoc
- In
docfx.json :"template": "statictoc"
- In command:
-
A simple template
- Init:
git clone https://github.com/MathewSachin/docfx-tmpl.git mathew
- In command:
-t default,mathew/src
- In
docfx.json :"template":["default","mathew/src"]
- Init:
-
A simple material theme for DocFX
- Init:
git clone https://github.com/ovasquez/docfx-material.git material
- In command:
-t default,material/material
- In
docfx.json :"template":["default","material/material"]
- Init:
-
A dark theme for DocFX .
- Init:
git clone https://github.com/steffen-wilke/darkfx.git darkfx
- In command:
-t default,templates/darkfx
- In
docfx.json :"template":["default","templates/darkfx"]
- Init:
-
A theme for Unity-esque documentation
- In command:
-t statictoc
- In
docfx.json :"template":["default","templates/unity"]
- In command:
-
DocFX template to create documentation similar to Discord
- In command:
-t default,templates/discordfx
- In
docfx.json :"template":["default","templates/discordfx"]
- In command:
-
Customizable responsive DocFX template designed with memberpage plugin compatibility to produce docs similar to Microsoft .NET docs.
- In command:
-t default,templates/singulinkfx
- In
docfx.json :"template":["default","templates/singulinkfx"]
- In command: