Skip to content

Commit 090be30

Browse files
authored
feat: Improve website UI and add comprehensive documentation (#59)
* feat: improve website UI and documentation - Redesign documentation page with consistent minimal styling - Add documentation sections (CLI reference, Python API) - Improve spacing throughout all pages (sections, grids, cards) - Lighten dark theme for better readability - Fix code block wrapping in grid layouts - Add proper spacing after code blocks and between sections - Update typography to Epilogue and DM Mono fonts - Ensure consistent design language across all components - Fix navbar links to work properly on docs page * fix: change build output directory to dist for Vercel deployment
1 parent 69798e2 commit 090be30

27 files changed

Lines changed: 4764 additions & 230 deletions

web/.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
node_modules
2+
.svelte-kit
3+
build
4+
dist
5+
.env
6+
.env.*
7+
!.env.example
8+
vite.config.js.timestamp-*
9+
vite.config.ts.timestamp-*

web/index.html

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

0 commit comments

Comments
 (0)