aboutsummaryrefslogtreecommitdiffstats
path: root/docs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/docs/README.md b/docs/README.md
index 0739cfa46..3c9bc0b4a 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,13 +1,21 @@
# Documentation
+These docs relate to how to contribute to the MetaMask project itself.
+
+You can find the latest version of MetaMask on [our official website](https://metamask.io/).
+
+For help using MetaMask, visit our [User Support Site](https://metamask.zendesk.com/hc/en-us).
+
+For up to the minute news, follow our [Twitter](https://twitter.com/metamask_io) or [Medium](https://medium.com/metamask) pages.
+
+To learn how to develop MetaMask-compatible applications, visit our [Developer Docs](https://metamask.github.io/metamask-docs/).
- [How to add custom build to Chrome](./add-to-chrome.md)
- [How to add custom build to Firefox](./add-to-firefox.md)
-- [How to develop a live-reloading UI](./ui-dev-mode.md)
- [Publishing Guide](./publishing.md)
-- [How to develop an in-browser mocked UI](./ui-mock-mode.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) \ No newline at end of file
+- [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)