-
Notifications
You must be signed in to change notification settings - Fork 1.1k
docs: reorganize navigation doc #1365
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| /* Keep the Chinese home-page tagline on one line when the viewport has room. | ||
| Narrow screens retain VitePress's responsive wrapping behavior. */ | ||
| @media (min-width: 768px) { | ||
| .VPHomeHero .text { | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nit: this |
||
| max-width: none; | ||
| white-space: nowrap; | ||
| } | ||
|
|
||
| html[lang^='zh'] .VPHomeHero .tagline { | ||
| max-width: none; | ||
| white-space: nowrap; | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| # Performance Benchmark | ||
|
|
||
| For the detailed performance benchmark report, please refer to the blog post: | ||
| Detailed benchmark reports: | ||
|
|
||
| [CubeSandbox Core Operations Performance Benchmark](../blog/posts/2026-06-01-cubesandbox-perf-benchmark.md) | ||
| - [CubeSandbox Core Operations Performance Benchmark](../blog/posts/2026-06-01-cubesandbox-perf-benchmark.md) | ||
| - [CubeSandbox Core Operations Performance Benchmark on a PVM Cloud Server](../blog/posts/2026-06-03-cubesandbox-perf-benchmark-pvm.md) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| # 性能测试 | ||
|
|
||
| 详细的性能基准测试报告请参见博客: | ||
| 详细的性能基准测试报告: | ||
|
|
||
| [CubeSandbox 核心操作性能基准测试报告](../blog/posts/2026-06-01-cubesandbox-perf-benchmark.md) | ||
| - [CubeSandbox 核心操作性能基准测试报告](../blog/posts/2026-06-01-cubesandbox-perf-benchmark.md) | ||
| - [CubeSandbox PVM 云服务器核心操作性能基准测试报告](../blog/posts/2026-06-03-cubesandbox-perf-benchmark-pvm.md) |
Uh oh!
There was an error while loading. Please reload this page.