From 838b1c01b9f8379727127b1daff19c2f18bfdf9c Mon Sep 17 00:00:00 2001 From: Laura Coursen Date: Fri, 18 Nov 2022 15:45:28 -0600 Subject: [PATCH] Document how to migrate from GHES to GHEC using the API (#32699) --- contributing/content-markup-reference.md | 6 +++--- lib/all-tools.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contributing/content-markup-reference.md b/contributing/content-markup-reference.md index 128d5fdd6f48..b82de660560d 100644 --- a/contributing/content-markup-reference.md +++ b/contributing/content-markup-reference.md @@ -202,11 +202,11 @@ These instructions are pertinent to GitHub Enterprise Importer CLI users. ``` ``` -{% graphql %} +{% api %} -These instructions are pertinent to GraphQL API users. +These instructions are pertinent to API users. -{% endgraphql %} +{% endapi %} ``` ``` diff --git a/lib/all-tools.js b/lib/all-tools.js index 79dbab78a6f5..d27913824022 100644 --- a/lib/all-tools.js +++ b/lib/all-tools.js @@ -1,11 +1,11 @@ // all the tools available for the Tool Picker export const allTools = { + api: 'API', bash: 'Bash', cli: 'GitHub CLI', codespaces: 'Codespaces', curl: 'cURL', desktop: 'Desktop', - graphql: 'GraphQL API', importer_cli: 'GitHub Enterprise Importer CLI', jetbrains: 'JetBrains IDEs (Beta)', powershell: 'PowerShell',