diff --git a/docs/content/2.configurations/.navigation.yml b/docs/content/2.configurations/.navigation.yml index 9256425e..be16d74c 100644 --- a/docs/content/2.configurations/.navigation.yml +++ b/docs/content/2.configurations/.navigation.yml @@ -28,5 +28,3 @@ links: url: /2.configurations/6.subscribe - title: 历史事件 url: /2.configurations/7.history-event - - title: 规则管理 - url: /2.configurations/8.rule-management diff --git a/docs/content/3.chatops/.navigation.yml b/docs/content/3.chatops/.navigation.yml index 977d8f46..f4dd3767 100644 --- a/docs/content/3.chatops/.navigation.yml +++ b/docs/content/3.chatops/.navigation.yml @@ -13,3 +13,16 @@ # limitations under the License. title: ChatOps +links: + - title: 场景概述 + url: /3.chatops/1.overview + - title: 内容识别 Agent + url: /3.chatops/2.interest-agent + - title: 主动回复 Agent + url: /3.chatops/3.proactive-agent + - title: 被动回复 Agent + url: /3.chatops/4.reactive-agent + - title: ChatOps 配置 + url: /3.chatops/5.configuration + - title: 规则管理 + url: /3.chatops/6.rule-management diff --git a/docs/content/2.configurations/8.rule-management.md b/docs/content/3.chatops/6.rule-management.md similarity index 100% rename from docs/content/2.configurations/8.rule-management.md rename to docs/content/3.chatops/6.rule-management.md diff --git a/docs/nuxt.config.js.bak b/docs/nuxt.config.js.bak deleted file mode 100644 index e5a4e743..00000000 --- a/docs/nuxt.config.js.bak +++ /dev/null @@ -1,24 +0,0 @@ -// Copyright 2025 Beijing Volcano Engine Technology Co., Ltd. and/or its affiliates -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -// docs/nuxt.config.js -export default { - extends: ['docus'], - app: { - baseURL: '/veaiops/' - }, - image: { - provider: 'none' - } -}