166 lines
6.5 KiB
JSON
166 lines
6.5 KiB
JSON
{
|
|
"lightModeLogo": "/svg/tina-icon-orange.svg",
|
|
"darkModeLogo": "/svg/tina-icon-orange.svg",
|
|
"tabs": [
|
|
{
|
|
"title": "Docs",
|
|
"supermenuGroup": [
|
|
{
|
|
"title": "Introduction",
|
|
"items": [
|
|
{
|
|
"slug": "content/docs/index.mdx",
|
|
"_template": "item"
|
|
},
|
|
{
|
|
"slug": "content/docs/introduction/showcase.mdx",
|
|
"_template": "item"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "Using TinaCMS",
|
|
"items": [
|
|
{
|
|
"slug": "content/docs/using-tinacms/what-is-tinacms.mdx",
|
|
"_template": "item"
|
|
},
|
|
{
|
|
"slug": "content/docs/using-tinacms/how-does-tinacms-work.mdx",
|
|
"_template": "item"
|
|
},
|
|
{
|
|
"slug": "content/docs/using-tinacms/usage-editors.mdx",
|
|
"_template": "item"
|
|
},
|
|
{
|
|
"slug": "content/docs/using-tinacms/usage-developers.mdx",
|
|
"_template": "item"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "TinaDocs Features",
|
|
"items": [
|
|
{
|
|
"slug": "content/docs/tinadocs-features/feature-list.mdx",
|
|
"_template": "item"
|
|
},
|
|
{
|
|
"slug": "content/docs/tinadocs-features/styling.mdx",
|
|
"_template": "item"
|
|
},
|
|
{
|
|
"slug": "content/docs/tinadocs-features/markdown-elements.mdx",
|
|
"_template": "item"
|
|
},
|
|
{
|
|
"slug": "content/docs/tinadocs-features/text-components.mdx",
|
|
"_template": "item"
|
|
},
|
|
{
|
|
"slug": "content/docs/tinadocs-features/code-components.mdx",
|
|
"_template": "item"
|
|
},
|
|
{
|
|
"slug": "content/docs/tinadocs-features/custom-components.mdx",
|
|
"_template": "item"
|
|
},
|
|
{
|
|
"slug": "content/docs/tinadocs-features/openapi-spec-docs.mdx",
|
|
"_template": "item"
|
|
},
|
|
{
|
|
"slug": "content/docs/tinadocs-features/search-engine-optimization-seo.mdx",
|
|
"_template": "item"
|
|
},
|
|
{
|
|
"slug": "content/docs/tinadocs-features/path-management.mdx",
|
|
"_template": "item"
|
|
},
|
|
{
|
|
"slug": "content/docs/tinadocs-features/redirect-management.mdx",
|
|
"_template": "item"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "Going Live",
|
|
"items": [
|
|
{
|
|
"title": "TinaCloud",
|
|
"items": [
|
|
{
|
|
"slug": "content/docs/going-live/tinacloud/what-is-a-datalayer.mdx",
|
|
"_template": "item"
|
|
},
|
|
{
|
|
"slug": "content/docs/going-live/tinacloud/configuring-tinacloud.mdx",
|
|
"_template": "item"
|
|
},
|
|
{
|
|
"slug": "content/docs/going-live/tinacloud/custom-datalayer.mdx",
|
|
"_template": "item"
|
|
}
|
|
],
|
|
"_template": "items"
|
|
},
|
|
{
|
|
"slug": "content/docs/going-live/deploying-your-docs.mdx",
|
|
"_template": "item"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"_template": "docsTab"
|
|
},
|
|
{
|
|
"title": "API",
|
|
"supermenuGroup": [
|
|
{
|
|
"apiGroup": "{\"schema\":\"Swagger-Petstore.json\",\"tag\":\"user\",\"endpoints\":[{\"id\":\"POST:/user\",\"label\":\"POST /user - Create user\",\"method\":\"POST\",\"path\":\"/user\",\"summary\":\"Create user\",\"description\":\"This can only be done by the logged in user.\"},{\"id\":\"GET:/user/logout\",\"label\":\"GET /user/logout - Logs out current logged in user session\",\"method\":\"GET\",\"path\":\"/user/logout\",\"summary\":\"Logs out current logged in user session\",\"description\":\"\"}]}",
|
|
"_template": "groupOfApiReferences"
|
|
},
|
|
{
|
|
"title": "Introduction",
|
|
"items": [
|
|
{
|
|
"slug": "content/docs/api-documentation/overview.mdx",
|
|
"_template": "item"
|
|
},
|
|
{
|
|
"slug": "content/docs/examples/pet-store-all-routes.mdx",
|
|
"_template": "item"
|
|
},
|
|
{
|
|
"slug": "content/docs/examples/library-api-example.mdx",
|
|
"_template": "item"
|
|
},
|
|
{
|
|
"slug": "content/docs/examples/internal-document-example.mdx",
|
|
"_template": "item"
|
|
}
|
|
],
|
|
"_template": "documentSubMenu"
|
|
},
|
|
{
|
|
"apiGroup": "{\"schema\":\"Swagger-Petstore.json\",\"tag\":\"pet\",\"endpoints\":[{\"id\":\"POST:/pet/{petId}/uploadImage\",\"label\":\"POST /pet/{petId}/uploadImage - uploads an image\",\"method\":\"POST\",\"path\":\"/pet/{petId}/uploadImage\",\"summary\":\"uploads an image\",\"description\":\"\"},{\"id\":\"PUT:/pet\",\"label\":\"PUT /pet - Update an existing pet\",\"method\":\"PUT\",\"path\":\"/pet\",\"summary\":\"Update an existing pet\",\"description\":\"\"},{\"id\":\"GET:/pet/findByTags\",\"label\":\"GET /pet/findByTags - Finds Pets by tags\",\"method\":\"GET\",\"path\":\"/pet/findByTags\",\"summary\":\"Finds Pets by tags\",\"description\":\"Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.\"},{\"id\":\"POST:/pet/{petId}\",\"label\":\"POST /pet/{petId} - Updates a pet in the store with form data\",\"method\":\"POST\",\"path\":\"/pet/{petId}\",\"summary\":\"Updates a pet in the store with form data\",\"description\":\"\"},{\"id\":\"POST:/pet\",\"label\":\"POST /pet - Add a new pet to the store\",\"method\":\"POST\",\"path\":\"/pet\",\"summary\":\"Add a new pet to the store\",\"description\":\"\"},{\"id\":\"GET:/pet/findByStatus\",\"label\":\"GET /pet/findByStatus - Finds Pets by status\",\"method\":\"GET\",\"path\":\"/pet/findByStatus\",\"summary\":\"Finds Pets by status\",\"description\":\"Multiple status values can be provided with comma separated strings\"}]}",
|
|
"_template": "groupOfApiReferences"
|
|
}
|
|
],
|
|
"_template": "apiTab"
|
|
}
|
|
],
|
|
"ctaButtons": {
|
|
"button1": {
|
|
"label": "TinaCMS Docs",
|
|
"link": "https://tina.io/docs",
|
|
"variant": "primary-outline"
|
|
},
|
|
"button2": {
|
|
"label": "TinaCloud",
|
|
"link": "https://app.tina.io",
|
|
"variant": "primary-background"
|
|
}
|
|
}
|
|
} |