Skip to content

Commit 09756d6

Browse files
authored
feat: add frameworks
1 parent d8eee4b commit 09756d6

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

content/frameworks.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Framworks
2+
3+
- [Fresh (Deno)](https://fresh.deno.dev/) - The simple, approachable, productive web framework
4+
- [Adex](http://github.com/barelyhuman/adex) - An easier way to build full stack apps with Vite and Preact
5+
6+
7+

main.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ const sideBar = {
2727
source: "/content/developer-experience",
2828
key: "developer-experience",
2929
},
30+
frameworks: {
31+
order: 5,
32+
label: "Frameworks",
33+
source: "/content/frameworks",
34+
key: "frameworks",
35+
},
3036
};
3137

3238
main();

0 commit comments

Comments
 (0)