diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 769b50c5..b0530d42 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -14,8 +14,8 @@ export default defineConfig({ }, themeConfig: { // https://vitepress.dev/reference/default-theme-config + logo: "/favicon.svg", nav: [ - { text: 'Home', link: '/' }, { text: '简介', link: '/intro/quick-start' }, { text: '更新日志', link: '/changelog/update' } ], @@ -37,6 +37,36 @@ export default defineConfig({ socialLinks: [ { icon: 'github', link: 'https://github.com/xerrors/Yuxi-Know' } - ] + ], + + + footer: { + message: '本项目基于 MIT License 开源,欢迎使用和贡献。', + copyright: 'Copyright © 2025-present Yuxi' + }, + + + editLink: { + pattern: 'https://github.com/xerrors/Yuxi-Know/edit/main/docs/:path', + text: '在 GitHub 上编辑此页' + }, + + lastUpdated: { + text: '最后更新时间', + formatOptions: { + dateStyle: 'full', + timeStyle: 'medium' + } + }, + + search: { + provider: 'local' + }, + + + docFooter: { + prev: '上一页', + next: '下一页' + } }, }) diff --git a/docs/images/add_custom_model.png b/docs/images/add_custom_model.png deleted file mode 100644 index 9d62f666..00000000 Binary files a/docs/images/add_custom_model.png and /dev/null differ diff --git a/docs/images/custom_models.png b/docs/images/custom_models.png deleted file mode 100644 index 24e8aa62..00000000 Binary files a/docs/images/custom_models.png and /dev/null differ diff --git a/docs/images/graph_vis.png b/docs/images/graph_vis.png deleted file mode 100644 index 1974226d..00000000 Binary files a/docs/images/graph_vis.png and /dev/null differ diff --git a/docs/images/knowledge_bases.png b/docs/images/knowledge_bases.png deleted file mode 100644 index 34cd62e3..00000000 Binary files a/docs/images/knowledge_bases.png and /dev/null differ diff --git a/docs/images/lightrag_kb.png b/docs/images/lightrag_kb.png deleted file mode 100644 index 8eee4617..00000000 Binary files a/docs/images/lightrag_kb.png and /dev/null differ diff --git a/docs/images/main.png b/docs/images/main.png deleted file mode 100644 index 54e9fb22..00000000 Binary files a/docs/images/main.png and /dev/null differ diff --git a/docs/images/reasoning.png b/docs/images/reasoning.png deleted file mode 100644 index 54522a06..00000000 Binary files a/docs/images/reasoning.png and /dev/null differ diff --git a/docs/images/select_model.png b/docs/images/select_model.png deleted file mode 100644 index a47d824c..00000000 Binary files a/docs/images/select_model.png and /dev/null differ diff --git a/docs/index.md b/docs/index.md index 1971558c..b3448665 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,6 +6,9 @@ hero: name: "Yuxi-Know" text: "智能知识库与知识图谱问答系统" tagline: 基于 LangGraph + Vue.js + FastAPI + LightRAG 架构构建的智能问答平台 + image: + src: /bb.png + alt: VitePress actions: - theme: brand text: 快速开始 @@ -29,3 +32,10 @@ features: details: 完整的测试套件、API 文档、监控日志,适合企业级部署和使用 --- + + +## 轻松部署 + +```sh +docker compose up --build -d +``` \ No newline at end of file diff --git a/docs/intro/quick-start.md b/docs/intro/quick-start.md index 416abddd..8ed21845 100644 --- a/docs/intro/quick-start.md +++ b/docs/intro/quick-start.md @@ -293,6 +293,7 @@ vllm serve BAAI/bge-reranker-v2-m3 \
