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

Revert "modify release-notes link" #1739

Merged
merged 1 commit into from
Apr 27, 2022
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
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
nebula> MATCH (v) RETURN v LIMIT 5;
```

也可根据 {{nebula.release}} 版本的新功能测试,新功能列表参见[发布说明](../../20.appendix/release-notes.md)。
也可根据 {{nebula.release}} 版本的新功能测试,新功能列表参见[发布说明](../../20.appendix/releasenote.md)。

## 升级失败回滚

Expand Down Expand Up @@ -227,4 +227,4 @@ A: Nebula Graph 2.5.0 版本调整了 Job 的定义,详情参见 [Pull reque

Q: 有哪些语法不兼容 ?

A: 参见[Release Note](../../20.appendix/release-notes.md) Incompatibility 部分。
A: 参见[Release Note](../../20.appendix/releasenote.md) Incompatibility 部分。
4 changes: 2 additions & 2 deletions docs-2.0/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 欢迎阅读 Nebula Graph {{ nebula.release }} 文档

!!! Note "[查看版本发布说明](20.appendix/release-notes.md)"
!!! Note "[查看版本发布说明](20.appendix/releasenote.md)"

本文档更新时间{{ now().year }}-{{ now().month }}-{{ now().day }},GitHub commit [{{ git.short_commit }}](https://github.com/vesoft-inc/nebula-docs/commits/v{{nebula.release}})。

Expand All @@ -19,7 +19,7 @@ Nebula Graph 是一款开源的、分布式的、易扩展的原生图数据库

- [《开源分布式图数据库 Nebula
Graph 完全指南》](https://docs.nebula-graph.com.cn/site/pdf/NebulaGraph-book.pdf)
- [发布说明](20.appendix/release-notes.md)
- [发布说明](20.appendix/releasenote.md)
- [论坛](https://discuss.nebula-graph.com.cn/)
- [项目主页](https://nebula-graph.com.cn/)
- [系列视频](https://space.bilibili.com/472621355)
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ nav:
- Nebula Bench: nebula-bench.md

- 附录:
- Release Note: 20.appendix/release-notes.md
- Release Note: 20.appendix/releasenote.md
- 学习路径: 20.appendix/learning-path.md
- 常见问题 FAQ: 20.appendix/0.FAQ.md
- 生态工具概览: 20.appendix/6.eco-tool-version.md
Expand Down