76 lines
2.1 KiB
Plaintext
76 lines
2.1 KiB
Plaintext
---
|
|
title: Welcome to TinaDocs
|
|
last_edited: '2025-08-11T08:56:52.364Z'
|
|
auto_generated: false
|
|
tocIsHidden: true
|
|
---
|
|
|
|
Just deploy and start writing.
|
|
|
|
TinaDocs is an open source documentation solution built off TinaCMS.
|
|
|
|
Built for both developers and non-developers.
|
|
|
|
> No proprietary data store, your content lives entirely in your GitHub repository—versioned, portable, and fully under your control.
|
|
|
|
## 🧹 Start Fresh (Optional)
|
|
|
|
Want to start with a clean slate? This template includes example documentation that you can remove with a single command:
|
|
|
|
```bash
|
|
pnpm run cleanup
|
|
```
|
|
|
|
<Callout
|
|
body={<>
|
|
**IMPORTANT WARNING:**
|
|
|
|
**This command will PERMANENTLY DELETE all documentation content and only keep this index page.**
|
|
|
|
* ❌ **If you've already made changes**, running cleanup will DELETE your work
|
|
* ✅ **Run cleanup FIRST** if you want a clean slate, then make your changes
|
|
* ✅ **Explore examples FIRST** if you want to learn TinaDocs features before deciding
|
|
|
|
**This action cannot be undone unless you have committed your changes to git.**
|
|
</>}
|
|
variant="warning"
|
|
/>
|
|
|
|
***
|
|
|
|
## 📚 Explore the Examples
|
|
|
|
Or browse through the example documentation to learn about TinaDocs features:
|
|
|
|
<cardGrid
|
|
cards={[
|
|
{
|
|
title: "What is TinaCMS?",
|
|
description: "How TinaCMS works, and whether it's the right fit for you.",
|
|
link: "/docs/using-tinacms/what-is-tinacms",
|
|
linkText: "Read more"
|
|
},
|
|
{
|
|
title: "Learn the Tools",
|
|
description:
|
|
"Walk through included features such as API tooling and customization.",
|
|
link: "/docs/tinadocs-features/feature-list",
|
|
linkText: "See features"
|
|
},
|
|
{
|
|
title: "TinaCloud",
|
|
description:
|
|
"TinaCloud let's you manage project editors, status and approvals.",
|
|
link: "/docs/going-live/tinacloud/what-is-a-datalayer",
|
|
linkText: "Read more"
|
|
},
|
|
{
|
|
title: "Get your Docs Live",
|
|
description:
|
|
"Learn how to take your site live with step-by-step deployment guides.",
|
|
link: "/docs/going-live/deploying-your-docs",
|
|
linkText: "Go live"
|
|
}
|
|
]}
|
|
/>
|