initial commit after project creation

This commit is contained in:
Gerhard Scheikl
2026-04-01 09:38:50 +02:00
commit b02af637d4
292 changed files with 61408 additions and 0 deletions

View File

@@ -0,0 +1,61 @@
---
id: introduction
seo:
title: "Take Back your Docs \U0001F680"
description: Example Description
title: Showcase
last_edited: '2025-07-15T06:54:30.090Z'
tocIsHidden: false
---
Most documentation kits lock you into certain style patterns and rigid workflows. **This starter package changes that.**
As an open source project using a headless CMS, it gives you full control over both your content and your UI—no templates you cant tweak or structures youre stuck with.
## Built-in Themes
With 6 bespoke themes and an elegant design system, docs are a pleasure to read and write.
![](/tinadocs-stack.png "Themed to perfection")
## Use Cases
Out of the box, TinaDocs has all the tools to suit several common docs needs.
Built with React and Next.js, extend as needed with code.
<accordionBlock
fullWidth={true}
accordionItems={[
{
heading: "Libraries and Packages",
docText:
"Document your package definitions with tailored components, installation guides, and comprehensive reference materials.\n\nPerfect for open source projects and developer tools.\n",
image: "/img/docs-assets/showcase-example-1.png"
},
{
heading: "Tutorials and Learning Material",
docText:
"Interactive code blocks and variety of ways to present information make complex concepts accessible and engaging.\n",
image: "/img/docs-assets/showcase-example-2.png"
},
{
heading: "API Documentation",
docText:
"Auto-generate endpoint documentation from your OpenAPI specification including request/response schemas and example code.\n\nKeep your API docs in sync with your code.\n",
image: "/img/docs-assets/showcase-example-3.png"
},
{
heading: "Internal Documents",
docText:
"Centralize team knowledge with process documentation, on-boarding materials, and internal wikis. Keep everything organized and easily accessible chained to **no proprietary database**, your documents are yours, forever.\n",
image: "/img/docs-assets/showcase-example-4.png"
},
{
heading: "User Guides",
docText:
"Build comprehensive help documentation with searchable content, troubleshooting guides, and clear how-to instructions for your users.\n",
image: "/img/docs-assets/showcase-example-5.png"
}
]}
/>