/* * AUTOGENERATED - DON'T EDIT * Your edits in this file will be overwritten in the next build! * Modify the docusaurus.config.js file at your site's root instead. */ export default { "title": "绪山真寻BOT", "tagline": "这里是可爱的小真寻的文档哦", "favicon": "img/favicon.ico", "url": "https://your-docusaurus-site.example.com", "baseUrl": "/zhenxun_bot/", "organizationName": "facebook", "projectName": "docusaurus", "onBrokenLinks": "throw", "onBrokenMarkdownLinks": "warn", "i18n": { "defaultLocale": "zh-Hans", "locales": [ "zh-Hans" ], "path": "i18n", "localeConfigs": {} }, "presets": [ [ "classic", { "docs": { "routeBasePath": "/", "sidebarPath": "./sidebars.js", "editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/" }, "blog": false, "theme": { "customCss": "./src/css/custom.css" } } ] ], "themeConfig": { "image": "img/docusaurus-social-card.jpg", "navbar": { "title": "小真寻", "logo": { "alt": "Logo", "src": "img/logo.svg" }, "items": [ { "type": "docSidebar", "sidebarId": "installSidebar", "position": "left", "label": "安装文档" }, { "type": "docSidebar", "sidebarId": "beginnerSidebar", "position": "left", "label": "整合包文档" }, { "type": "docSidebar", "sidebarId": "usageSidebar", "position": "left", "label": "使用文档" }, { "type": "docSidebar", "sidebarId": "devSidebar", "position": "left", "label": "开发文档" }, { "type": "search", "position": "right" }, { "type": "docSidebar", "sidebarId": "faqSidebar", "position": "right", "label": "FAQ" }, { "type": "docSidebar", "sidebarId": "aboutSidebar", "position": "right", "label": "关于" }, { "href": "https://github.com/HibiKier/zhenxun_bot", "label": "GitHub", "position": "right" } ], "hideOnScroll": false }, "footer": { "style": "dark", "links": [ { "title": "QQ", "items": [ { "label": "是真寻酱哒", "href": "https://jq.qq.com/?_wv=1027&k=u8PgBkMZ" }, { "label": "真寻的技术群", "href": "https://qm.qq.com/q/YYYt5rkMYc" } ] }, { "title": "More", "items": [ { "label": "GitHub", "href": "https://github.com/HibiKier/zhenxun_bot" } ] } ], "copyright": "Copyright © 2025 My Project, Inc. Built with Docusaurus." }, "prism": { "theme": { "plain": { "color": "#393A34", "backgroundColor": "#f6f8fa" }, "styles": [ { "types": [ "comment", "prolog", "doctype", "cdata" ], "style": { "color": "#999988", "fontStyle": "italic" } }, { "types": [ "namespace" ], "style": { "opacity": 0.7 } }, { "types": [ "string", "attr-value" ], "style": { "color": "#e3116c" } }, { "types": [ "punctuation", "operator" ], "style": { "color": "#393A34" } }, { "types": [ "entity", "url", "symbol", "number", "boolean", "variable", "constant", "property", "regex", "inserted" ], "style": { "color": "#36acaa" } }, { "types": [ "atrule", "keyword", "attr-name", "selector" ], "style": { "color": "#00a4db" } }, { "types": [ "function", "deleted", "tag" ], "style": { "color": "#d73a49" } }, { "types": [ "function-variable" ], "style": { "color": "#6f42c1" } }, { "types": [ "tag", "selector", "keyword" ], "style": { "color": "#00009f" } } ] }, "darkTheme": { "plain": { "color": "#F8F8F2", "backgroundColor": "#282A36" }, "styles": [ { "types": [ "prolog", "constant", "builtin" ], "style": { "color": "rgb(189, 147, 249)" } }, { "types": [ "inserted", "function" ], "style": { "color": "rgb(80, 250, 123)" } }, { "types": [ "deleted" ], "style": { "color": "rgb(255, 85, 85)" } }, { "types": [ "changed" ], "style": { "color": "rgb(255, 184, 108)" } }, { "types": [ "punctuation", "symbol" ], "style": { "color": "rgb(248, 248, 242)" } }, { "types": [ "string", "char", "tag", "selector" ], "style": { "color": "rgb(255, 121, 198)" } }, { "types": [ "keyword", "variable" ], "style": { "color": "rgb(189, 147, 249)", "fontStyle": "italic" } }, { "types": [ "comment" ], "style": { "color": "rgb(98, 114, 164)" } }, { "types": [ "attr-name" ], "style": { "color": "rgb(241, 250, 140)" } } ] }, "additionalLanguages": [], "magicComments": [ { "className": "theme-code-block-highlighted-line", "line": "highlight-next-line", "block": { "start": "highlight-start", "end": "highlight-end" } } ] }, "colorMode": { "defaultMode": "light", "disableSwitch": false, "respectPrefersColorScheme": false }, "docs": { "versionPersistence": "localStorage", "sidebar": { "hideable": false, "autoCollapseCategories": false } }, "blog": { "sidebar": { "groupByYear": true } }, "metadata": [], "tableOfContents": { "minHeadingLevel": 2, "maxHeadingLevel": 3 } }, "themes": [ [ "/home/runner/work/zhenxun_docs/zhenxun_docs/node_modules/@easyops-cn/docusaurus-search-local/dist/server/server/index.js", { "hashed": true, "language": [ "en", "zh" ], "indexDocs": true, "indexBlog": false, "indexPages": false, "docsRouteBasePath": "/", "searchResultLimits": 15 } ] ], "baseUrlIssueBanner": true, "future": { "experimental_storage": { "type": "localStorage", "namespace": false }, "experimental_router": "browser" }, "onBrokenAnchors": "warn", "onDuplicateRoutes": "warn", "staticDirectories": [ "static" ], "customFields": {}, "plugins": [], "scripts": [], "headTags": [], "stylesheets": [], "clientModules": [], "titleDelimiter": "|", "noIndex": false, "markdown": { "format": "mdx", "mermaid": false, "mdx1Compat": { "comments": true, "admonitions": true, "headingIds": true }, "anchors": { "maintainCase": false } } };