diff options
author | kumavis <kumavis@users.noreply.github.com> | 2018-03-21 07:28:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 07:28:47 +0800 |
commit | 1a60094d501d8b102127c2cfc7b2ff31070feeb1 (patch) | |
tree | 077d6b1b05baec9c288c74ff83e75f09373307b3 /docs | |
parent | ef1b09a255acc54432c76d93494395539cb6ea1d (diff) | |
parent | 2d3763d70927dd1aefbc19f9ab6d463a713f2576 (diff) | |
download | tangerine-wallet-browser-1a60094d501d8b102127c2cfc7b2ff31070feeb1.tar tangerine-wallet-browser-1a60094d501d8b102127c2cfc7b2ff31070feeb1.tar.gz tangerine-wallet-browser-1a60094d501d8b102127c2cfc7b2ff31070feeb1.tar.bz2 tangerine-wallet-browser-1a60094d501d8b102127c2cfc7b2ff31070feeb1.tar.lz tangerine-wallet-browser-1a60094d501d8b102127c2cfc7b2ff31070feeb1.tar.xz tangerine-wallet-browser-1a60094d501d8b102127c2cfc7b2ff31070feeb1.tar.zst tangerine-wallet-browser-1a60094d501d8b102127c2cfc7b2ff31070feeb1.zip |
Merge pull request #3504 from lazaridiscom/laz/i3427
adds READMEs to folders, re #3427
Diffstat (limited to 'docs')
-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 |