12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "plugins": ["mermaid-gb3",
- "expandable-chapters",
- "-lunr",
- "-search",
- "search-pro",
- "popup",
- "code",
- "tbfed-pagefooter",
- "back-to-top-button",
- "hide-element",
- "sidebar-style",
- "auto-scroll-table",
- "splitter",
- "edit-link",
- "page-toc-button"],
- "pluginsConfig": {
- "mermaid-gb3": {
- "default": {
- "theme": "default",
- "scale": 1.0
- }
- },
- "hide-element": {
- "elements": [".gitbook-link"]
- },
- "tbfed-pagefooter": {
- "copyright":"Copyright © 永天科技 2025",
- "modify_label": "该文件修订时间:",
- "modify_format": "YYYY-MM-DD HH:mm:ss"
- },
- "sidebar-style": {
- "title": "《团队技术文档》",
- "author": "研发中心"
- },
- "edit-link": {
- "base": "http://47.111.81.118:3000/uskycloud/usky-dev-doc/src/feature-zjy",
- "label": "编辑"
- },
- "page-toc-button": {
- "maxTocDepth": 2,
- "minTocSize": 2
- }
- },
- "language": "zh-hans"
- }
|