Skip to content

Commit

Permalink
add doc logo
Browse files Browse the repository at this point in the history
  • Loading branch information
gezhaoyou committed Jan 20, 2024
1 parent 1598b39 commit 1d6dc22
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ import { defineConfig } from 'vitepress'
export default defineConfig({
base: '/gpupixel/',
title: "GPUPixel",
description: "Cross-Platform AI Beauty Effects Library",
titleTemplate: ':title - GPUPixel',
description: "Cross-Platform AI Beauty Effects Library, Achieving Commercial-Grade Beauty Effects. Written in C++11, Based on OpenGL/ES and VNN.",
themeConfig: {
// https://vitepress.dev/reference/default-theme-config,
nav: [
{ text: 'Home', link: '/' },
{ text: 'Docs', link: '/markdown-examples' }
],

logo: '/image/logo.png',
sidebar: [
{
text: 'Docs',
Expand Down
Binary file added docs/image/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ layout: home

hero:
name: "GPUPixel"
text: "Cross-Platform AI Beauty Effects Library"
tagline: Achieving Commercial-Grade Beauty Effects. Written in C++11, Based on OpenGL/ES and VNN
text: "AI Beauty Effects Library"
tagline: Achieving Commercial-Grade Beauty Effects
actions:
- theme: brand
text: Markdown Examples
Expand Down

0 comments on commit 1d6dc22

Please sign in to comment.