diff options
Diffstat (limited to 'docs/nav.ts')
-rw-r--r-- | docs/nav.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/nav.ts b/docs/nav.ts index 6bbbde529..fcafdf25f 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -199,7 +199,10 @@ export default { page("ecosystem/buchta", "Buchta", { description: `Buchta is a Bun-native fullstack framework for Svelte and Preact apps.`, }), - + page("ecosystem/stric", "Stric", { + description: `Stric is a minimalist, fast web framework for Bun.`, + }), + page("ecosystem/awesome", "Awesome", { href: "https://github.com/apvarun/awesome-bun", description: ``, |