Skip to content

docs: add landing / About page#2100

Merged
badmonster0 merged 2 commits into
mainfrom
docs/landing-about-page
Jun 11, 2026
Merged

docs: add landing / About page#2100
badmonster0 merged 2 commits into
mainfrom
docs/landing-about-page

Conversation

@badmonster0

Copy link
Copy Markdown
Member

Summary

Replaces the index.astro stub with a full docs landing / About page and adds an "About CocoIndex" link at the top of the sidebar that points to it.

Sections: hero, Start here, How it works, What you can build, In code, Building blocks, and Community.

Card links (What you can build)

Hover treatment

  • Corner dot-field still fades in on .card hover, but no longer drifts (motion removed).
  • Community ("Build in the open") cards now reuse the shared .card widget for visual consistency; removed the bespoke .ccard CSS.

Test plan

  • npm run build / preview /docs/ and confirm all sections render
  • Verify the four build-card links resolve
  • Confirm the "About CocoIndex" sidebar entry highlights on the landing page

🤖 Generated with Claude Code

badmonster0 and others added 2 commits June 11, 2026 00:00
Replace the index.astro stub with a full docs landing page (hero, "start
here", how-it-works, what-you-can-build cards, in-code sample, building
blocks, and community sections), and add an "About CocoIndex" entry at the
top of the sidebar that links to it.

What-you-can-build cards link out to concrete destinations:
- Semantic & vector search -> /docs/examples/index-codebase/
- Knowledge graphs -> examples/meeting_notes_graph_neo4j on GitHub
- Structured extraction -> examples/patient_intake_extraction_dspy on GitHub

Card hover motif: the corner dot-field fades in but no longer drifts (motion
removed); community cards reuse the shared .card widget for consistency.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@badmonster0 badmonster0 merged commit 4bee454 into main Jun 11, 2026
7 checks passed
@badmonster0 badmonster0 deleted the docs/landing-about-page branch June 11, 2026 07:24
georgeh0 added a commit that referenced this pull request Jun 12, 2026
The generate-cli-docs pre-commit hook only listed cli.py and the
generator script in its `files:` filter. PR CI runs prek on changed
files only, so a hand-edit to the generated cli.mdx never re-ran the
hook — it slipped through every PR and only surfaces on the all-files
run after merge to main.

- Add docs/src/content/docs/cli.mdx to the hook's `files:` filter so a
  manual edit to the generated file re-runs the generator and fails at
  PR time, not after merge.
- Revert the stale hand-edited links in cli.mdx (added in #2100) back to
  the generator's plain-text output.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant