diff options
author | Lazaridis <info@lazaridis.com> | 2018-03-10 10:56:39 +0800 |
---|---|---|
committer | Lazaridis <info@lazaridis.com> | 2018-03-14 21:33:22 +0800 |
commit | 2d3763d70927dd1aefbc19f9ab6d463a713f2576 (patch) | |
tree | c42e7449b43b61d56e7ce8b379c9c9c6e29b696d /docs/README.md | |
parent | ddc85354d3df508cbecc016fc0213a6560d885e1 (diff) | |
download | tangerine-wallet-browser-2d3763d70927dd1aefbc19f9ab6d463a713f2576.tar tangerine-wallet-browser-2d3763d70927dd1aefbc19f9ab6d463a713f2576.tar.gz tangerine-wallet-browser-2d3763d70927dd1aefbc19f9ab6d463a713f2576.tar.bz2 tangerine-wallet-browser-2d3763d70927dd1aefbc19f9ab6d463a713f2576.tar.lz tangerine-wallet-browser-2d3763d70927dd1aefbc19f9ab6d463a713f2576.tar.xz tangerine-wallet-browser-2d3763d70927dd1aefbc19f9ab6d463a713f2576.tar.zst tangerine-wallet-browser-2d3763d70927dd1aefbc19f9ab6d463a713f2576.zip |
add READMEs to folders, re #3427
Diffstat (limited to 'docs/README.md')
-rw-r--r-- | docs/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 000000000..0739cfa46 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,13 @@ +# Documentation + + +- [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 |