DocFX
A DocFX template inspired by Microsoft's Documentation theme.
This is an override of the default template so you need to enable both in the docfx.json.
Demo
You can view a demo DocFX project with this template HERE.
Install
- Download the source or the zipped file from the releases.
- Create a
templatesfolder in the root of your DocFX directory. - Copy the
DocFXfolder to thetemplatesfolder. - Update the
docfx.jsonconfiguration to include the template:
{
"build": {
"template": [
"default",
"templates/material"
]
}
}
Acknowledgement
Many thanks to Steffen Wilke and Mickael Bonfill from whom I borrowed several source assets from their DocFX templates.