Skip to content

Commit

Permalink
config vitepress docs to sub docs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gezhaoyou committed Feb 2, 2024
1 parent 9201e43 commit 74a1d2b
Show file tree
Hide file tree
Showing 23 changed files with 25,633 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Install dependencies
working-directory: docs
run: npm ci # or pnpm install / yarn install / bun install
- name: Build with VitePress
working-directory: docs
run: |
npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
touch docs/.vitepress/dist/.nojekyll
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
> 👏🏻👏🏻 GPUPixel has added support for the `Windows` and `Linux` from [v1.1.0](https://github.com/pixpark/gpupixel/releases/tag/v1.1.0).
> Now it is fully cross-platform supported: `iOS`, `Android`, `Mac`, `Win` and `Linux` 🎉🎉🎉
## Introduction
## Description

⛰️ GPUPixel is a real-time, high-performance image and video filter library, extremely easy to compile and integrate with small library size.

🔑 GPUPixel is written in C++11 and is based on OpenGL/ES, incorporating a built-in beauty face filter that achieves commercial-grade beauty effects.
Expand Down Expand Up @@ -59,7 +60,7 @@ This table compares the features supported by **GPUPixel** and **GPUImage** and
| Lipstick Filter ||||
| Blush Filter ||||
| More Build in Filter ||||
| 🎥 **Input Formats:** | | | |
| 🎬 **Input Formats:** | | | |
| YUV420P(I420) ||||
| RGBA ||||
| JPEG ||||
Expand Down
268 changes: 268 additions & 0 deletions docs/docs/.vitepress/cache/deps/@theme_index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions docs/docs/.vitepress/cache/deps/@theme_index.js.map

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions docs/docs/.vitepress/cache/deps/_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"hash": "d7af02b4",
"configHash": "fabc785c",
"lockfileHash": "d1a0a1be",
"browserHash": "06368218",
"optimized": {
"vue": {
"src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "0dd28a16",
"needsInterop": false
},
"vitepress > @vue/devtools-api": {
"src": "../../../../node_modules/@vue/devtools-api/dist/index.js",
"file": "vitepress___@vue_devtools-api.js",
"fileHash": "6e6011c7",
"needsInterop": false
},
"vitepress > @vueuse/core": {
"src": "../../../../node_modules/@vueuse/core/index.mjs",
"file": "vitepress___@vueuse_core.js",
"fileHash": "4d9f2f3d",
"needsInterop": false
},
"@theme/index": {
"src": "../../../../node_modules/vitepress/dist/client/theme-default/index.js",
"file": "@theme_index.js",
"fileHash": "6a3676f2",
"needsInterop": false
}
},
"chunks": {
"chunk-WFT6MZEP": {
"file": "chunk-WFT6MZEP.js"
},
"chunk-3YS4HNIT": {
"file": "chunk-3YS4HNIT.js"
}
}
}
Loading

0 comments on commit 74a1d2b

Please sign in to comment.