dev #2

Merged
kibin merged 2 commits from dev into main 2026-08-13 12:30:28 +00:00
Owner

Summary

Briefly describe what this PR changes and why.

Package(s)

  • packages/chrome
  • packages/vscode
  • packages/cli
  • src/lib (shared)
  • Docs / CI / repo meta

Test plan

  • npm run chrome:typecheck / npm run chrome:test (if Chrome or shared lib)
  • npm run vscode:typecheck / npm run vscode:build (if VS Code)
  • npm run cli:typecheck / npm run cli:build (if CLI)
  • Manual check (describe):

Checklist

  • No API keys, tokens, or personal data in the diff
  • Docs / README updated if user-facing behavior changed
  • Related issue linked (if any): #
## Summary Briefly describe what this PR changes and why. ## Package(s) - [x] `packages/chrome` - [x] `packages/vscode` - [x] `packages/cli` - [x] `src/lib` (shared) - [x] Docs / CI / repo meta ## Test plan - [x] `npm run chrome:typecheck` / `npm run chrome:test` (if Chrome or shared lib) - [x] `npm run vscode:typecheck` / `npm run vscode:build` (if VS Code) - [x] `npm run cli:typecheck` / `npm run cli:build` (if CLI) - [x] Manual check (describe): ## Checklist - [x] No API keys, tokens, or personal data in the diff - [x] Docs / README updated if user-facing behavior changed - [x] Related issue linked (if any): #
kibin added 2 commits 2026-08-13 12:28:49 +00:00
feat: add website components and pages for LexAI
Some checks failed
CI — Chrome / Chrome — typecheck, test, build (pull_request) Has been cancelled
CI — CLI / CLI — typecheck, build, smoke (pull_request) Has been cancelled
CI — Website / Website — typecheck, build (pull_request) Has been cancelled
CI — VS Code / VS Code — typecheck, build (pull_request) Has been cancelled
5a79f1a2eb
- Implemented SiteHeader and SiteFooter components for consistent navigation and footer across the website.
- Created CommunityPage and ContributePage to provide information on community involvement and contribution guidelines.
- Developed DocsPage to serve as the main documentation hub, detailing features and installation instructions.
- Added HomePage to introduce LexAI and its functionalities, highlighting key features and privacy aspects.
- Established links.ts for centralized management of external links used throughout the website.
- Configured main.tsx for application entry point with React Router for navigation.
- Introduced styles.css for consistent styling across the website.
- Set up TypeScript configuration files for improved type checking and development experience.
- Configured Vite for building and serving the website.
kibin merged commit 9895244535 into main 2026-08-13 12:30:28 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kibin/LexAI#2