diff --git a/README.md b/README.md index b95684db..06e3df66 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +
diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 6032d976..66a04539 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -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' }, diff --git a/docs/get_started/intro.md b/docs/get_started/intro.md index fdfc9bb5..a034748d 100644 --- a/docs/get_started/intro.md +++ b/docs/get_started/intro.md @@ -5,7 +5,7 @@ Below, `pne` stands for Promptulate, which is the nickname for Promptulate. The :::
- +
## Overview diff --git a/docs/images/logo_transparent.png b/docs/images/logo_transparent.png deleted file mode 100644 index e4894098..00000000 Binary files a/docs/images/logo_transparent.png and /dev/null differ diff --git a/docs/index.md b/docs/index.md index 2bdc297d..23262ac5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 diff --git a/docs/public/banner.png b/docs/public/banner.png new file mode 100644 index 00000000..ff2d41c8 Binary files /dev/null and b/docs/public/banner.png differ diff --git a/docs/images/logo.ico b/docs/public/logo.ico similarity index 100% rename from docs/images/logo.ico rename to docs/public/logo.ico diff --git a/docs/images/logo.png b/docs/public/logo.png similarity index 100% rename from docs/images/logo.png rename to docs/public/logo.png diff --git a/docs/images/logo.svg b/docs/public/logo.svg similarity index 100% rename from docs/images/logo.svg rename to docs/public/logo.svg