Search Results for

    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

    1. Download the source or the zipped file from the releases.
    2. Create a templates folder in the root of your DocFX directory.
    3. Copy the DocFX folder to the templates folder.
    4. Update the docfx.json configuration 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.

    In This Article
    返回顶部 Copyright © easyli