From 7d1aa99433f4afbc2e61b0f4a62dfe509ddbb3ac Mon Sep 17 00:00:00 2001 From: Puneetha Pai Date: Sun, 9 Aug 2020 08:38:42 +0530 Subject: [PATCH 1/3] core.check_update: Add config documentation for check_update core config --- content/docs/command-reference/config.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/docs/command-reference/config.md b/content/docs/command-reference/config.md index 9c5af7052f..ad5cea7caa 100644 --- a/content/docs/command-reference/config.md +++ b/content/docs/command-reference/config.md @@ -87,6 +87,9 @@ This is the main section with the general config options: and `false` (default). Set with the `--no-scm` option of `dvc init` ([more details](/doc/command-reference/init#initializing-dvc-without-git)). +- `core.check_update` - used to enable/disable dvc checking for update and + notifying user. Accepts values `true` (default) and `false`. + ### remote These are sections in the config file that describe particular remotes. They From 6dc454d3fb47f82013a6c578542d28d943051a46 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Sat, 8 Aug 2020 22:29:03 -0500 Subject: [PATCH 2/3] Update content/docs/command-reference/config.md --- content/docs/command-reference/config.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/docs/command-reference/config.md b/content/docs/command-reference/config.md index ad5cea7caa..e8ecd9a8c1 100644 --- a/content/docs/command-reference/config.md +++ b/content/docs/command-reference/config.md @@ -87,8 +87,9 @@ This is the main section with the general config options: and `false` (default). Set with the `--no-scm` option of `dvc init` ([more details](/doc/command-reference/init#initializing-dvc-without-git)). -- `core.check_update` - used to enable/disable dvc checking for update and - notifying user. Accepts values `true` (default) and `false`. +- `core.check_update` - disable/enable DVC's automatic update checks, which + notify the user when a new version is available. Accepts values `true` (default) + and `false`. ### remote From 61525a7c6f46d10f863e1a3b4b05dca9356d09d3 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Sun, 9 Aug 2020 03:29:34 +0000 Subject: [PATCH 3/3] Restyled by prettier --- content/docs/command-reference/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/command-reference/config.md b/content/docs/command-reference/config.md index e8ecd9a8c1..3ae8e04d35 100644 --- a/content/docs/command-reference/config.md +++ b/content/docs/command-reference/config.md @@ -88,8 +88,8 @@ This is the main section with the general config options: ([more details](/doc/command-reference/init#initializing-dvc-without-git)). - `core.check_update` - disable/enable DVC's automatic update checks, which - notify the user when a new version is available. Accepts values `true` (default) - and `false`. + notify the user when a new version is available. Accepts values `true` + (default) and `false`. ### remote