From ad911973cdbe1a6f5f3192d215c78ce3a9060492 Mon Sep 17 00:00:00 2001 From: Ian <38566281+fineon@users.noreply.github.com> Date: Thu, 16 Dec 2021 23:31:18 -0800 Subject: [PATCH] Removed mentions of documentup website (#1056) --- .documentup.json | 6 ------ README.md | 3 +-- RELEASE.md | 2 -- 3 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 .documentup.json diff --git a/.documentup.json b/.documentup.json deleted file mode 100644 index 57fe3011..00000000 --- a/.documentup.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "ShellJS", - "twitter": [ - "r2r" - ] -} diff --git a/README.md b/README.md index a87c7afd..05076e63 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,7 @@ wiki](https://github.com/shelljs/shelljs/wiki/Using-ShellJS-Plugins). For documentation on all the latest features, check out our [README](https://github.com/shelljs/shelljs). To read docs that are consistent with the latest release, check out [the npm -page](https://www.npmjs.com/package/shelljs) or -[shelljs.org](http://documentup.com/shelljs/shelljs). +page](https://www.npmjs.com/package/shelljs). ## Installing diff --git a/RELEASE.md b/RELEASE.md index 80aae7f7..f0a46bec 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -10,5 +10,3 @@ - `$ npm run changelog` - Manually verify that the changelog makes sense - `$ git push` -4. Generate the documentup website by visiting - http://documentup.com/shelljs/shelljs/__recompile in your browser