diff --git a/docs/.vitepress/theme/components/landing/3. frameworks-section/FrameworksSection.vue b/docs/.vitepress/theme/components/landing/3. frameworks-section/FrameworksSection.vue index 5b554ca043ab67..812e09e916fd32 100644 --- a/docs/.vitepress/theme/components/landing/3. frameworks-section/FrameworksSection.vue +++ b/docs/.vitepress/theme/components/landing/3. frameworks-section/FrameworksSection.vue @@ -26,6 +26,7 @@ import logoLaravel from './images/laravel.svg' import logoAdonis from './images/adonis.svg' import logoEmber from './images/ember.svg' import logoPreact from './images/preact.svg' +import logoHono from './images/hono.svg' /** * The frameworks and tools to display in this section. @@ -164,6 +165,13 @@ const frameworks: Framework[] = [ url: 'https://emberjs.com/', visible: ref(false), }, + { + name: 'HonoJS', + logo: logoHono, + color: '#ff5c13', + url: 'https://hono.dev/', + visible: ref(false), + }, ] // Starting parameters diff --git a/docs/.vitepress/theme/components/landing/3. frameworks-section/images/hono.svg b/docs/.vitepress/theme/components/landing/3. frameworks-section/images/hono.svg new file mode 100644 index 00000000000000..9c7a84b5cc881c --- /dev/null +++ b/docs/.vitepress/theme/components/landing/3. frameworks-section/images/hono.svg @@ -0,0 +1,4 @@ + + + +