Skip to content

Commit

Permalink
Tina CMS: clarify admin folder info (#5353)
Browse files Browse the repository at this point in the history
  • Loading branch information
szarbartosz authored Nov 12, 2023
1 parent 6bb216c commit bdfe06e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/content/docs/en/guides/cms/tina-cms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro'

## Integrating with Astro

To get started, you'll need an existing Astro project.
To get started, you'll need an existing Astro project.

1. Run the following command to install Tina into your Astro project.

Expand All @@ -38,8 +38,8 @@ To get started, you'll need an existing Astro project.
- When prompted "What framework are you using", choose **Other**.
- When asked where public assets are stored, press <kbd>Enter</kbd>.

After this has finished, you should now have a `.tina` folder in the root of your project and an `admin` folder in your public directory. It will also create a Markdown file at `content/posts/hello-world.md`.
After this has finished, you should now have a `.tina` folder in the root of your project and a generated `hello-world.md` file at `content/posts`.

2. Change the `dev` script in `package.json`:

<PackageManagerTabs>
Expand Down Expand Up @@ -132,7 +132,7 @@ To get started, you'll need an existing Astro project.
name: "body",
label: "Body",
isBody: true,
},
},
],
},
],
Expand All @@ -148,7 +148,7 @@ To get started, you'll need an existing Astro project.

- [TinaCMS Astro integration guide](https://tina.io/docs/frameworks/astro/).

## Community Resources
## Community Resources

- [Astro Tina Starter with visual editing](https://github.com/dawaltconley/tina-astro) by Jeff See + Dylan Awalt-Conley
- [Astro Tina Starter with basic editing](https://github.com/tombennet/astro-tina-starter/tree/main) by Tom Bennet
Expand Down

0 comments on commit bdfe06e

Please sign in to comment.