From abae93cbe985581206a65cfcb4c8c3c9d7a1ca85 Mon Sep 17 00:00:00 2001 From: "tina-cloud-app[bot]" <58178390+tina-cloud-app[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 04:49:14 +0000 Subject: [PATCH 1/3] TinaCMS content update --- content/docs/introduction/using-starter.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/introduction/using-starter.mdx b/content/docs/introduction/using-starter.mdx index 2df6a3c4f..1a005d1e2 100644 --- a/content/docs/introduction/using-starter.mdx +++ b/content/docs/introduction/using-starter.mdx @@ -1,9 +1,9 @@ --- id: /docs/introduction/using-starter/ - title: Getting Started with a Starter last_edited: '2022-02-04T15:51:56.737Z' next: content/docs/frameworks/next/overview.mdx +previous: '' --- > Prefer to watch a video? Check out the video guide below: @@ -18,7 +18,7 @@ npx create-tina-app@latest From there, you will be prompted a few quick setup questions: -![create-tina-app](https://res.cloudinary.com/forestry-demo/image/upload/c_scale,w_981/v1646165612/tina-io/docs/Screen_Shot_2022-03-01_at_4.10.27_PM.png) +![](https://res.cloudinary.com/forestry-demo/image/upload/v1722563013/tina-io/docs/2024-08-02_10-45-00_nhrpyj.png) Once your local starter has been created, to run the starter: `cd ` into its new directory & run: From 8973f1cef1cf5499908cfcb998b90a458c7ea92e Mon Sep 17 00:00:00 2001 From: "tina-cloud-app[bot]" <58178390+tina-cloud-app[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 04:49:24 +0000 Subject: [PATCH 2/3] TinaCMS content update --- content/docs/introduction/using-starter.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/introduction/using-starter.mdx b/content/docs/introduction/using-starter.mdx index 1a005d1e2..4e7385775 100644 --- a/content/docs/introduction/using-starter.mdx +++ b/content/docs/introduction/using-starter.mdx @@ -1,7 +1,7 @@ --- id: /docs/introduction/using-starter/ title: Getting Started with a Starter -last_edited: '2022-02-04T15:51:56.737Z' +last_edited: '2024-09-11T04:49:23.771Z' next: content/docs/frameworks/next/overview.mdx previous: '' --- From ad8fbe4a0085b46dc0a5626a405de4f6d8846795 Mon Sep 17 00:00:00 2001 From: "tina-cloud-app[bot]" <58178390+tina-cloud-app[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 05:28:53 +0000 Subject: [PATCH 3/3] TinaCMS content update --- content/docs/reference/types/number.mdx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/content/docs/reference/types/number.mdx b/content/docs/reference/types/number.mdx index f5730bf3d..a2b67e099 100644 --- a/content/docs/reference/types/number.mdx +++ b/content/docs/reference/types/number.mdx @@ -1,6 +1,8 @@ --- title: The "number" field -last_edited: '2021-07-27T15:51:56.737Z' +last_edited: '2024-09-11T05:28:51.869Z' +next: '' +previous: '' --- ## `number` type @@ -39,8 +41,9 @@ Tina will generate the appropriate component depending on the configuration prov { type: 'number', name: 'count', - label: 'Count' + label: 'Count', + description:'An example number field.' } ``` -![](https://res.cloudinary.com/forestry-demo/image/upload/v1722240951/Screenshot_2024-07-29_at_6.15.46_PM_hjbije.png) +![](https://res.cloudinary.com/forestry-demo/image/upload/v1726032481/tina-io/docs/2024-09-11_15-27-18_jtq86r.png)