Files
docs-app/content/settings/config.json
2026-04-01 09:38:50 +02:00

29 lines
905 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"selectedTheme": "default",
"redirects": [
{
"source": "/",
"destination": "/docs",
"permanent": true
}
],
"title": "Tina",
"description": "TinaCMS is a fully open-source headless CMS that supports Git",
"seoDefaultTitle": "TinaCMS Headless CMS with GitHub & Markdown Support",
"publisher": "TinaCMS",
"applicationName": "TinaCMS",
"siteUrl": "https://tina.io",
"roadmapUrl": "https://tina.io/roadmap/",
"licenseUrl": "https://github.com/tinacms/tinacms/blob/master/LICENSE",
"keywords": "nextjs, react, cms, next, tina, markdown, git, open-source, headless",
"docsHomepage": "/docs/index",
"autoApiTitles": true,
"defaultOGImage": "/og/tina-og.png",
"social": {
"twitterHandle": "@tinacms",
"twitter": "https://twitter.com/tinacms",
"github": "https://github.com/tinacms/tinacms",
"forum": "https://tina.io/community"
}
}