diff --git a/docs/Gemfile b/docs/Gemfile index 6a854952..77bf5264 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,7 +1,8 @@ source "https://rubygems.org" gem "jekyll", "~> 4.3.2" -gem "just-the-docs", "~> 0.5.0" +# gem "just-the-docs", "~> 0.5.0" +gem "minima", "~> 2.5" group :jekyll_plugins do gem "jekyll-include-cache" @@ -22,4 +23,4 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem # do not have a Java counterpart. -gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] \ No newline at end of file +gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] \ No newline at end of file diff --git a/docs/_config.yml b/docs/_config.yml index 32a0b5b8..8d9cb687 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,4 +1,4 @@ -remote_theme: just-the-docs/just-the-docs +# remote_theme: just-the-docs/just-the-docs url: https://xerrors.github.io/Yuxi-Know baseurl: /Yuxi-Know title: 语析 - 基于大模型的知识库与知识图谱问答系统 @@ -23,4 +23,4 @@ defaults: type: pages values: layout: home - search_exclude: true \ No newline at end of file + search_exclude: true \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index b8accc5e..2e4707da 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,5 @@ --- -layout: home +layout: default title: 语析 - 基于大模型的知识库与知识图谱问答系统 nav_order: 1 description: "语析是一个强大的问答平台,结合了大模型 RAG 知识库与知识图谱技术,基于 Llamaindex + VueJS + FastAPI + Neo4j 构建。" @@ -133,4 +133,4 @@ docker tag m.daocloud.io/docker.io/library/neo4j:latest neo4j:latest ## 许可证 -本项目采用 MIT 许可证 - 详见 [LICENSE](LICENSE) 文件 \ No newline at end of file +本项目采用 MIT 许可证 - 详见 [LICENSE](LICENSE) 文件 \ No newline at end of file