We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98d3fe commit 838b1c0Copy full SHA for 838b1c0
contributing/content-markup-reference.md
@@ -202,11 +202,11 @@ These instructions are pertinent to GitHub Enterprise Importer CLI users.
202
```
203
204
205
-{% graphql %}
+{% api %}
206
207
-These instructions are pertinent to GraphQL API users.
+These instructions are pertinent to API users.
208
209
-{% endgraphql %}
+{% endapi %}
210
211
212
lib/all-tools.js
@@ -1,11 +1,11 @@
1
// all the tools available for the Tool Picker
2
export const allTools = {
3
+ api: 'API',
4
bash: 'Bash',
5
cli: 'GitHub CLI',
6
codespaces: 'Codespaces',
7
curl: 'cURL',
8
desktop: 'Desktop',
- graphql: 'GraphQL API',
9
importer_cli: 'GitHub Enterprise Importer CLI',
10
jetbrains: 'JetBrains IDEs (Beta)',
11
powershell: 'PowerShell',
0 commit comments