Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 Gatsby to TinaCMS - New guide #2372

Merged
merged 49 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
baa7ef3
📝 Added a guide about converting a Gatsby blog to TinaCMS (#2369)
Calinator444 Oct 28, 2024
13ed20a
TinaCMS content update
tina-cloud-app[bot] Oct 29, 2024
ad2b38e
Rename converting-gatsby-to-tina to converting-gatsby-to-tina.mdx
bradystroud Oct 29, 2024
ad5c193
TinaCMS content update
tina-cloud-app[bot] Oct 29, 2024
76ca7b3
TinaCMS content update
tina-cloud-app[bot] Oct 29, 2024
f252384
📝 updated with the new repo for Gatsby Blog starter
Oct 29, 2024
eb45a16
updated gatsby guide in index with better wording
Oct 29, 2024
72cb792
Merge branch 'main' into gatsby-guide
Oct 29, 2024
f5beaa9
💄 highlighted config.js as code for better readability
Oct 29, 2024
4aa60f9
📝 added instructions for defining the markdown format in the schema
Oct 29, 2024
5bdf4f0
📝 Added instructions for adding React components for Tina in Gatsby
Oct 29, 2024
cda83c0
🗺️ Updated ordering of guides so that the Gatsby setup guide comes be…
Oct 29, 2024
73db0fe
📝 updated instructions so that users cd into the correct directory
Oct 29, 2024
0d9620e
updated repo link in clone command
Oct 29, 2024
d84640d
removed link to repo in introduction because it is already referenced…
Oct 29, 2024
ddcf0d9
removed duplicate "We'll be using"
Oct 29, 2024
739d526
📝 rephrased the instructions for cloning with better readability
Oct 29, 2024
fc7d7dd
📝 updated instructions for initializing TinaCMS - less repetition
Oct 29, 2024
2874c11
📝 updated instructions for updating the graphql query - better clarity
Oct 29, 2024
1983d75
📝 improved wording on instructions for getting the parsed markdown
Oct 29, 2024
5da8f6f
📝 removed duplicate "also"
Oct 29, 2024
24a9c5b
fixed nested code block on makrdown code sample
Oct 29, 2024
07198cb
wraped style.css directory in code wrapper
Oct 29, 2024
4ed0c5a
🗺️ moved gatsby migration instructions to "guides"
Oct 29, 2024
d6136d6
Update content/docs/guides/converting-gatsby-to-tina.mdx
Calinator444 Oct 29, 2024
6f49d67
Update content/docs/guides/converting-gatsby-to-tina.mdx
Calinator444 Oct 29, 2024
0611d5d
Update content/docs/guides/converting-gatsby-to-tina.mdx
Calinator444 Oct 29, 2024
1885281
Update content/docs/guides/converting-gatsby-to-tina.mdx
Calinator444 Oct 29, 2024
fc1639f
Update content/docs/guides/converting-gatsby-to-tina.mdx
Calinator444 Oct 29, 2024
be35de4
using warning callout component for gatsby support warning
Oct 29, 2024
8aafa1d
Merge branch 'gatsby-guide' of https://github.com/tinacms/tina.io int…
Oct 29, 2024
d0dab50
removed section about installing node
Oct 29, 2024
0324b59
linked to documentation about AST trees
Oct 29, 2024
41f7ac8
Update content/docs/guides/converting-gatsby-to-tina.mdx
Calinator444 Oct 29, 2024
22acb4a
Update content/docs/guides/converting-gatsby-to-tina.mdx
Calinator444 Oct 29, 2024
cb26150
Update content/docs/guides/converting-gatsby-to-tina.mdx
Calinator444 Oct 29, 2024
62afc9c
Added missing prop to max-width
Oct 29, 2024
69bce77
Update content/docs/guides/converting-gatsby-to-tina.mdx
Calinator444 Oct 29, 2024
165388e
Update content/docs/guides/converting-gatsby-to-tina.mdx
Calinator444 Oct 29, 2024
86678b5
Merge branch 'gatsby-guide' of https://github.com/tinacms/tina.io int…
Oct 29, 2024
68e1c61
Update content/docs/guides/converting-gatsby-to-tina.mdx
Calinator444 Oct 29, 2024
ed09b3a
Update content/docs/guides/converting-gatsby-to-tina.mdx
Calinator444 Oct 29, 2024
033eba9
Update content/docs/guides/converting-gatsby-to-tina.mdx
Calinator444 Oct 29, 2024
0cfdcaa
Update content/docs/guides/converting-gatsby-to-tina.mdx
Calinator444 Oct 29, 2024
8ae2ff8
📝 Rephrased instructions for adding AST tree in gatsby-node
Oct 29, 2024
86cab95
removed nested quotes in code blocks
Oct 29, 2024
8062156
✏️ Fixed SPAG
Oct 29, 2024
ecb6a3f
✏️ rephrased line about editing node js to return formatted markdown
Oct 29, 2024
9a26159
added missing full stop
Oct 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion content/docs-toc/docs-toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,17 @@
{
"title": "Framework Guides",
"items": [
{
"title": "Gatsby",
"items": [
{
"title": "Migrating an existing Gatsby blog to TinaCMS",
"slug": "content/docs/guides/converting-gatsby-to-tina.mdx",
"_template": "item"
}
],
"_template": "items"
},
{
"title": "Overview",
"slug": "content/docs/integration/frameworks.mdx",
Expand Down Expand Up @@ -884,4 +895,4 @@
]
}
]
}
}
Loading