Skip to content

Commit

Permalink
docs: optimize logo storage path
Browse files Browse the repository at this point in the history
  • Loading branch information
Undertone0809 committed Sep 10, 2024
1 parent fd9b5d0 commit 66786e0
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://zeeland-bucket.oss-cn-beijing.aliyuncs.com/images/20240907170327.png" alt="promptulate"/>
<img src="./docs/public/banner.png" alt="promptulate"/>
</p>

<p align="center">
Expand Down
8 changes: 4 additions & 4 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ export default defineConfig({
title: "Promptulate",
description: "🚀Lightweight Large language model automation and Autonomous Language Agents development framework. Build your LLM Agent Application in a pythonic way!",
head: [
['link', { rel: 'icon', href: '/images/logo.ico' }],
['link', { rel: 'icon', href: '/logo.ico' }],
['meta', { property: 'description', content: '🚀Lightweight Large language model automation and Autonomous Language Agents development framework. Build your LLM Agent Application in a pythonic way!' }],
['meta', { property: 'keywords', content: 'Promptulate, pne, LLM, Large language model, Autonomous Language Agents, development framework' }],
['meta', { property: 'og:title', content: 'Promptulate' }],
['meta', { property: 'og:description', content: '🚀Lightweight Large language model automation and Autonomous Language Agents development framework. Build your LLM Agent Application in a pythonic way!' }],
['meta', { property: 'og:image', content: 'https://zeeland-bucket.oss-cn-beijing.aliyuncs.com/images/20240907170327.png' }],
['meta', { property: 'og:image', content: '/banner.png' }],
['meta', { property: 'twitter:card', content: 'summary_large_image' }],
['meta', { property: 'twitter:image', content: 'https://zeeland-bucket.oss-cn-beijing.aliyuncs.com/images/20240907170327.png' }],
['meta', { property: 'twitter:image', content: '/banner.png' }],
['meta', { property: 'twitter:title', content: 'Promptulate' }],
['meta', { property: 'twitter:description', content: '🚀Lightweight Large language model automation and Autonomous Language Agents development framework. Build your LLM Agent Application in a pythonic way!' }],
],
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
logo: '/images/logo.png',
logo: '/logo.png',
search: {
provider: 'local'
},
Expand Down
2 changes: 1 addition & 1 deletion docs/get_started/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Below, `pne` stands for Promptulate, which is the nickname for Promptulate. The
:::

<p align="center">
<img src="https://zeeland-bucket.oss-cn-beijing.aliyuncs.com/images/20240907170327.png" alt="promptulate"/>
<img src="/banner.png" alt="promptulate"/>
</p>

## Overview
Expand Down
Binary file removed docs/images/logo_transparent.png
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hero:
text: "🚀Lightweight AI Native development framework."
tagline: Build your LLM Agent Application in a pythonic way.
image:
src: https://zeeland-bucket.oss-cn-beijing.aliyuncs.com/images/logo.png
src: /logo.png
alt: Promptulate
actions:
- theme: brand
Expand Down
Binary file added docs/public/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes
File renamed without changes

0 comments on commit 66786e0

Please sign in to comment.