feat(site): Docusaurus 3 project website + GitHub Pages deploy#90
Merged
Conversation
Scaffolds a full Docusaurus 3 site at website/ and wires up GitHub Actions deployment to leadforge-dev.github.io/leadforge/. ## Site structure Landing page (src/pages/index.tsx): - Hero with gradient title, tagline, install pill, CTA buttons - Feature card grid (6 cards explaining what leadforge does) - Two-column CLI / Python API code snippet strip - Difficulty-tier rows (intro / intermediate / advanced) with metrics - CTA section linking to HuggingFace and docs Docs sidebar (4 sections): - Getting started: installation, quickstart, exposure modes, difficulty profiles - Concepts: overview of the generation pipeline, world simulation, motif families, output bundle - Reference: CLI, Python API, bundle schema - Dataset — v1: generation method, feature dictionary, break-me guide, acceptance gates, v2 decision log, release notes ## Visual design Custom theme (src/css/custom.css): - Dark-mode default (#0d1117 GitHub-dark background) - Electric teal primary (#00d4aa dark / #00957a light) - Gradient hero title, frosted-glass navbar, feature cards with hover-lift animation, tier-row table, install pill Logo: minimal SVG anvil/forge mark with teal accent. ## Deploy .github/workflows/deploy-docs.yml builds on push to main (path filter: website/** or the workflow itself) and deploys via the GitHub Pages Actions environment. Requires enabling GitHub Pages with source = 'GitHub Actions' in the repo settings. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
pr-agent-context report: No unresolved review comments, failing checks, or actionable patch coverage gaps were found on PR #90 in repository https://github.com/leadforge-dev/leadforge. Treat this PR as all clear unless new signals appear.Run metadata: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a full Docusaurus 3 site at
website/and a GitHub Actions workflow that deploys it to https://leadforge-dev.github.io/leadforge/ on every push to main.Landing page
Docs sidebar
Visual design
#0d1117GitHub-dark background)#00d4aadark /#00957alight)Deployment
.github/workflows/deploy-docs.ymlbuilds on push tomain(path filter:website/**) and deploys via the GitHub Pages Actions environment.One-time repo setup required after merge:
GitHub Actionsmainthat toucheswebsite/will deploy automaticallyLocal preview
🤖 Generated with Claude Code