From 1b6ec40f77230ea61bb5e402ee1680aafb78abca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=95=E5=B1=B1?= Date: Fri, 22 Dec 2023 11:17:25 +0800 Subject: [PATCH] Change title of generated pages --- README.md | 1 + doc/_config.yml | 2 +- doc/index.md | 14 ++++++++------ 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6bc3553b..851f1bd2 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ CodeFuse-Query为CodeFuse代码大模型提供了以下数据清洗能力: - [安装、配置、运行](./doc/3_install_and_run.md) - [Gödel查询语言介绍](./doc/4_godelscript_language.md) - [VSCode开发插件](./doc/5_toolchain.md) +- [COREF API](https://codefuse-ai.github.io/CodeFuse-Query/godel-api/coref_library_reference.html) ## 教程 (tutorial) - [在线教程](./tutorial/README.md) diff --git a/doc/_config.yml b/doc/_config.yml index 07891a38..3a619a3e 100644 --- a/doc/_config.yml +++ b/doc/_config.yml @@ -1,4 +1,4 @@ -title: Just the Docs Template +title: CodeFuse-Query Documentation description: A starter template for a Jeykll site using the Just the Docs theme! theme: just-the-docs diff --git a/doc/index.md b/doc/index.md index c6cb84c8..d5be7456 100644 --- a/doc/index.md +++ b/doc/index.md @@ -3,9 +3,11 @@ title: Home layout: default nav_order: 1 --- -## 文档 (Documentation) -- [引言](1_abstract.md) -- [概述](2_introduction.md) -- [安装、配置、运行](3_install_and_run.md) -- [GödelScript 查询语言介绍](4_godelscript_language.md) -- [VSCode开发插件](5_toolchain.md) +## 文档 (Documentation) 请见[仓库首页](https://github.com/codefuse-ai/CodeFuse-Query) + +- [引言](https://github.com/codefuse-ai/CodeFuse-Query/blob/main/doc/1_abstract.md) +- [概述](https://github.com/codefuse-ai/CodeFuse-Query/blob/main/doc/2_introduction.md) +- [安装、配置、运行](https://github.com/codefuse-ai/CodeFuse-Query/blob/main/doc/3_install_and_run.md) +- [GödelScript 查询语言介绍](https://github.com/codefuse-ai/CodeFuse-Query/blob/main/doc/4_godelscript_language.md) +- [VSCode开发插件](https://github.com/codefuse-ai/CodeFuse-Query/blob/main/doc/5_toolchain.md) +- [COREF API](https://codefuse-ai.github.io/CodeFuse-Query/godel-api/coref_library_reference.html)