diff --git a/docs/app.config.ts b/docs/app.config.ts index 3f0e120..c4b2920 100644 --- a/docs/app.config.ts +++ b/docs/app.config.ts @@ -2,8 +2,9 @@ export default defineAppConfig({ docus: { title: 'Nuxt Mongoose', description: 'A Nuxt module for simplifying the use of Mongoose in your project.', - image: 'https://user-images.githubusercontent.com/904724/185365452-87b7ca7b-6030-4813-a2db-5e65c785bf88.png', + image: '/cover.jpg', socials: { + twitter: 'arash_sheyda', github: 'arashsheyda/nuxt-mongoose', }, github: { diff --git a/docs/components/content/Logo.vue b/docs/components/content/Logo.vue index fff5f16..f4d0ec5 100644 --- a/docs/components/content/Logo.vue +++ b/docs/components/content/Logo.vue @@ -1,12 +1,18 @@ + + diff --git a/docs/content/0.index.md b/docs/content/0.index.md index 15b555b..d71a381 100644 --- a/docs/content/0.index.md +++ b/docs/content/0.index.md @@ -19,7 +19,7 @@ secondary: --- #title -Nuxt Mongoose +Nuxt [Mongoose]{style="color: var(--color-primary-500)"} #description A Nuxt module for simplifying the use of [Mongoose](https://mongoosejs.com/) in your project. @@ -33,4 +33,4 @@ A Nuxt module for simplifying the use of [Mongoose](https://mongoosejs.com/) in :: :: - \ No newline at end of file + diff --git a/docs/public/cover.jpg b/docs/public/cover.jpg new file mode 100644 index 0000000..62d2417 Binary files /dev/null and b/docs/public/cover.jpg differ diff --git a/docs/public/cover.png b/docs/public/cover.png deleted file mode 100644 index c8b3473..0000000 Binary files a/docs/public/cover.png and /dev/null differ diff --git a/docs/public/favicon.ico b/docs/public/favicon.ico deleted file mode 100644 index dfe4163..0000000 Binary files a/docs/public/favicon.ico and /dev/null differ