From 83df6593ad3ab18554b8f9532f16d68aae23ab25 Mon Sep 17 00:00:00 2001 From: patrickm68 Date: Sun, 26 Jul 2020 22:06:12 -0400 Subject: [PATCH] Remove `Adding a new language to the highlight.js bundle` instructions (#131) These instructions are no longer relevant due to https://github.com/nodejs/node/pull/34148. --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index ae5f609..ee33c5a 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,3 @@ npm test 1. In [node-lint-md-cli-rollup](https://github.com/nodejs/node/tree/master/tools/node-lint-md-cli-rollup), bump the `remark-preset-lint-node` dependency 1. In the `nodejs/node` repo, rebuild the Markdown linter (`make lint-md-rollup`) 1. PR the `nodejs/node` repo with the updated linter - -### Adding a new language to the highlight.js bundle - -1. Visit [highlightjs.org/download](https://highlightjs.org/download/) -1. Select [the pre-existing grammars](https://github.com/nodejs/node/tree/master/doc/api_assets#highlightpackjs) and include any additional grammar(s) -1. Download the custom `highlight.zip` package for Node.js -1. Extract the downloaded `highlight.zip` -1. Copy `highlight.pack.js` into the `doc/api_assets/` directory -1. Update the date when the bundle was downloaded at [`doc/api_assets/README.md#highlightpackjs`](https://github.com/nodejs/node/tree/master/doc/api_assets#highlightpackjs) -1. Update [the pre-existing grammars](https://github.com/nodejs/node/tree/master/doc/api_assets#highlightpackjs) at `doc/api_assets/README.md` to include the new grammar(s) -1. PR the `nodejs/node` repo with the updated bundle