Skip to content

Commit

Permalink
chore: add supported langs in faq and link it from home
Browse files Browse the repository at this point in the history
How did I miss this till now? 😕
  • Loading branch information
shatgupt committed Jun 20, 2017
1 parent 3fc1e8a commit 56a9962
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
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 <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>
<h4 id="suggest" class="hide">Nice! Now that you have the key, you can start running <a href="faq.html#supported-lang">supported code</a> 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
10 changes: 10 additions & 0 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ <h4 id="browser-ext"><a href="#browser-ext">#</a> Which browser extensions are a
<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-lang"><a href="#supported-lang">#</a> What are the supported languages?</h4>
<ol>
<li>Nodejs 6</li>
<li>Python 2</li>
<li>Python 3</li>
<li>Ruby 2.2</li>
<li>PHP 7</li>
<li>Go</li>
</ol>

<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 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 <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>
<p>Run <a href="faq.html#supported-lang">supported code</a> 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

0 comments on commit 56a9962

Please sign in to comment.