Skip to content

Commit

Permalink
清理升级指南部分文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Iam-WenYi committed Aug 19, 2024
1 parent 40eb10a commit 2f53745
Show file tree
Hide file tree
Showing 255 changed files with 8,383 additions and 553 deletions.
1,133 changes: 1,133 additions & 0 deletions .docusaurus/client-manifest.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"permalink": "/docs/使用与运维/副本一致性(设计文档)/"
},
"next": {
"title": "升级指南",
"permalink": "/docs/使用与运维/升级指南/"
"title": "性能与优化",
"permalink": "/docs/性能与优化/"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "如何将 Pika 3.3.6 升级到 Pika 3.5",
"permalink": "/docs/使用与运维/升级指南/如何将 Pika 3.3.6 升级到 Pika 3.5/"
"title": "Pika 最佳实践",
"permalink": "/docs/使用与运维/Pika 最佳实践/"
},
"next": {
"title": "3.2.x 性能",
Expand Down
20 changes: 0 additions & 20 deletions .docusaurus/globalData.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,26 +45,6 @@
"path": "/docs/使用与运维/副本一致性(设计文档)/",
"sidebar": "tutorialSidebar"
},
{
"id": "使用与运维/升级指南/index",
"path": "/docs/使用与运维/升级指南/",
"sidebar": "tutorialSidebar"
},
{
"id": "使用与运维/升级指南/如何升级到 Pika 3.0/index",
"path": "/docs/使用与运维/升级指南/如何升级到 Pika 3.0/",
"sidebar": "tutorialSidebar"
},
{
"id": "使用与运维/升级指南/如何升级到 Pika 3.1 或 3.2/index",
"path": "/docs/使用与运维/升级指南/如何升级到 Pika 3.1 或 3.2/",
"sidebar": "tutorialSidebar"
},
{
"id": "使用与运维/升级指南/如何将 Pika 3.3.6 升级到 Pika 3.5/index",
"path": "/docs/使用与运维/升级指南/如何将 Pika 3.3.6 升级到 Pika 3.5/",
"sidebar": "tutorialSidebar"
},
{
"id": "使用与运维/多库版命令/index",
"path": "/docs/使用与运维/多库版命令/",
Expand Down
184 changes: 86 additions & 98 deletions .docusaurus/registry.js

Large diffs are not rendered by default.

65 changes: 3 additions & 62 deletions .docusaurus/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,6 @@ import React from 'react';
import ComponentCreator from '@docusaurus/ComponentCreator';

export default [
{
path: '/__docusaurus/debug',
component: ComponentCreator('/__docusaurus/debug', '5ff'),
exact: true
},
{
path: '/__docusaurus/debug/config',
component: ComponentCreator('/__docusaurus/debug/config', '5ba'),
exact: true
},
{
path: '/__docusaurus/debug/content',
component: ComponentCreator('/__docusaurus/debug/content', 'a2b'),
exact: true
},
{
path: '/__docusaurus/debug/globalData',
component: ComponentCreator('/__docusaurus/debug/globalData', 'c3c'),
exact: true
},
{
path: '/__docusaurus/debug/metadata',
component: ComponentCreator('/__docusaurus/debug/metadata', '156'),
exact: true
},
{
path: '/__docusaurus/debug/registry',
component: ComponentCreator('/__docusaurus/debug/registry', '88c'),
exact: true
},
{
path: '/__docusaurus/debug/routes',
component: ComponentCreator('/__docusaurus/debug/routes', '000'),
exact: true
},
{
path: '/blog',
component: ComponentCreator('/blog', 'b7e'),
Expand Down Expand Up @@ -89,15 +54,15 @@ export default [
},
{
path: '/docs',
component: ComponentCreator('/docs', '3c2'),
component: ComponentCreator('/docs', 'c12'),
routes: [
{
path: '/docs',
component: ComponentCreator('/docs', '708'),
component: ComponentCreator('/docs', 'fcc'),
routes: [
{
path: '/docs',
component: ComponentCreator('/docs', '7e3'),
component: ComponentCreator('/docs', '6ad'),
routes: [
{
path: '/docs/使用与运维/',
Expand Down Expand Up @@ -141,30 +106,6 @@ export default [
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/docs/使用与运维/升级指南/',
component: ComponentCreator('/docs/使用与运维/升级指南/', '9cf'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/docs/使用与运维/升级指南/如何升级到 Pika 3.0/',
component: ComponentCreator('/docs/使用与运维/升级指南/如何升级到 Pika 3.0/', 'bc4'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/docs/使用与运维/升级指南/如何升级到 Pika 3.1 或 3.2/',
component: ComponentCreator('/docs/使用与运维/升级指南/如何升级到 Pika 3.1 或 3.2/', 'f12'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/docs/使用与运维/升级指南/如何将 Pika 3.3.6 升级到 Pika 3.5/',
component: ComponentCreator('/docs/使用与运维/升级指南/如何将 Pika 3.3.6 升级到 Pika 3.5/', 'b2f'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/docs/使用与运维/多库版命令/',
component: ComponentCreator('/docs/使用与运维/多库版命令/', '3c5'),
Expand Down
Loading

0 comments on commit 2f53745

Please sign in to comment.