From da0caf5f9f25ed1803bfed0193b1d8d7b6a71631 Mon Sep 17 00:00:00 2001 From: EdamAmex <121654029+EdamAme-x@users.noreply.github.com> Date: Fri, 3 Jan 2025 12:54:57 +0900 Subject: [PATCH] docs: add Hono to framework examples (#18988) Co-authored-by: yishideyun01 Co-authored-by: Bjorn Lu --- .../landing/3. frameworks-section/FrameworksSection.vue | 8 ++++++++ .../landing/3. frameworks-section/images/hono.svg | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 docs/.vitepress/theme/components/landing/3. frameworks-section/images/hono.svg 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..eefe0101e1e58f 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: 'Hono', + 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 @@ + + + +