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.
1 parent d8eee4b commit 09756d6Copy full SHA for 09756d6
content/frameworks.md
@@ -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
@@ -27,6 +27,12 @@ const sideBar = {
27
source: "/content/developer-experience",
28
key: "developer-experience",
29
},
30
+ frameworks: {
31
+ order: 5,
32
+ label: "Frameworks",
33
+ source: "/content/frameworks",
34
+ key: "frameworks",
35
+ },
36
};
37
38
main();
0 commit comments