Skip to content

Commit cd8850f

Browse files
committed
Updates
1 parent ced3c04 commit cd8850f

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

docs/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ Each of Sheetsee's functions are divided into modules. Use just the parts you ne
2525

2626
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.
2727

28-
### Or fork a site!
28+
### Or Fork a Site!
2929

30-
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).
30+
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).
3131

3232
## Sheetsee Updates
3333

34-
Sheetsee has just been re-written and there are some breaking changes. Also some nice ones, like dependencies removed. See the [Changelog]() for details.
34+
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).
3535

3636
<hr>
3737

3838
## Resources & Documentation
3939

4040
More resources on using Sheetsee:
4141

42-
| Getting Started | Ideas | Use | Demos |
42+
| Getting Started | Ideas | Demos | Use |
4343
| --- | --- | --- | --- |
44-
| [About Sheetsee.js](./docs/about.md) | [Templates](./docs/templates.md) | [Sheetsee-core](./docs/sheetsee-core.md) | [Table Demo](./demos/demo-table.html) |
45-
| [Building Sheetsee](./docs/building.md) | [Tips!](./docs/tips.md) | [Sheetsee-tables](./docs/sheetsee-tables.md) | [Table Demo](./demos/demo-table.html) |
46-
| [Basics](./docs/basics.md) | [Custom charts](./docs/custom-charts.md) | [Sheetsee-maps](./docs/sheetsee-maps.md) | [Map Demo](./demos/demo-map.html) |
44+
| [About Sheetsee](./docs/about.md) | [Templates](./docs/templates.md) | [Table Demo](./demos/demo-table.html) | [Sheetsee-core](./docs/sheetsee-core.md) |
45+
| [Building Sheetsee](./docs/building.md) | [Tips!](./docs/tips.md) | [Map Demo](./demos/demo-map.html) | [Sheetsee-tables](./docs/sheetsee-tables.md) |
46+
| [Basics](./docs/basics.md) | | | [Sheetsee-maps](./docs/sheetsee-maps.md) |

index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ <h2 id="modules">Modules</h2>
5858

5959
<h2 id="get-your-spreadsheet-as-json-or-try-sheetsee-with-glitch-">Get your Spreadsheet as JSON or Try Sheetsee with Glitch!</h2>
6060
<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>
61-
<h3 id="or-fork-a-site-">Or fork a site!</h3>
62-
<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>
61+
<h3 id="or-fork-a-site-">Or Fork a Site!</h3>
62+
<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>
6363
<h2 id="sheetsee-updates">Sheetsee Updates</h2>
64-
<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>
64+
<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>
6565
<hr>
6666

6767
<h2 id="resources-documentation">Resources &amp; Documentation</h2>
@@ -71,28 +71,28 @@ <h2 id="resources-documentation">Resources &amp; Documentation</h2>
7171
<tr>
7272
<th>Getting Started</th>
7373
<th>Ideas</th>
74-
<th>Use</th>
7574
<th>Demos</th>
75+
<th>Use</th>
7676
</tr>
7777
</thead>
7878
<tbody>
7979
<tr>
80-
<td><a href="./docs/about.html">About Sheetsee.js</a></td>
80+
<td><a href="./docs/about.html">About Sheetsee</a></td>
8181
<td><a href="./docs/templates.html">Templates</a></td>
82-
<td><a href="./docs/sheetsee-core.html">Sheetsee-core</a></td>
8382
<td><a href="./demos/demo-table.html">Table Demo</a></td>
83+
<td><a href="./docs/sheetsee-core.html">Sheetsee-core</a></td>
8484
</tr>
8585
<tr>
8686
<td><a href="./docs/building.html">Building Sheetsee</a></td>
8787
<td><a href="./docs/tips.html">Tips!</a></td>
88+
<td><a href="./demos/demo-map.html">Map Demo</a></td>
8889
<td><a href="./docs/sheetsee-tables.html">Sheetsee-tables</a></td>
89-
<td><a href="./demos/demo-table.html">Table Demo</a></td>
9090
</tr>
9191
<tr>
9292
<td><a href="./docs/basics.html">Basics</a></td>
93-
<td><a href="./docs/custom-charts.html">Custom charts</a></td>
93+
<td></td>
94+
<td></td>
9495
<td><a href="./docs/sheetsee-maps.html">Sheetsee-maps</a></td>
95-
<td><a href="./demos/demo-map.html">Map Demo</a></td>
9696
</tr>
9797
</tbody>
9898
</table>

0 commit comments

Comments
 (0)