Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
817d932
Embedding landing page design in docs. Round 1
alexhking Dec 11, 2025
83223ee
Fixing sparkle effect positioning on hero
alexhking Dec 11, 2025
a37224a
Initial try
alexhking Jan 7, 2026
f80de95
More refinements
alexhking Jan 8, 2026
69d7325
Fixing hydration warning
alexhking Jan 8, 2026
76305c7
Fixing eslint errors
alexhking Jan 8, 2026
8339349
Fixing transition glitches
alexhking Jan 8, 2026
bd4ef21
Removing particle animation from hero message. Cleanup.
alexhking Jan 8, 2026
69db609
Fixing build errors
alexhking Jan 8, 2026
2f6761f
fixing more build errors
alexhking Jan 8, 2026
039142b
Fixing removal of installation section
alexhking Jan 8, 2026
fc8b368
docs: fix misleading import verbiage
0xcadams Jan 8, 2026
3eb3030
fix: zero-sqlite3 docs
0xcadams Jan 9, 2026
effa06d
chore: nevermind
0xcadams Jan 9, 2026
87f7aa0
Update inspector images.
aboodman Jan 9, 2026
03c9b8e
update return field names
aboodman Jan 9, 2026
6ce2c00
Update connection.mdx
aboodman Jan 10, 2026
3a3fa25
Fix formatting of error state description in docs
aboodman Jan 10, 2026
ec8a530
fix: added header name to api key docs
0xcadams Jan 14, 2026
a87269c
Making scroll indicator clickable to transition
alexhking Jan 14, 2026
d44a3b9
Fixing unnecessary animation on refresh of docs
alexhking Jan 14, 2026
c3559df
Creating initial Cloud Zero section
alexhking Jan 14, 2026
1e0556a
Sprucing up Cloud Zero section
alexhking Jan 14, 2026
639e4df
Update language on getting started section
alexhking Jan 14, 2026
1c5c0d0
Updates to elements and iconography
alexhking Jan 14, 2026
518100a
Adding copy functionality to code block in how it works
alexhking Jan 14, 2026
07240b0
Updating adaptive Zero beta badge for docs
alexhking Jan 14, 2026
bd9cc03
Matching zero mark spin on hover animation to loader from zbugs
alexhking Jan 14, 2026
a27f0e9
Adding teal declaration for p3 and rec2020 with sRGB fallback
alexhking Jan 14, 2026
b21f147
Merge branch 'main' into alex/transform-landing
alexhking Jan 14, 2026
3ecd0b9
Adjusting scale of masthead and hero to fit better on smaller screens
alexhking Jan 15, 2026
fa225e3
Removing transition UX. Adding buttons back to run zero yourself section
alexhking Jan 15, 2026
918467e
Adjusting interactivity with Rocicorp logo in footer
alexhking Jan 15, 2026
f35f15c
Updating demo link to use new demo flag branch for testing
alexhking Jan 15, 2026
1894f51
Adding new video and caption
alexhking Jan 15, 2026
4208f9b
Edits based on preview feedback
alexhking Jan 15, 2026
81e6394
UPDATED VIDEO V2
alexhking Jan 16, 2026
e936a6e
Adding play button state to video player. Updating so that pause/play…
alexhking Jan 16, 2026
aa6b42d
Updating how it works chart
alexhking Jan 16, 2026
247d549
Adding tabbed code component with filler code blocks to landing page.
alexhking Jan 16, 2026
ba4be0c
New pricing cards
alexhking Jan 16, 2026
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
2 changes: 1 addition & 1 deletion app/docs/[[...slug]]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default async function DocsPage({params}: PageProps) {
<Pagination previousNext={previousNext} />
</Typography>
</div>
<Toc tocs={tocs} path={pathName} />
<Toc tocs={tocs} path={pathName} className="toc-sidebar" />
</div>
);
}
Expand Down
Loading