Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] fix broken link #75

Merged
merged 2 commits into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Note: The maturity level of the language status is determined based on the types
- [Installation, Configuration, and Running](./doc/3_install_and_run.en.md)
- [GödelScript Query Language](./doc/4_godelscript_language.en.md)
- [Developing Plugins (VSCode)](./doc/5_toolchain.en.md)
- [COREF API](https://codefuse-ai.github.io/CodeFuse-Query/godel-api/coref_library_reference.html)
- [COREF API](https://codefuse-ai.github.io/CodeFuse-Query)

## Tutorial
- [Online Tutorial](./tutorial/README.en.md)
Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ CodeFuse-Query 包括**Sparrow CLI **和CodeFuse-Query**在线服务Query中心*
- [安装、配置、运行](./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)
- [COREF API](https://codefuse-ai.github.io/CodeFuse-Query)

## 教程 (tutorial)
- [在线教程](./tutorial/README.md)
Expand Down
14 changes: 12 additions & 2 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ title: Home
layout: default
nav_order: 1
---
## 文档 (Documentation)
# 文档 (Documentation)

请见[仓库首页](https://github.com/codefuse-ai/CodeFuse-Query)
* 请见[仓库首页](https://github.com/codefuse-ai/CodeFuse-Query)

# COREF Library Reference

* [coref::cfamily](./godel-api/cfamily/reference.html)
* [coref::go](./godel-api/go/reference.html)
* [coref::java](./godel-api/java/reference.html)
* [coref::javascript](./godel-api/javascript/reference.html)
* [coref::properties](./godel-api/properties/reference.html)
* [coref::python](./godel-api/python/reference.html)
* [coref::xml](./godel-api/xml/reference.html)
Loading