From 88927ec6c79bc97c5a558c915c84ba0b4b300980 Mon Sep 17 00:00:00 2001 From: Sarah Edwards Date: Tue, 21 Dec 2021 15:41:25 -0800 Subject: [PATCH] Specify when `defaultTool` for the tool selector is not used (#23940) Co-authored-by: Vanessa --- content/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/README.md b/content/README.md index e6014a17f2cd..62b07799c037 100644 --- a/content/README.md +++ b/content/README.md @@ -227,7 +227,7 @@ defaultPlatform: linux ### `defaultTool` -- Purpose: Override the initial tool selection for a page, where tool refers to the application the reader is using to work with GitHub (such as GitHub.com's web UI, the GitHub CLI, or GitHub Desktop) or the GitHub APIs (such as cURL or the GitHub CLI). If this frontmatter is omitted, then the tool-specific content matching the GitHub web UI is shown by default. This behavior can be changed for individual pages, for which a manual selection is more reasonable. +- Purpose: Override the initial tool selection for a page, where tool refers to the application the reader is using to work with GitHub (such as GitHub.com's web UI, the GitHub CLI, or GitHub Desktop) or the GitHub APIs (such as cURL or the GitHub CLI). For more information about the tool selector, see [Markup reference for GitHub Docs](../contributing/content-markup-reference.md#tool-tags). If this frontmatter is omitted, then the tool-specific content matching the GitHub web UI is shown by default. If a user has indicated a tool preference (by clicking on a tool tab), then the user's preference will be applied instead of the default value. - Type: `String`, one of: `webui`, `cli`, `desktop`, `curl`, `codespaces`, `vscode`. - Optional.