Skip to content

Commit 838b1c0

Browse files
authored
Document how to migrate from GHES to GHEC using the API (#32699)
1 parent d98d3fe commit 838b1c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contributing/content-markup-reference.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,11 @@ These instructions are pertinent to GitHub Enterprise Importer CLI users.
202202
```
203203

204204
```
205-
{% graphql %}
205+
{% api %}
206206
207-
These instructions are pertinent to GraphQL API users.
207+
These instructions are pertinent to API users.
208208
209-
{% endgraphql %}
209+
{% endapi %}
210210
```
211211

212212
```

lib/all-tools.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// all the tools available for the Tool Picker
22
export const allTools = {
3+
api: 'API',
34
bash: 'Bash',
45
cli: 'GitHub CLI',
56
codespaces: 'Codespaces',
67
curl: 'cURL',
78
desktop: 'Desktop',
8-
graphql: 'GraphQL API',
99
importer_cli: 'GitHub Enterprise Importer CLI',
1010
jetbrains: 'JetBrains IDEs (Beta)',
1111
powershell: 'PowerShell',

0 commit comments

Comments
 (0)