Skip to content

Commit

Permalink
chore: add link to configuration walkthrough video in faq
Browse files Browse the repository at this point in the history
  • Loading branch information
shatgupt committed Jun 20, 2017
1 parent 4174eef commit ad17c02
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RunMyCode Online
# RunMyCode Online Website

> Source for [https://runmycode.online](https://runmycode.online) website
Expand Down
2 changes: 1 addition & 1 deletion dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h3>Dashboard</h3>
<p>Your API Key</p>
<p id="key"><input id="show-key" class="btn" type="button" value="Show Key"></p>

<h4 id="suggest" class="hide">Nice! Now that you have the key, you can start running code either through <a href="codesheet.html">CodeSheet</a> or from <a href="faq.html#supported-sites">supported sites</a> using one of the browser extensions:<br><a href="https://chrome.google.com/webstore/detail/runmycode-online/iidcnkpdmnopbbkdmneglbelcefgfohf">Chrome</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/runmycode-online">Firefox</a></h4>
<h4 id="suggest" class="hide">Nice! Now that you have the key, you can start running code either through <a href="codesheet.html">CodeSheet</a> or from <a href="faq.html#supported-sites">supported sites</a> using one of the <a href="faq.html#browser-ext">browser extensions</a>:<br><a href="https://chrome.google.com/webstore/detail/runmycode-online/iidcnkpdmnopbbkdmneglbelcefgfohf">Chrome</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/runmycode-online">Firefox</a></h4>

<p id="usage"><input id="get-usage" class="btn" type="button" value="Get Usage"></p>
<p><strong>Note:</strong> Usage data might be <a href="faq.html#usage-delay">delayed</a> by few minutes to hours</p>
Expand Down
25 changes: 14 additions & 11 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,23 +63,15 @@ <h4 id="limits"><a href="#limits">#</a> What are the limits?</h4>
<li>No internet access from code</li>
</ul>

<h4 id="privacy-policy"><a href="#privacy-policy">#</a> Privacy Policy OR How is my data used/stored?</h4>
<ul>
<li>Only your name and email are accessed from auth provider and stored</li>
<li>Name and email are used just to associate with a key</li>
<li>No mail will be sent to your email unless there is an abuse detected</li>
<li>No code run is stored unless there is an abuse detected</li>
<li>Some data might be collected by Google Analytics</li>
<li>Apart from the ones mentioned above, no other personal data is stored/used</li>
<li>Any more concerns? Please mail to: support at runmycode.online</li>
</ul>

<h4 id="browser-ext"><a href="#browser-ext">#</a> Which browser extensions are available?</h4>
<ul>
<li><a href="https://chrome.google.com/webstore/detail/runmycode-online/iidcnkpdmnopbbkdmneglbelcefgfohf">Google Chrome</a></li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/runmycode-online">Mozilla Firefox</a></li>
</ul>

<h4 id="config-ext"><a href="#config-ext">#</a> How to configure the extension?</h4>
<p>Follow this YouTube video: <a href="https://www.youtube.com/watch?v=EoE7d9cvVVY">Configuring RunMyCode Online Extension</a></p>

<h4 id="supported-sites"><a href="#supported-sites">#</a> What are the supported sites for browser extensions?</h4>
<ul>
<li><a href="https://github.com/explore">Github</a></li>
Expand All @@ -88,6 +80,17 @@ <h4 id="supported-sites"><a href="#supported-sites">#</a> What are the supported

<h4 id="usage-delay"><a href="#usage-delay">#</a> Why delay in usage data?</h4>
<p>That is how AWS API Gateway reports it.</p>

<h4 id="privacy-policy"><a href="#privacy-policy">#</a> Privacy Policy OR How is my data used/stored?</h4>
<ul>
<li>Only your name and email are accessed from auth provider and stored</li>
<li>Name and email are used just to associate with a key</li>
<li>No mail will be sent to your email unless there is an abuse detected</li>
<li>No code run is stored unless there is an abuse detected</li>
<li>Some data might be collected by Google Analytics</li>
<li>Apart from the ones mentioned above, no other personal data is stored/used</li>
<li>Any more concerns? Please mail to: support at runmycode.online</li>
</ul>
</main>

<footer>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2><a href="/">RunMyCode</a></h2>
</div>

<div>
<p>You can run code through <a href="codesheet.html">CodeSheet</a> or from <a href="faq.html#supported-sites">supported sites</a> using one of the browser extensions:<br><a href="https://chrome.google.com/webstore/detail/runmycode-online/iidcnkpdmnopbbkdmneglbelcefgfohf">Chrome</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/runmycode-online">Firefox</a></p>
<p>You can run code through <a href="codesheet.html">CodeSheet</a> or from <a href="faq.html#supported-sites">supported sites</a> using one of the <a href="faq.html#browser-ext">browser extensions</a>:<br><a href="https://chrome.google.com/webstore/detail/runmycode-online/iidcnkpdmnopbbkdmneglbelcefgfohf">Chrome</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/runmycode-online">Firefox</a></p>
</div>
</main>

Expand Down
Binary file removed intro.png
Binary file not shown.

0 comments on commit ad17c02

Please sign in to comment.