You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/docfx-json-reference.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,9 +295,13 @@ Configuration options that are applied for `docfx metadata` command:
295
295
296
296
Specifies the source projects using [File Mappings](#file-mappings).
297
297
298
+
### `output`
299
+
300
+
Defines the output folder of the generated metadata files relative to `docfx.json` directory. The `docfx metadata --output <outdir>` command line argument overrides this value.
301
+
298
302
### `dest`
299
303
300
-
Defines the output folder of the generated metadata files. Relative paths are relative to the docfx.json file being used. To go up a folder use `../`.
304
+
Defines the output folder of the generated metadata filesrelative to `docfx.json` directory. The `docfx metadata --output <outdir>` command line argument prepends this value.
0 commit comments