Add documentation website with Vite, TypeScript, TailwindCSS, and shadcn/ui#63
Merged
LittleLittleCloud merged 5 commits intomainfrom Oct 27, 2025
Merged
Conversation
…dcn/ui Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Create document website with main and component pages
Add documentation website with Vite, TypeScript, TailwindCSS, and shadcn/ui
Oct 25, 2025
…board events, and hot reload support - Introduced new markdown files for: - Custom Translators - Focus Management - Keyboard Events - Hot Reload Support - Updated Advanced page to display new documentation sections using ReactMarkdown. - Added Tailwind CSS support in the project. - Included new dependencies: react-markdown, remark-gfm, and @tailwindcss/vite. - Configured Vite to use Tailwind CSS and added type definitions for markdown imports.
- Added `react-syntax-highlighter` and its types for code highlighting. - Introduced `CopyButton` component for copying code snippets to clipboard. - Created `MarkdownRenderer` component for rendering Markdown content with syntax highlighting. - Implemented `Docs` page to display documentation topics with navigation. - Updated `Home` page to link to documentation and display quick start snippets. - Created `built-in-components.md` and `quick-start.md` for detailed documentation. - Refactored `Advanced` and `QuickStart` pages to redirect to the new Docs page. - Updated navigation links in `Layout` component to reflect new documentation structure.
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.
Implements a static documentation site for RazorConsole to provide structured component reference and onboarding materials.
Structure
/) - Feature overview, inline quick start, links to examples/quick-start) - Installation, project setup, first component/components) - Interactive reference for all 17 built-in components with category filtering (Layout, Input, Display, Utilities), code examples, and parameter tables/advanced) - Hot Reload, Custom Translators, Keyboard Events, Focus ManagementStack
Component Documentation Format
Each component includes:
Example for TextButton:
Structure
Screenshots
Home Page

Components Page

Usage
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.