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

add doc of protocol #342

Merged
merged 1 commit into from
Dec 11, 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
3 changes: 3 additions & 0 deletions docs/MatrixOne-Cloud/Protocol/privacy-policy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 隐私政策

详情请参见[MatrixOne Intelligence 隐私政策 (Privacy Policy)](http://www.m1intelligence.cn/moc/privacy-policy)。
3 changes: 3 additions & 0 deletions docs/MatrixOne-Cloud/Protocol/service-level-agreement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 服务等级协议

详情请参见[MatrixOne Intelligence 服务等级协议](http://www.m1intelligence.cn/moc/service-level-agreement)。
3 changes: 3 additions & 0 deletions docs/MatrixOne-Cloud/Protocol/terms-of-service.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 服务条款

详情请参见[MatrixOne Intelligence 服务条款 (Terms of Service)](http://www.m1intelligence.cn/moc/terms-of-service)。
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,10 @@ nav:
- 版本发布纪要:
- '2024': MatrixOne-Cloud/Release-Notes/2024.md
- '2023': MatrixOne-Cloud/Release-Notes/2023.md
- 相关协议:
- 隐私协议: MatrixOne-Cloud/Protocol/privacy-policy.md
- 服务条款: MatrixOne-Cloud/Protocol/terms-of-service.md
- 服务等级协议: MatrixOne-Cloud/Protocol/service-level-agreement.md
- 技术支持: MatrixOne-Cloud/tech-support.md
- 术语表: MatrixOne-Cloud/glossary.md
- MatrixOne: https://docs.matrixorigin.cn/latest/
Loading