diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 977f2f938..b4979e7b8 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -231,15 +231,6 @@ const config = { }, ], }, - { - title: 'Community', - items: [ - { - label: 'Stack Overflow', - href: 'https://stackoverflow.com/questions/tagged/docusaurus', - } - ], - }, { title: 'More', items: [ diff --git a/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/version-0.2.x/Getting Started/quickstart.md b/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/version-0.2.x/Getting Started/quickstart.md index 70eb3ec9b..080a79275 100644 --- a/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/version-0.2.x/Getting Started/quickstart.md +++ b/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/version-0.2.x/Getting Started/quickstart.md @@ -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 的整体架构和设计理念 \ No newline at end of file +- [概览](../overview.md) - 了解 ROCK 的设计理念 \ No newline at end of file diff --git a/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/version-1.0.x/Getting Started/quickstart.md b/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/version-1.0.x/Getting Started/quickstart.md index e49489662..e0a0891c0 100644 --- a/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/version-1.0.x/Getting Started/quickstart.md +++ b/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/version-1.0.x/Getting Started/quickstart.md @@ -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 的整体架构和设计理念 \ No newline at end of file +- [概览](../overview.md) - 了解 ROCK 的设计理念 \ No newline at end of file diff --git a/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/version-1.0.x/Release Notes/v1.0.0.md b/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/version-1.0.x/Release Notes/v1.0.0.md index 36f516391..bfde9a4b9 100644 --- a/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/version-1.0.x/Release Notes/v1.0.0.md +++ b/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/version-1.0.x/Release Notes/v1.0.0.md @@ -127,9 +127,6 @@ - 增强新功能测试覆盖率 - 改进测试加载器路径解析 ---- - - --- ## 已知问题 diff --git a/docs/src/components/HomePage/styles.module.css b/docs/src/components/HomePage/styles.module.css index 07e623195..201d3969e 100644 --- a/docs/src/components/HomePage/styles.module.css +++ b/docs/src/components/HomePage/styles.module.css @@ -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; diff --git a/docs/versioned_docs/version-0.2.x/Getting Started/quickstart.md b/docs/versioned_docs/version-0.2.x/Getting Started/quickstart.md index f86d3fc30..8506cb0a8 100644 --- a/docs/versioned_docs/version-0.2.x/Getting Started/quickstart.md +++ b/docs/versioned_docs/version-0.2.x/Getting Started/quickstart.md @@ -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 \ No newline at end of file +- [Overview](../overview.md) - Understand ROCK's design philosophy \ No newline at end of file diff --git a/docs/versioned_docs/version-1.0.x/Getting Started/quickstart.md b/docs/versioned_docs/version-1.0.x/Getting Started/quickstart.md index 3461c01d4..2f14808f5 100644 --- a/docs/versioned_docs/version-1.0.x/Getting Started/quickstart.md +++ b/docs/versioned_docs/version-1.0.x/Getting Started/quickstart.md @@ -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 \ No newline at end of file +- [Overview](../overview.md) - Understand ROCK's design philosophy \ No newline at end of file