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

修改文件链接#491 #492

Merged
merged 1 commit into from
Nov 25, 2024
Merged
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
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ OceanBase 社区热情欢迎每一位对数据库技术热爱的开发者,期

为了帮助开发者更好的上手并学习 miniob, 建议阅读:

1. [miniob 框架介绍](docs/src/miniob-introduction.md)
2. [如何编译 miniob 源码](docs/src/how_to_build.md)
3. [开发环境搭建(本地调试, 适用 Linux 和 Mac)](docs/src/dev-env/how_to_dev_miniob_by_vscode.md)
4. [开发环境搭建(远程调试, 适用于 Window, Linux 和 Mac)](docs/src/dev-env/how_to_dev_in_docker_container_by_vscode.md)
5. [手把手教你在windows上用docker和vscode配置环境](docs/src/dev-env/how_to_dev_miniob_by_docker_and_vscode.md)
6. [miniob 文档汇总](docs/src/SUMMARY.md)
1. [miniob 框架介绍](docs/docs/design/miniob-architecture.md)
2. [如何编译 miniob 源码](docs/docs/how_to_build.md)
3. [开发环境搭建(本地调试, 适用 Linux 和 Mac)](docs/docs/dev-env/how_to_dev_miniob_by_vscode.md)
4. [开发环境搭建(远程调试, 适用于 Window, Linux 和 Mac)](docs/docs/dev-env/how_to_dev_in_docker_container_by_vscode.md)
5. [手把手教你在windows上用docker和vscode配置环境](docs/docs/dev-env/how_to_dev_miniob_by_docker_and_vscode.md)
6. [miniob 文档汇总](docs/docs/index.md)

更多的文档, 可以参考 [docs](https://github.com/oceanbase/miniob/tree/main/docs), 为了帮助大家更好的学习数据库基础知识, OceanBase 社区提供了一系列教程, 建议学习:

Expand Down
Loading