Skip to content

Commit 0fe62f8

Browse files
committed
docs: add hono to framework examples
closes #760
1 parent de2a91b commit 0fe62f8

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/.vitepress/theme/components/landing/frameworks-section/FrameworksSection.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import logoLaravel from './images/laravel.svg'
2626
import logoAdonis from './images/adonis.svg'
2727
import logoEmber from './images/ember.svg'
2828
import logoPreact from './images/preact.svg'
29+
import logoHono from './images/hono.svg'
2930
3031
/**
3132
* The frameworks and tools to display in this section.
@@ -164,6 +165,13 @@ const frameworks: Framework[] = [
164165
url: 'https://emberjs.com/',
165166
visible: ref(false),
166167
},
168+
{
169+
name: 'Hono',
170+
logo: logoHono,
171+
color: '#ff5c13',
172+
url: 'https://hono.dev/',
173+
visible: ref(false),
174+
},
167175
]
168176
169177
// Starting parameters
Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)