2270d91fc5
Build & Deploy Docs / deploy (push) Failing after 5s
- 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>
104 lines
1.8 KiB
JavaScript
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',
|
|
}
|
|
]
|
|
},
|
|
]
|
|
};
|