Skip to content

Commit

Permalink
TinaCMS content update by Logan Anderson (#1592)
Browse files Browse the repository at this point in the history
Co-authored-by: tina-cloud-app[bot] <58178390+tina-cloud-app[bot]@users.noreply.github.com>
  • Loading branch information
tina-cloud-app[bot] authored Jul 4, 2023
1 parent 709280d commit 900ebcf
Showing 1 changed file with 40 additions and 4 deletions.
44 changes: 40 additions & 4 deletions content/blocksPages/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,23 +101,59 @@
"items": [
{
"headline": "Visual Editing",
"text": "See content changes in real-time as you edit. "
"text": "See content changes in real-time as you edit. ",
"actions": [
{
"label": "Try Demo",
"icon": false,
"variant": "default",
"size": "small",
"url": "https://quick-edit-demo.vercel.app/admin#/~"
}
]
},
{
"headline": "Static and Dynamic",
"text": "Query your Markdown content like you would with a headless CMS. Tina’s GraphQL Data Layer supports filtering, sorting, pagination, and more."
"text": "Query your Markdown content like you would with a headless CMS. Tina’s GraphQL Data Layer supports filtering, sorting, pagination, and more.",
"actions": [
{
"label": "Read Docs",
"icon": false,
"variant": "default",
"size": "small",
"url": "/docs/data-fetching/overview/"
}
]
},
{
"headline": "Develop Locally",
"text": "Run Tina locally and talk to your local filesystem. "
},
{
"headline": "3rd-party Media",
"text": "Store Media assets in your repo or connect to S3, Cloudinary, etc."
"text": "Store Media assets in your repo or connect to S3, Cloudinary, etc.",
"actions": [
{
"label": "Read Docs",
"icon": false,
"variant": "default",
"size": "small",
"url": "/docs/reference/media/external/authentication/"
}
]
},
{
"headline": "Composable Blocks",
"text": "Create reusable components that you can edit with Tina. Let your team assemble pages like a site-builder."
"text": "Create reusable components that you can edit with Tina. Let your team assemble pages like a site-builder.",
"actions": [
{
"label": "Read Docs",
"icon": false,
"variant": "default",
"size": "small",
"url": "/docs/editing/blocks/"
}
]
},
{
"headline": "Markdown at Scale ",
Expand Down

0 comments on commit 900ebcf

Please sign in to comment.