mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-24 22:03:54 +00:00
docs
This commit is contained in:
@@ -6,12 +6,42 @@ const sidebars = {
|
||||
'intro',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Quick Start',
|
||||
label: 'Develop',
|
||||
link: {
|
||||
type: 'generated-index'
|
||||
},
|
||||
collapsed: false,
|
||||
items: [{ type: 'autogenerated', dirName: 'quick-start' }]
|
||||
items: [
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Proxy',
|
||||
link: {
|
||||
type: 'generated-index'
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: 'autogenerated',
|
||||
dirName: 'develop/proxy'
|
||||
}
|
||||
]
|
||||
},
|
||||
'develop/dev',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Deploy',
|
||||
collapsed: false,
|
||||
link: {
|
||||
type: 'generated-index'
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: 'autogenerated',
|
||||
dirName: 'develop/deploy'
|
||||
}
|
||||
]
|
||||
},
|
||||
'develop/oneapi'
|
||||
]
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
|
Reference in New Issue
Block a user