Skip to content

Commit 9f68fe1

Browse files
committed
Use react mdx loader
1 parent 6544069 commit 9f68fe1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1409
-1272
lines changed

components/Header.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
import { Link } from "aleph/react";
2+
13
export default function Header() {
24
return (
35
<header className="h-20 sticky top-0 z-50 bg-white">
4-
<div className="m-auto w-14/16 max-w-250 h-full flex items-center justify-between">
6+
<div className="m-auto w-14/16 max-w-300 h-full flex items-center justify-between">
57
<h1>
6-
<a className="text-lg" href="/">
8+
<Link className="text-md" to="/">
79
<svg
810
viewBox="0 0 60 12.09"
911
style={{ width: "auto", height: "1em" }}
@@ -27,7 +29,7 @@ export default function Header() {
2729
{/* s */}
2830
<path d="M56,7.81a.56.56,0,0,0,.17.32.53.53,0,0,0,.34.13h1.41a.51.51,0,0,0,.51-.51c0-.34-.22-.53-.67-.56l-1.11-.12a2.21,2.21,0,0,1-1.45-.66A1.9,1.9,0,0,1,54.65,5a2,2,0,0,1,.6-1.47,2,2,0,0,1,1.46-.6h1.18a2,2,0,0,1,1.27.43,2,2,0,0,1,.74,1.12l-1.5.44a.53.53,0,0,0-.17-.31.52.52,0,0,0-.34-.12H56.71a.49.49,0,0,0-.36.15.48.48,0,0,0-.14.36c0,.3.2.47.63.51L58,5.64a2.22,2.22,0,0,1,1.42.68A2,2,0,0,1,60,7.75a2.08,2.08,0,0,1-2.07,2.07H56.52a2,2,0,0,1-1.27-.44,2.05,2.05,0,0,1-.74-1.11Z" />
2931
</svg>
30-
</a>
32+
</Link>
3133
</h1>
3234
<nav className="flex items-center gap-6 text-xl">
3335
<a

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"deno.ns"
88
],
99
"types": [
10-
"https://deno.land/x/[email protected].2/types.d.ts"
10+
"https://deno.land/x/[email protected].15/types.d.ts"
1111
],
1212
"jsx": "react-jsx",
1313
"jsxImportSource": "https://esm.sh/[email protected]"

docs/api-reference/framework-api.md

Lines changed: 0 additions & 147 deletions
This file was deleted.

docs/basic-concepts/apis.md

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)