Skip to content

Commit 1b6ec40

Browse files
committed
Change title of generated pages
1 parent 21c29a8 commit 1b6ec40

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ CodeFuse-Query为CodeFuse代码大模型提供了以下数据清洗能力:
118118
- [安装、配置、运行](./doc/3_install_and_run.md)
119119
- [Gödel查询语言介绍](./doc/4_godelscript_language.md)
120120
- [VSCode开发插件](./doc/5_toolchain.md)
121+
- [COREF API](https://codefuse-ai.github.io/CodeFuse-Query/godel-api/coref_library_reference.html)
121122

122123
## 教程 (tutorial)
123124
- [在线教程](./tutorial/README.md)

doc/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: Just the Docs Template
1+
title: CodeFuse-Query Documentation
22
description: A starter template for a Jeykll site using the Just the Docs theme!
33
theme: just-the-docs
44

doc/index.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ title: Home
33
layout: default
44
nav_order: 1
55
---
6-
## 文档 (Documentation)
7-
- [引言](1_abstract.md)
8-
- [概述](2_introduction.md)
9-
- [安装、配置、运行](3_install_and_run.md)
10-
- [GödelScript 查询语言介绍](4_godelscript_language.md)
11-
- [VSCode开发插件](5_toolchain.md)
6+
## 文档 (Documentation) 请见[仓库首页](https://github.com/codefuse-ai/CodeFuse-Query)
7+
8+
- [引言](https://github.com/codefuse-ai/CodeFuse-Query/blob/main/doc/1_abstract.md)
9+
- [概述](https://github.com/codefuse-ai/CodeFuse-Query/blob/main/doc/2_introduction.md)
10+
- [安装、配置、运行](https://github.com/codefuse-ai/CodeFuse-Query/blob/main/doc/3_install_and_run.md)
11+
- [GödelScript 查询语言介绍](https://github.com/codefuse-ai/CodeFuse-Query/blob/main/doc/4_godelscript_language.md)
12+
- [VSCode开发插件](https://github.com/codefuse-ai/CodeFuse-Query/blob/main/doc/5_toolchain.md)
13+
- [COREF API](https://codefuse-ai.github.io/CodeFuse-Query/godel-api/coref_library_reference.html)

0 commit comments

Comments
 (0)