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

🍱 Updating Docs Image Assets – Number Field Type and Starter Pages #2177

Merged
merged 4 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions content/docs/introduction/using-starter.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
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: ''
---

> Prefer to watch a video? Check out the video guide below:
Expand All @@ -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 <your-starter-name>` into its new directory & run:
Expand Down
9 changes: 6 additions & 3 deletions content/docs/reference/types/number.mdx
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)
Loading