We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hono
1 parent de2a91b commit 0fe62f8Copy full SHA for 0fe62f8
docs/.vitepress/theme/components/landing/frameworks-section/FrameworksSection.vue
@@ -26,6 +26,7 @@ import logoLaravel from './images/laravel.svg'
26
import logoAdonis from './images/adonis.svg'
27
import logoEmber from './images/ember.svg'
28
import logoPreact from './images/preact.svg'
29
+import logoHono from './images/hono.svg'
30
31
/**
32
* The frameworks and tools to display in this section.
@@ -164,6 +165,13 @@ const frameworks: Framework[] = [
164
165
url: 'https://emberjs.com/',
166
visible: ref(false),
167
},
168
+ {
169
+ name: 'Hono',
170
+ logo: logoHono,
171
+ color: '#ff5c13',
172
+ url: 'https://hono.dev/',
173
+ visible: ref(false),
174
+ },
175
]
176
177
// Starting parameters
docs/.vitepress/theme/components/landing/frameworks-section/images/hono.svg
0 commit comments