Skip to content

Commit fe2464e

Browse files
committed
ran script/update-readme.js
1 parent 39eaf34 commit fe2464e

1 file changed

Lines changed: 49 additions & 7 deletions

File tree

script/README.md

Lines changed: 49 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,13 @@ Run this script during the Enterprise deprecation process to download static cop
127127
---
128128

129129

130+
### [`enterprise-server-deprecations/remove-static-files.js`](enterprise-server-deprecations/remove-static-files.js)
131+
132+
This script removes the static GraphQL, REST, and webhook files for any deprecated GHES versions.
133+
134+
---
135+
136+
130137
### [`enterprise-server-deprecations/remove-version-markup.js`](enterprise-server-deprecations/remove-version-markup.js)
131138

132139
Run this script after an Enterprise deprecation to remove Liquid statements and frontmatter that contain the deprecated Enterprise version. See the Enterprise deprecation issue template for instructions.
@@ -141,6 +148,13 @@ This script creates the static GraphQL files for a new version.
141148
---
142149

143150

151+
### [`enterprise-server-releases/create-rest-files.js`](enterprise-server-releases/create-rest-files.js)
152+
153+
This script creates new static openAPI files for a new version and modifies the info.version.
154+
155+
---
156+
157+
144158
### [`enterprise-server-releases/create-webhook-files.js`](enterprise-server-releases/create-webhook-files.js)
145159

146160
This script creates new static webhook payload files for a new version.
@@ -294,13 +308,6 @@ This script is run as a git precommit hook (installed by husky after npm install
294308
---
295309

296310

297-
### [`preview-openapi-changes`](preview-openapi-changes)
298-
299-
300-
301-
---
302-
303-
304311
### [`purge-fastly`](purge-fastly)
305312

306313
Run this script to manually purge the [Fastly cache](https://github.com/github/docs-internal#fastly-cdn). Note this script requires a `FASTLY_SERVICE_ID` and `FASTLY_TOKEN` in your `.env` file.
@@ -370,6 +377,41 @@ reset all language variants of a single English file (using a full path): $ scri
370377
---
371378

372379

380+
### [`rest/update-files.js`](rest/update-files.js)
381+
382+
Run this script to pull openAPI files from github/github, dereference them, and decorate them.
383+
384+
---
385+
386+
387+
### [`rest/utils/create-code-samples.js`](rest/utils/create-code-samples.js)
388+
389+
390+
391+
---
392+
393+
394+
### [`rest/utils/get-operations.js`](rest/utils/get-operations.js)
395+
396+
397+
398+
---
399+
400+
401+
### [`rest/utils/operation-schema.js`](rest/utils/operation-schema.js)
402+
403+
404+
405+
---
406+
407+
408+
### [`rest/utils/operation.js`](rest/utils/operation.js)
409+
410+
411+
412+
---
413+
414+
373415
### [`sample-unix-commands.md`](sample-unix-commands.md)
374416

375417

0 commit comments

Comments
 (0)