Skip to content

Commit

Permalink
publish: #2 Added account signup link to landing page.
Browse files Browse the repository at this point in the history
generated from commit c1155ef
  • Loading branch information
deardooley committed Mar 5, 2021
1 parent 5e58646 commit 7f547c4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
</div>
<ul class="toc-footer">
<li><a href='https://sandbox.agaveplatform.org/create_account' target='_blank'>Create an Account</a></li>
<li><a href='https://github.com/agaveplatform/science-apis/src/master/CHANGELOG.md' target='_blank'>CHANGELOG</a></li>
<li><a href='https://github.com/agaveplatform/science-apis/blob/develop/CHANGELOG.md' target='_blank'>CHANGELOG</a></li>
<li><a href='https://status.agaveplatform.org' target='_blank'>Status Page</a></li>
<li><a href='https://support.agaveplatform.org' target='_blank'>Issues</a></li>
<li><a href='https://support.agaveplatform.org' target='_blank'>Knowledge Base</a></li>
<li><a href='https://github.com/agaveplatform/science-apis/issues' target='_blank'>Issues</a></li>
<li><a href='https://slackin.agaveplatform.org' target='_blank'>Slack</a></li>
</ul>
</div>
<div class="page-wrapper">
Expand Down Expand Up @@ -105,6 +105,8 @@ <h1 id="introduction">Introduction</h1>

<aside class="info">If you came here looking for a UI to interact with the platform and kick the tires, please see our reference web application, Agave ToGo, at <a href="https://togo.agaveplatform.org/">https://togo.agaveplatform.org/</a>.</aside>

<p>You can create a user account at <a href="https://sandbox.agaveplatform.org/create_account" target="_self">here</a>.</p>

<h2 id="conventions">Conventions</h2>

<p>Throughout the documentation you will regularly encounter the following variables. These represent user-specific values that should be replaced when attempting any of the calls using your account. Once you log into this site, these values will be replaced with values appropriate for you to use when copying and pasting the examples on your own.</p>
Expand Down

0 comments on commit 7f547c4

Please sign in to comment.