Show / Hide Table of Contents
Add Your Own Template and Tools

Available templates:

  • default

    The default template

  • 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.

    • In command:-t statictoc
    • In docfx.json:"template": "statictoc"
  • mathew

    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"]
  • DocFX Material

    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"]
  • darkFX

    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"]
  • UnityFX

    A theme for Unity-esque documentation

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

    DocFX template to create documentation similar to Discord

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

    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"]
Back to top Copyright © Microsoft.
Generated by DocFX