diff --git a/docs/app.config.ts b/docs/app.config.ts index fe67aec7..54e4695c 100644 --- a/docs/app.config.ts +++ b/docs/app.config.ts @@ -1,10 +1,11 @@ export default defineAppConfig({ docus: { title: 'huntersofbook', - description: 'We open the tools we use in our projects to all developers.', + description: + 'It is a community established specifically to improve the vue ecosystem. Our own team will always give this contribution back to the world.', layout: 'docs', - image: 'https://content.nuxtjs.org/preview.png', - url: 'https://content.nuxtjs.org', + image: 'https://opensource.huntersofbook.com/preview.png', + url: 'https://opensource.huntersofbook.com', debug: false, socials: { twitter: '@huntersofbook', @@ -17,7 +18,7 @@ export default defineAppConfig({ }, cover: { src: '/cover.jpg', - alt: 'Content made easy for Vue developers' + alt: 'huntersofbook open source project was created for developers' }, header: { title: false, diff --git a/docs/components/content/BackgroundLogo.vue b/docs/components/content/BackgroundLogo.vue new file mode 100644 index 00000000..bd39fbea --- /dev/null +++ b/docs/components/content/BackgroundLogo.vue @@ -0,0 +1,31 @@ + + + diff --git a/docs/content/1.index.md b/docs/content/1.index.md index 99bac903..a6c716ad 100755 --- a/docs/content/1.index.md +++ b/docs/content/1.index.md @@ -1,6 +1,6 @@ --- -title: "huntersofbook made easy for World developers" -description: "We open the tools we use in our projects to all developers." +title: "huntersofbook the door from books to software" +description: "It is a community established specifically to improve the vue ecosystem. Our own team will always give this contribution back to the world." navigation: false layout: page --- @@ -24,15 +24,16 @@ secondary: :: #title -huntersofbook made easy for World developers +huntersofbook open source project was created for developers #description -We open the tools we use in our projects to all developers. -Structures we work on ; `.vue 3`, `.nestjs`, `.graphql`, `nuxt 3` +It is a community established specifically to improve the vue ecosystem. Our own team will always give this contribution back to the world. + +Structures we work on ; `vue 3`, `nuxt 3` #right -::video-player{src="https://www.youtube.com/watch?v=o9e12WbKrd8" poster="/video-cover.jpeg" .border-2 .u-border-gray-100 .shadow-lg .h-64} +::background-logo :: :: diff --git a/docs/content/2.projects.md b/docs/content/2.projects.md index 07cf954c..a9af359f 100644 --- a/docs/content/2.projects.md +++ b/docs/content/2.projects.md @@ -1,6 +1,6 @@ --- title: Projects -description: How to start with Nuxt Content, by creating a fresh new project or adding it to your Nuxt application. +description: huntersofbook open source project was created for developers icon: heroicons-outline:lightning-bolt layout: page constrainedClass: 'max-w-4xl' diff --git a/docs/content/3.guide/1.nuxt-packages/3.chatwoot.md b/docs/content/3.guide/1.nuxt-packages/3.chatwoot.md index bbe43347..25c772c2 100644 --- a/docs/content/3.guide/1.nuxt-packages/3.chatwoot.md +++ b/docs/content/3.guide/1.nuxt-packages/3.chatwoot.md @@ -1,7 +1,8 @@ # Chatwoot Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website, Facebook page, Twitter, Whatsapp, SMS, ... -![alt text](https://github.com/huntersofbook/huntersofbook/blob/main/apps/docs/images/chatwoot-nuxt.png?raw=true) +![alt text](https://github.com/huntersofbook/huntersofbook/blob/main/docs/public/images/chatwoot-nuxt.png?raw=true) + > [Chatwoot](https://www.chatwoot.com/help-center) integration for [Nuxt](https://nuxtjs.org) diff --git a/docs/content/3.guide/2.vue-packages/2.chatwoot.md b/docs/content/3.guide/2.vue-packages/2.chatwoot.md index 75590239..b96c74ef 100644 --- a/docs/content/3.guide/2.vue-packages/2.chatwoot.md +++ b/docs/content/3.guide/2.vue-packages/2.chatwoot.md @@ -2,7 +2,8 @@ Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website, Facebook page, Twitter, Whatsapp, SMS, ... -![alt text](https://github.com/huntersofbook/huntersofbook/blob/main/apps/docs/images/chatwoot-vue.png?raw=true) +![alt text](https://github.com/huntersofbook/huntersofbook/blob/main/docs/public/images/chatwoot-vue.png?raw=true) + > [Chatwoot](https://www.chatwoot.com/help-center) integration for [Vue](https://vuejs.org) diff --git a/docs/public/cover.jpg b/docs/public/cover.jpg index 2999cdd7..6d5194ed 100644 Binary files a/docs/public/cover.jpg and b/docs/public/cover.jpg differ diff --git a/docs/public/favicon.ico b/docs/public/favicon.ico index 087a2993..e3c13bd1 100644 Binary files a/docs/public/favicon.ico and b/docs/public/favicon.ico differ diff --git a/docs/public/preview.png b/docs/public/preview.png index ca9d698b..11bac023 100644 Binary files a/docs/public/preview.png and b/docs/public/preview.png differ