MicrosoftFX
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
templates
folder in the root of your DocFX directory. - Copy the
microsoftfx
folder to thetemplates
folder. - Update the
docfx.json
configuration to include the template:
{
"build": {
"template": [
"default",
"templates/microsoftfx"
]
}
}
Acknowledgement
Many thanks to Steffen Wilke and Mickael Bonfill from whom I borrowed several source assets from their DocFX templates.