Skip to content

Commit

Permalink
other: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jaaronkot committed Oct 10, 2024
1 parent 73f738b commit b17b10e
Show file tree
Hide file tree
Showing 6 changed files with 997 additions and 341 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
</p>

<p align="center">
<a href="https://gpupixel.pixpark.net/guide/intro">编译</a>
<a href="https://gpupixel.pixpark.net/guide/intro">Build</a>
<span> · </span>
<a href="https://reactnative.dev/docs/tutorial">Demo</a>
<a href="https://reactnative.dev/docs/tutorial">Examples</a>
<span> · </span>
<a href="https://reactnative.dev/showcase">集成</a>
<a href="https://reactnative.dev/showcase">Integration</a>
</p>

<p align="center">
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@
--vp-home-hero-image-filter: blur( 40px );
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient( 120deg, #bd34fe 30%, #41d1ff );
}

.VPDoc.has-aside .content-container {
max-width: unset !important;
}
4 changes: 2 additions & 2 deletions docs/docs/en/guide/demo.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: 示例程序
title: Examples
editLink: true
description: 本章将介绍各个系统平台Demo编译和运行方法
---

# Demo App
# Examples App

This chapter will introduce the methods for compiling and running demos on various system platforms. The demo code is located in the `examples` directory, structured as follows:

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/en/guide/integrated.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 集成
title: Integration
editLink: true
outline: deep
description: 本篇将介绍各个系统平台GPUPixel库的集成调用方法
Expand Down
Loading

0 comments on commit b17b10e

Please sign in to comment.