From 524874f36b5ac41004873607c66b74c83b99e46d Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Fri, 3 Jan 2025 13:42:10 +0900 Subject: [PATCH] docs: add Hono to framework examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit resolve #1797 https://github.com/vitejs/vite/commit/da0caf5f9f25ed1803bfed0193b1d8d7b6a71631 の反映です。 --- .../landing/3. frameworks-section/FrameworksSection.vue | 8 ++++++++ .../landing/3. frameworks-section/images/hono.svg | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 .vitepress/theme/components/landing/3. frameworks-section/images/hono.svg diff --git a/.vitepress/theme/components/landing/3. frameworks-section/FrameworksSection.vue b/.vitepress/theme/components/landing/3. frameworks-section/FrameworksSection.vue index 694978a9..aa793cc0 100644 --- a/.vitepress/theme/components/landing/3. frameworks-section/FrameworksSection.vue +++ b/.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/.vitepress/theme/components/landing/3. frameworks-section/images/hono.svg b/.vitepress/theme/components/landing/3. frameworks-section/images/hono.svg new file mode 100644 index 00000000..9c7a84b5 --- /dev/null +++ b/.vitepress/theme/components/landing/3. frameworks-section/images/hono.svg @@ -0,0 +1,4 @@ + + + +