代码拉取完成,页面将自动刷新
同步操作将从 Gitee AI 开源/Gitee AI 文档 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
import type { SidebarsConfig } from '@docusaurus/plugin-content-docs';
/**
* Creating a sidebar enables you to:
- create an ordered group of docs
- render a sidebar for each doc of that group
- provide next/previous navigation
The sidebars can be generated from the filesystem, or explicitly defined here.
Create as many sidebars as you want.
*/
const sidebars: SidebarsConfig = {
// By default, Docusaurus generates a sidebar from the docs folder structure
// tutorialSidebar: [{ type: 'autogenerated', dirName: '.' }],
// But you can create a sidebar manually
tutorialSidebar: [
{
type: 'doc',
id: 'intro',
},
{
type: 'category',
collapsed: false,
label: '快速上手',
items: [
{
type: 'doc',
id: 'getting-started/concept',
},
{
type: 'doc',
id: 'getting-started/trial',
},
{
type: 'doc',
id: 'getting-started/model',
},
{
type: 'doc',
id: 'getting-started/app',
},
],
},
{
type: 'category',
collapsed: true,
label: '模型',
link: {
type: 'doc',
id: 'models',
},
items: [
{
type: 'doc',
id: 'models/cards',
},
{
type: 'doc',
id: 'models/uploading',
},
{
type: 'doc',
id: 'gai/gai',
},
{
type: 'doc',
id: 'models/downloading',
},
{
type: 'doc',
id: 'models/widgets',
},
{
type: 'doc',
id: 'models/model-engine-api',
},
{
type: 'doc',
id: 'models/download-stats',
},
],
},
{
type: 'category',
collapsed: true,
label: '数据集',
link: {
type: 'doc',
id: 'datasets',
},
items: [
{
type: 'doc',
id: 'datasets/cards',
},
{
type: 'doc',
id: 'datasets/uploading',
},
{
type: 'doc',
id: 'datasets/downloading',
},
],
},
{
type: 'category',
collapsed: true,
label: '应用',
link: {
type: 'doc',
id: 'apps',
},
items: [
{
type: 'doc',
id: 'apps/overview',
},
{
type: "doc",
id: "apps/iluvatar-ai-app-contest"
},
{
type: 'doc',
id: 'apps/gpu-upgrades',
},
{
type: 'doc',
id: 'apps/storage',
},
{
type: 'doc',
id: 'apps/sdks-gradio',
},
{
type: 'doc',
id: 'apps/sdks-streamlit',
},
{
type: 'doc',
id: 'apps/sdks-static',
},
{
type: 'doc',
id: 'apps/sdks-docker',
},
{
type: 'doc',
id: 'apps/china-computing-power',
},
{
type: 'doc',
id: 'apps/qa',
},
],
},
{
type: 'category',
collapsed: true,
label: '引擎',
items: [
{
type: 'doc',
id: 'engines/model-engine',
},
{
type: 'doc',
id: 'engines/autotrain-engine',
},
],
},
{
type: 'doc',
id: 'repositories',
},
{
type: 'category',
collapsed: true,
label: 'Serverless API',
link: {
type: 'doc',
id: 'Serverless API',
},
items: [
{
type: 'doc',
id: 'Serverless API-voice url',
},
{
type: 'doc',
id: 'Serverless API-integration',
},
],
},
{
type: 'category',
collapsed: true,
label: '个人与组织',
items: [
{
type: 'doc',
id: 'organization/personal-dashboard',
},
{
type: 'doc',
id: 'organization/create-organization',
},
{
type: 'doc',
id: 'organization/organization-dashboard',
},
{
type: 'doc',
id: 'organization/organization-management',
},
{
type: 'doc',
id: 'organization/access-token',
},
{
type: 'doc',
id: 'organization/statistics',
},
],
},
{
type: 'category',
collapsed: true,
label: '费用与订单',
items: [
{
type: 'doc',
id: 'billing/balance',
},
{
type: 'doc',
id: 'billing/orders',
},
],
},
{
type: 'doc',
id: 'question-answer',
},
],
};
export default sidebars;
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。