Skip to content

Commit

Permalink
chore(guides): basic guide index outline
Browse files Browse the repository at this point in the history
  • Loading branch information
kendallstrautman committed Aug 5, 2020
1 parent 8709ee4 commit 3e4e4e5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion content/guides/index.md
Expand Up @@ -6,4 +6,18 @@ The guides featured here will show you how to accomplish specific tasks with Tin

Guides are organized by framework; due to fundamental differences in frameworks, a guide written for one framework may not translate precisely to another.

---
## General

- [Working with Inline Blocks](/guides/general/inline-blocks/overview)

## Next.js

- [Adding Tina to a Next.js Site](/guides/nextjs/adding-tina/overview)
- [Using a Git Backend with Next.js](/guides/nextjs/git/getting-started)
- [Using GitHub with Next.js](/guides/nextjs/github/initial-setup)
- [Using Tina with Strapi](/guides/nextjs/tina-with-strapi/overview)

## Gatsby

- [Adding Tina to a Gatsby Site](/guides/gatsby/adding-tina/project-setup)
- [Using a Git Backend with Gatsby](/guides/gatsby/git/installation)

0 comments on commit 3e4e4e5

Please sign in to comment.