DocFxMergeAliases Class

Summary

Contains functionality related to merging base API files using DocFx.
Namespace
Cake.DocFx
Base Types
  • object
graph BT Type-->Base0["object"] Type["DocFxMergeAliases"] class Type type-node

Syntax

[CakeAliasCategory("DocFx")]
[CakeNamespaceImport("Cake.DocFx.Merge")]
public static class DocFxMergeAliases

Attributes

Type Description
CakeAliasCategory
CakeNamespaceImport

Methods

Name Value Summary
DocFxMerge(ICakeContext) void
Merge base API in YAML files and toc files for the docfx.json file in the current working directory.
static
DocFxMerge(ICakeContext, DocFxMergeSettings) void
Merge base API in YAML files and toc files for the docfx.json file in the current working directory using the specified settings.
static
DocFxMerge(ICakeContext, FilePath) void
Merge base API in YAML files and toc files for a specific docfx.json file.
static
DocFxMerge(ICakeContext, FilePath, DocFxMergeSettings) void
Merge base API in YAML files and toc files for a specific docfx.json file using the specified settings.
static
GitHub
Discussions