Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jlord committed Mar 29, 2017
1 parent ced3c04 commit cd8850f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ Each of Sheetsee's functions are divided into modules. Use just the parts you ne

The [spreadsheet.glitch.me](https://spreadsheet.glitch.me) site will give you an endpoint to use that will return your spreadsheet to you as JSON. The [sheetsee.glitch.me](https://sheetsee.glitch.me) site provides template to get started with Sheetsee; it's already set up with a server so that your data is backed up.

### Or fork a site!
### Or Fork a Site!

There are site templates hooked up to Sheetsee that are ready to be forked on GitHub and used by you, check out the [Fork-n-go site](https://jlord.us/forkngo).
There are site templates hooked up to Sheetsee that are ready to be forked on GitHub and used by you, check out the [Fork-n-go site](http://jlord.us/forkngo).

## Sheetsee Updates

Sheetsee has just been re-written and there are some breaking changes. Also some nice ones, like dependencies removed. See the [Changelog]() for details.
Sheetsee has just been re-written and there are some breaking changes. Also some nice ones, like dependencies removed. The API for maps with Sheetsee have changed, [see the docs](https://github.com/jlord/sheetsee-maps#sheetseeloadmapoptions).

<hr>

## Resources & Documentation

More resources on using Sheetsee:

| Getting Started | Ideas | Use | Demos |
| Getting Started | Ideas | Demos | Use |
| --- | --- | --- | --- |
| [About Sheetsee.js](./docs/about.md) | [Templates](./docs/templates.md) | [Sheetsee-core](./docs/sheetsee-core.md) | [Table Demo](./demos/demo-table.html) |
| [Building Sheetsee](./docs/building.md) | [Tips!](./docs/tips.md) | [Sheetsee-tables](./docs/sheetsee-tables.md) | [Table Demo](./demos/demo-table.html) |
| [Basics](./docs/basics.md) | [Custom charts](./docs/custom-charts.md) | [Sheetsee-maps](./docs/sheetsee-maps.md) | [Map Demo](./demos/demo-map.html) |
| [About Sheetsee](./docs/about.md) | [Templates](./docs/templates.md) | [Table Demo](./demos/demo-table.html) | [Sheetsee-core](./docs/sheetsee-core.md) |
| [Building Sheetsee](./docs/building.md) | [Tips!](./docs/tips.md) | [Map Demo](./demos/demo-map.html) | [Sheetsee-tables](./docs/sheetsee-tables.md) |
| [Basics](./docs/basics.md) | | | [Sheetsee-maps](./docs/sheetsee-maps.md) |
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ <h2 id="modules">Modules</h2>

<h2 id="get-your-spreadsheet-as-json-or-try-sheetsee-with-glitch-">Get your Spreadsheet as JSON or Try Sheetsee with Glitch!</h2>
<p>The <a href="https://spreadsheet.glitch.me">spreadsheet.glitch.me</a> site will give you an endpoint to use that will return your spreadsheet to you as JSON. The <a href="https://sheetsee.glitch.me">sheetsee.glitch.me</a> site provides template to get started with Sheetsee; it&#39;s already set up with a server so that your data is backed up.</p>
<h3 id="or-fork-a-site-">Or fork a site!</h3>
<p>There are site templates hooked up to Sheetsee that are ready to be forked on GitHub and used by you, check out the <a href="https://jlord.us/forkngo">Fork-n-go site</a>.</p>
<h3 id="or-fork-a-site-">Or Fork a Site!</h3>
<p>There are site templates hooked up to Sheetsee that are ready to be forked on GitHub and used by you, check out the <a href="http://jlord.us/forkngo">Fork-n-go site</a>.</p>
<h2 id="sheetsee-updates">Sheetsee Updates</h2>
<p>Sheetsee has just been re-written and there are some breaking changes. Also some nice ones, like dependencies removed. See the <a href="">Changelog</a> for details.</p>
<p>Sheetsee has just been re-written and there are some breaking changes. Also some nice ones, like dependencies removed. The API for maps with Sheetsee have changed, <a href="https://github.com/jlord/sheetsee-maps#sheetseeloadmapoptions">see the docs</a>.</p>
<hr>

<h2 id="resources-documentation">Resources &amp; Documentation</h2>
Expand All @@ -71,28 +71,28 @@ <h2 id="resources-documentation">Resources &amp; Documentation</h2>
<tr>
<th>Getting Started</th>
<th>Ideas</th>
<th>Use</th>
<th>Demos</th>
<th>Use</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="./docs/about.html">About Sheetsee.js</a></td>
<td><a href="./docs/about.html">About Sheetsee</a></td>
<td><a href="./docs/templates.html">Templates</a></td>
<td><a href="./docs/sheetsee-core.html">Sheetsee-core</a></td>
<td><a href="./demos/demo-table.html">Table Demo</a></td>
<td><a href="./docs/sheetsee-core.html">Sheetsee-core</a></td>
</tr>
<tr>
<td><a href="./docs/building.html">Building Sheetsee</a></td>
<td><a href="./docs/tips.html">Tips!</a></td>
<td><a href="./demos/demo-map.html">Map Demo</a></td>
<td><a href="./docs/sheetsee-tables.html">Sheetsee-tables</a></td>
<td><a href="./demos/demo-table.html">Table Demo</a></td>
</tr>
<tr>
<td><a href="./docs/basics.html">Basics</a></td>
<td><a href="./docs/custom-charts.html">Custom charts</a></td>
<td></td>
<td></td>
<td><a href="./docs/sheetsee-maps.html">Sheetsee-maps</a></td>
<td><a href="./demos/demo-map.html">Map Demo</a></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit cd8850f

Please sign in to comment.