这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
59f99be
docs: new home page
anthonyshew Apr 2, 2025
75f8182
WIP 4c83f
anthonyshew Apr 4, 2025
f48f3b9
docs: remove expired benchmarks
anthonyshew Apr 4, 2025
43cf04c
WIP 1e961
anthonyshew Apr 4, 2025
42a2f24
WIP 9c58e
anthonyshew Apr 4, 2025
8c3f9e5
Merge branch 'main' into shew/e6c4d
anthonyshew Apr 4, 2025
ecfa07d
WIP 5829d
anthonyshew Apr 4, 2025
990b1a5
Merge branch 'shew/e6c4d' of https://github.com/vercel/turborepo into…
anthonyshew Apr 4, 2025
e611274
WIP fc776
anthonyshew Apr 4, 2025
25290fb
WIP 57308
anthonyshew Apr 4, 2025
6739668
WIP e38c9
anthonyshew Apr 4, 2025
d286ec1
WIP cfd80
anthonyshew Apr 4, 2025
21c654b
Merge remote-tracking branch 'origin' into shew/e6c4d
anthonyshew Apr 14, 2025
564e049
WIP c4ab0
anthonyshew Apr 14, 2025
5feab8f
WIP 563ab
anthonyshew Apr 14, 2025
a64de01
Fix up merge.
anthonyshew Apr 30, 2025
d9880da
WIP c2621
anthonyshew Apr 30, 2025
22b2171
WIP b677e
anthonyshew Apr 30, 2025
c91caf7
WIP a5385
anthonyshew May 1, 2025
a0a04ea
WIP 1f85e
anthonyshew May 1, 2025
c61faa1
Adjusting page header
mamuso May 1, 2025
7374d6f
Updating body module styles
mamuso May 1, 2025
589adbf
updating titles and paddings
mamuso May 1, 2025
49b1c11
Wrap up section style
mamuso May 1, 2025
6fe1b07
Tweaking styles around the body of the page
mamuso May 1, 2025
55df747
Update footer and navigation styles to use consistent background color
mamuso May 1, 2025
3e8743b
Covering responsive cases of the counter
mamuso May 1, 2025
5abfd5a
Refactor ForwardSlash icon component: update SVG structure, dimension…
mamuso May 1, 2025
84faa5e
WIP f452b
anthonyshew May 2, 2025
e37ac95
WIP 9205a
anthonyshew May 2, 2025
ad8d5c7
WIP 106a9
anthonyshew May 2, 2025
e5c9820
WIP fb83e
anthonyshew May 2, 2025
2a1bd75
WIP 22cbf
anthonyshew May 2, 2025
0035eb0
Changing responsive strategy to flex wrap
mamuso May 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions docs/site/app/(no-sidebar)/graphics/dotted-lines.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
export const DottedLines = ({ className }: { className: string }) => {
return (
<div className={className}>
<svg
fill="none"
height="1080"
viewBox="0 0 1080 1080"
width="1080"
xmlns="http://www.w3.org/2000/svg"
className="absolute margin-auto"
>
<g opacity=".15" strokeDasharray="4 4">
<path d="m747.5 3.17647v1076.82353" stroke="#4f71cb" />
<path d="m415.5 3.17647v1076.82353" stroke="#9f4c96" />
<path d="m83.5 3.17647v1076.82353" stroke="#ef2661" />
<path d="m830.5 3.17647v1076.82353" stroke="#3b7bd9" />
<path d="m498.5 3.17647v1076.82353" stroke="#8b56a4" />
<path d="m166.5 3.17647v1076.82353" stroke="#db2f6e" />
<path d="m913.5 3.17647v1076.82353" stroke="#2885e6" />
<path d="m581.5 3.17647v1076.82353" stroke="#775fb1" />
<path d="m249.5 3.17647v1076.82353" stroke="#c8397c" />
<path d="m996.5 3.17647v1076.82353" stroke="#148df3" />
<path d="m664.5 3.17647v1076.82353" stroke="#6368be" />
<path d="m332.5 3.17647v1076.82353" stroke="#b34288" />
</g>
</svg>
</div>
);
};
808 changes: 808 additions & 0 deletions docs/site/app/(no-sidebar)/graphics/effortless.tsx

Large diffs are not rendered by default.

948 changes: 948 additions & 0 deletions docs/site/app/(no-sidebar)/graphics/providers.tsx

Large diffs are not rendered by default.

445 changes: 445 additions & 0 deletions docs/site/app/(no-sidebar)/graphics/remote-caching.tsx

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/site/app/(no-sidebar)/graphics/sizing-string.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export const sizingString =
"mx-auto w-[246px] xs:w-[326px] sm:w-[542px] md:w-[194px] lg:w-[255px] xl:w-[298px] xs:w-full";
Loading
Loading