-
Notifications
You must be signed in to change notification settings - Fork 868
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add docs for docfx environment variables (#9020)
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
uid: docfx_environment_variables_reference | ||
title: docfx environment variables reference | ||
--- | ||
|
||
# Docfx environment variables | ||
|
||
## `DOCFX_KEEP_DEBUG_INFO` | ||
|
||
If set true. Keep following debug info in output HTML. | ||
- `sourceFile` | ||
- `sourceStartLineNumber` | ||
- `sourceEndLineNumber` | ||
- `jsonPath` | ||
- `data-raw-source` | ||
- `nocheck` | ||
|
||
## `DOCFX_GIT_TIMEOUT` | ||
|
||
Used to overide git command timeout. (Default: `10,000` [ms]) | ||
|
||
## `DOCFX_SOURCE_BRANCH_NAME` | ||
|
||
Used to override git branch name. | ||
|
||
## `DOCFX_NO_CHECK_CERTIFICATE_REVOCATION_LIST` | ||
|
||
Used to disable CRL check. | ||
This setting is intended to be used on offline environment. |