aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMark Stacey <markjstacey@gmail.com>2019-07-16 01:24:37 +0800
committerGitHub <noreply@github.com>2019-07-16 01:24:37 +0800
commitb316dd1c402d10bf81d401ba679c87b8b9d48ad5 (patch)
tree0f7dfed9046677ccb347204d7cb72a2db8ffb088 /docs
parentc7c090d19c333bfcac97ec8f99e2c1518d20870e (diff)
downloadtangerine-wallet-browser-b316dd1c402d10bf81d401ba679c87b8b9d48ad5.tar.gz
tangerine-wallet-browser-b316dd1c402d10bf81d401ba679c87b8b9d48ad5.tar.zst
tangerine-wallet-browser-b316dd1c402d10bf81d401ba679c87b8b9d48ad5.zip
Remove outdated development tools and documentation (#6845)
These files were referencing npm scripts that no longer existed. Notices appear to no longer exist, and the `ui-dev.js` module is no longer actively used. The `mock-dev.js` module is still used for certain integration tests, so I've just removed the reference to the non-existent script.
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md1
-rw-r--r--docs/notices.md15
2 files changed, 0 insertions, 16 deletions
diff --git a/docs/README.md b/docs/README.md
index 3c9bc0b4a..6c54c98cf 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -15,7 +15,6 @@ To learn how to develop MetaMask-compatible applications, visit our [Developer D
- [Publishing Guide](./publishing.md)
- [How to live reload on local dependency changes](./developing-on-deps.md)
- [How to add new networks to the Provider Menu](./adding-new-networks.md)
-- [How to manage notices that appear when the app starts up](./notices.md)
- [How to port MetaMask to a new platform](./porting_to_new_environment.md)
- [How to generate a visualization of this repository's development](./development-visualization.md)
- [How to add a feature behind a secret feature flag](./secret-preferences.md)
diff --git a/docs/notices.md b/docs/notices.md
deleted file mode 100644
index 826e6e84e..000000000
--- a/docs/notices.md
+++ /dev/null
@@ -1,15 +0,0 @@
-## Generating Notices
-
-To add a notice:
-```
-npm run generateNotice
-```
-Enter the body of your notice into the text editor that pops up, without including the body. Be sure to save the file before closing the window!
-Afterwards, enter the title of the notice in the command line and press enter. Afterwards, add and commit the new changes made.
-
-To delete a notice:
-```
-npm run deleteNotice
-```
-A list of active notices will pop up. Enter the corresponding id in the command line prompt and add and commit the new changes afterwards.
-