Skip to content

Commit

Permalink
ran script/update-readme.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahs committed Nov 30, 2020
1 parent 39eaf34 commit fe2464e
Showing 1 changed file with 49 additions and 7 deletions.
56 changes: 49 additions & 7 deletions script/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@ Run this script during the Enterprise deprecation process to download static cop
---


### [`enterprise-server-deprecations/remove-static-files.js`](enterprise-server-deprecations/remove-static-files.js)

This script removes the static GraphQL, REST, and webhook files for any deprecated GHES versions.

---


### [`enterprise-server-deprecations/remove-version-markup.js`](enterprise-server-deprecations/remove-version-markup.js)

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.
Expand All @@ -141,6 +148,13 @@ This script creates the static GraphQL files for a new version.
---


### [`enterprise-server-releases/create-rest-files.js`](enterprise-server-releases/create-rest-files.js)

This script creates new static openAPI files for a new version and modifies the info.version.

---


### [`enterprise-server-releases/create-webhook-files.js`](enterprise-server-releases/create-webhook-files.js)

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


### [`preview-openapi-changes`](preview-openapi-changes)



---


### [`purge-fastly`](purge-fastly)

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.
Expand Down Expand Up @@ -370,6 +377,41 @@ reset all language variants of a single English file (using a full path): $ scri
---


### [`rest/update-files.js`](rest/update-files.js)

Run this script to pull openAPI files from github/github, dereference them, and decorate them.

---


### [`rest/utils/create-code-samples.js`](rest/utils/create-code-samples.js)



---


### [`rest/utils/get-operations.js`](rest/utils/get-operations.js)



---


### [`rest/utils/operation-schema.js`](rest/utils/operation-schema.js)



---


### [`rest/utils/operation.js`](rest/utils/operation.js)



---


### [`sample-unix-commands.md`](sample-unix-commands.md)


Expand Down

0 comments on commit fe2464e

Please sign in to comment.