Packages
rest.tagpage
It splits the REST model into tag level model. With this plugin enabled, operations with the same tag are grouped into one page. If the operation is in multiple tags, it would be included in first tag level page.
template: ["default", "<output>/rest.tagpage.<version>/content"]-t default,<output>/rest.tagpage.<version>/contentnuget install rest.tagpage -OutputDirectory <output>
rest.operationpage
It splits the REST model into operation level model. If it's enabled together with rest.tagpage, the REST model will split to tag level first, then split to operation level.
template: ["default", "<output>/rest.operationpage.<version>/content"]-t default,<output>/rest.operationpage.<version>/contentnuget install rest.operationpage -OutputDirectory <output>
docfx-lightbox-plugin (Featherlight)
A template which adds a lightbox to each image, using the jquery plugin Featherlight.
"template":["default","docfx-lightbox-plugin/templates/lightbox-featherlight"]-t default,docfx-lightbox-plugin/templates/lightbox-featherlightgit clone https://github.com/roel4ez/docfx-lightbox-plugin.git docfx-lightbox-plugin
docfx-lightbox-plugin (Bootstrap Modal)
A template which adds a lightbox to each image, using the Modal window from Bootstrap.
"template":["default","docfx-lightbox-plugin/templates/bootstrap-modal"]-t default,docfx-lightbox-plugin/templates/bootstrap-modalgit clone https://github.com/roel4ez/docfx-lightbox-plugin.git docfx-lightbox-plugin
DocFx.Plugins.PlantUml
A template to render PlantUml diagrams from markdown code blocks.
"template":["default","DocFx.Plugins.PlantUml/template"]-t default,DocFx.Plugins.PlantUml/templatenuget install DocFx.Plugins.PlantUml -ExcludeVersion -OutputDirectory .