Skip to content
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
9 changes: 0 additions & 9 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,15 +231,6 @@ const config = {
},
],
},
{
title: 'Community',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
}
],
},
{
title: 'More',
items: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@ export ROCK_WORKER_ENV_TYPE=pip
- [API 文档](../References/api.md) - 查看完整的 API 接口
- [Python SDK 文档](../References/Python%20SDK%20References/python_sdk.md) - 学习如何使用 Python SDK 进行开发
- [安装指南](./installation.md) - 详细了解 ROCK 安装和配置
- [概述](../overview.md) - 了解 ROCK 的整体架构和设计理念
- [概览](../overview.md) - 了解 ROCK 的设计理念
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ export ROCK_WORKER_ENV_TYPE=pip
- [API 文档](../References/api.md) - 查看完整的 API 接口
- [Python SDK 文档](../References/Python%20SDK%20References/python_sdk.md) - 学习如何使用 Python SDK 进行开发
- [安装指南](./installation.md) - 详细了解 ROCK 安装和配置
- [概述](../overview.md) - 了解 ROCK 的整体架构和设计理念
- [概览](../overview.md) - 了解 ROCK 的设计理念
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@
- 增强新功能测试覆盖率
- 改进测试加载器路径解析

---


---

## 已知问题
Expand Down
12 changes: 12 additions & 0 deletions docs/src/components/HomePage/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@
}
}
}

&::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 150px;
background: linear-gradient(to top, #000 0%, transparent 100%);
z-index: 1;
pointer-events: none;
}
}
.about, .features, .opensource, .rock_roll {
width: 1240px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ For a deeper understanding of ROCK's additional features, please refer to the fo
- [API Documentation](../References/api.md) - View complete API interfaces
- [Python SDK Documentation](../References/Python%20SDK%20References/python_sdk.md) - Learn how to use the Python SDK for development
- [Installation Guide](./installation.md) - Detailed information about ROCK installation and setup
- [Overview](../overview.md) - Understand ROCK's overall architecture and design philosophy
- [Overview](../overview.md) - Understand ROCK's design philosophy
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ For a deeper understanding of ROCK's additional features, please refer to the fo
- [API Documentation](../References/api.md) - View complete API interfaces
- [Python SDK Documentation](../References/Python%20SDK%20References/python_sdk.md) - Learn how to use the Python SDK for development
- [Installation Guide](./installation.md) - Detailed information about ROCK installation and setup
- [Overview](../overview.md) - Understand ROCK's overall architecture and design philosophy
- [Overview](../overview.md) - Understand ROCK's design philosophy
Loading