Files
ozan 2270d91fc5
Build & Deploy Docs / deploy (push) Failing after 5s
docs: add registration page, expand Cursor/DeepSeek V4 guide, sidebar
- register.md: account creation, CLI download, login flow
- cursor-setup.md: full DeepSeek V4 proxy guide, multi-editor support,
  Claude Code section, troubleshooting
- sidebars.js: Tinqs section first in nav, renamed landing to "Tinqs Studio"

Public docs for clients and team at docs.tinqs.com

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-22 14:25:28 +01:00

104 lines
1.8 KiB
JavaScript

module.exports = {
docs: [
{
type: 'doc',
id: 'index',
label: 'Tinqs Studio',
},
{
type: 'category',
label: 'Tinqs',
link: {
"type": "generated-index",
"title": "Tinqs Studio",
"description": "Register, install the CLI, connect Cursor to DeepSeek."
},
items: [
{
type: 'autogenerated',
dirName: 'tinqs',
}
]
},
{
type: 'category',
label: 'Installation',
link: {
"type": "generated-index"
},
items: [
{
type: 'autogenerated',
dirName: 'installation',
}
]
},
{
type: 'category',
label: 'Administration',
link: {
"type": "generated-index"
},
items: [
{
type: 'autogenerated',
dirName: 'administration',
}
]
},
{
type: 'category',
label: 'Usage',
link: {
"type": "generated-index"
},
items: [
{
type: 'autogenerated',
dirName: 'usage',
}
]
},
{
type: 'category',
label: 'Development',
link: {
"type": "generated-index"
},
items: [
{
type: 'autogenerated',
dirName: 'development',
}
]
},
{
type: 'category',
label: 'Contributing',
link: {
"type": "doc",
"id": "contributing/contributing"
},
items: [
{
type: 'autogenerated',
dirName: 'contributing',
}
]
},
{
type: 'category',
label: 'Help',
link: {
"type": "generated-index"
},
items: [
{
type: 'autogenerated',
dirName: 'help',
}
]
},
]
};