Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/reference/docfx-json-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ Specifies the output folder of the generated metadata files relative to `docfx.j
Specifies the generated output file format.

- `mref` (default): output as ManagedReference YAML files.
- `apiPage`: Output as ApiPage YAML files.
- `markdown`: Output as common-mark compliant markdown file.

### `dest`
Expand Down Expand Up @@ -433,6 +434,10 @@ Specifies whether private or internal APIs are included in the generated docs. T

Specifies whether explicit interface implementations are included in the generated docs. The default value is `false`.

### `globalNamespaceId`

Specify the name to use for the global namespace. The default value is an empty string.

## File Mappings

In the short-hand form, these filenames are resolved relative to the directory containing the `docfx.json` file:
Expand Down