Commit f7fdf6b
authored
feat: consolidate docs and blogs into web monorepo (#2)
* HAL-87: scaffold Vectorless docs site (Fumadocs)
Brand-matched Fumadocs (Next.js App Router) documentation site for
docs.vectorless.store.
- Dark theme primary; Geist Sans + Geist Mono + Instrument Serif display
- Blue->pink brand gradient and subtle grid background texture
- Branded landing page (hero, feature grid, quickstart strip)
- Sections: Getting Started, Core Concepts (tree retrieval, no-chunking,
treewalk, citations), API Reference (placeholder), SDKs (TS/Python/Go),
Self-hosting (Neon + R2 + QStash + Docker, placeholder)
- Orama search, OG images, llms.txt
- Uses canonical 'treewalk' strategy name (retired 'pageindex')
* Redesign docs site to the LIGHT Vectorless brand (HAL-190)
The Fumadocs site was wrongly built dark-first with a full-page grid
wash and aura/glow pseudo-elements. Restyle it to match the brand
visual identity in vectorless-why/DESIGN.md, which is LIGHT.
- Default theme -> light (RootProvider defaultTheme: 'light').
- Light is now the primary, clean canvas: #FCFCFD, ink #0A0A0A,
secondary #3F3F46, muted #71717A, hairlines #E5E7EB.
- Remove the heavy body::before grid wash and body::after aura glow.
Content/docs pages are clean near-white with whitespace.
- Reintroduce only a very faint brand grid rgba(20,86,240,0.06) on the
landing hero, masked to fade out (.vl-hero-grid).
- Keep the blue->pink signal gradient on exactly one hero line; drop the
second serif/gradient register on the pull quote (now plain light sans
with a mono eyebrow caption).
- Mono eyebrows at 0.16em tracking; body weight ~300 per DESIGN.md.
- Quickstart block is now a real dark inset terminal (#0A0A0A) — the one
place dark is allowed.
- Dark theme retained as an optional toggle, not the default.
Restyle only: nav, sidebar, search, section structure and content
unchanged. pnpm build passes.
* Redesign docs site to the LIGHT Vectorless brand (HAL-190) (#1)
The Fumadocs site was wrongly built dark-first with a full-page grid
wash and aura/glow pseudo-elements. Restyle it to match the brand
visual identity in vectorless-why/DESIGN.md, which is LIGHT.
- Default theme -> light (RootProvider defaultTheme: 'light').
- Light is now the primary, clean canvas: #FCFCFD, ink #0A0A0A,
secondary #3F3F46, muted #71717A, hairlines #E5E7EB.
- Remove the heavy body::before grid wash and body::after aura glow.
Content/docs pages are clean near-white with whitespace.
- Reintroduce only a very faint brand grid rgba(20,86,240,0.06) on the
landing hero, masked to fade out (.vl-hero-grid).
- Keep the blue->pink signal gradient on exactly one hero line; drop the
second serif/gradient register on the pull quote (now plain light sans
with a mono eyebrow caption).
- Mono eyebrows at 0.16em tracking; body weight ~300 per DESIGN.md.
- Quickstart block is now a real dark inset terminal (#0A0A0A) — the one
place dark is allowed.
- Dark theme retained as an optional toggle, not the default.
Restyle only: nav, sidebar, search, section structure and content
unchanged. pnpm build passes.
* docs: use the real Vectorless V logo in nav + favicon (HAL-191)
Replace the invented node-graph mark with the canonical logo — blue tile +
white V (M4 4 L12 20 L20 4) + pink focal dot — matching vectorless-dashboard's
icon.tsx; add the matching app favicon. Wordmark in Geist medium.
Closes HAL-191.
* docs: use the real Vectorless V logo in nav + favicon (HAL-191) (#2)
Replace the invented node-graph mark with the canonical logo — blue tile +
white V (M4 4 L12 20 L20 4) + pink focal dot — matching vectorless-dashboard's
icon.tsx; add the matching app favicon. Wordmark in Geist medium.
Closes HAL-191.
* Polish docs home page design
Elevate the marketing/home surface within the Vectorless light brand:
- Hero: real V mark, staggered precision reveal, refined terminal inset
- New document -> tree -> cited answer SVG motif (hairline, blue path, single pink citation dot; edges draw + nodes snap)
- Feature grid with mono index numbers and hover accent
- Parse/Walk/Cite three-step band
- Refined Instrument-Serif thesis closer with CTA
No new gradients, no dark page bg, no new mark - honors DESIGN.md.
* feat(docs): premium landing page redesign with GSAP and HeroShader
* style(docs): mintlify-inspired redesign and hero button fix
* chore(docs): redirect primary GitHub links to vectorless-engine
* fix(docs): resolve hero stacking and button visibility issues
* style(docs): fix code block contrast and remove card blue border
* chore: remove deprecated packages ts-sdk, openapi, and mcp-tools
* feat: migrate docs and blogs to monorepo and update branding
* style: premium editorial layout redesign for vectorless blog
* style: expand layout to full-width page
* ci: update workflows to match monorepo package configuration
* fix: resolve workspace react type conflicts by overriding react and react types
* chore: add typecheck scripts for all monorepo apps to run under turborepo
* fix: resolve lint errors and warnings across workspace packages1 parent a13e1dc commit f7fdf6b
109 files changed
Lines changed: 6952 additions & 3631 deletions
File tree
- .github/workflows
- apps
- blogs
- app
- hooks
- lib
- src/assets/images
- docs
- content/docs
- api
- concepts
- getting-started
- sdks
- self-hosting
- src
- app
- (home)
- api/search
- docs
- [[...slug]]
- llms-full.txt
- llms.mdx/docs/[[...slug]]
- llms.txt
- og/docs/[...slug]
- components
- fonts
- hooks
- lib
- web
- components
- dashboard
- hooks
- public
- packages
- mcp-tools
- src
- openapi
- ts-sdk
- __tests__
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 21 | + | |
| 22 | + | |
40 | 23 | | |
41 | 24 | | |
42 | 25 | | |
| |||
69 | 52 | | |
70 | 53 | | |
71 | 54 | | |
72 | | - | |
73 | | - | |
| 55 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
0 commit comments