feat: add comprehensive design standards documentation site#49
Merged
github-actions[bot] merged 2 commits intomainfrom Nov 21, 2025
Merged
Conversation
Create design.vln.gg design standards using Docusaurus with: - Complete VLN design system documentation (colors, typography, spacing, components) - Open source design tool recommendations (Penpot, Inkscape, GIMP) - ASCII design and wireframing workflow for rapid prototyping - Multi-resolution mockup workflow with responsive testing - Comprehensive component library documentation - Responsive design breakpoints and patterns - Branding guidelines and asset library - Development setup and testing guides Features: - WCAG AAA accessible color system with Sage, Sky, Amber, Purple - Mobile-first responsive design approach - 100% open source tooling ($0/month vs $75+/month commercial) - Integration with Next.js, Tailwind CSS, Framer Motion - Real code examples and implementation guides Tech stack: - Docusaurus 3.9.2 for documentation - React 19 with TypeScript - MDX for enhanced markdown - Custom VLN theme styling
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
⚪ Workflow Summary: Commit Message LintingStatus: Pending | Progress: 0% Complete 📊 Check Results
📝 Detailed Results🔗 LinksReport generated at 2025-11-21 11:05:55 UTC by Workflow Summary Reporter |
Contributor
⚪ Workflow Summary: SEO & Marketing AutomationStatus: Pending | Progress: 0% Complete 📊 Check Results
📝 Detailed Results🔗 LinksReport generated at 2025-11-21 11:05:58 UTC by Workflow Summary Reporter |
Contributor
⚪ Workflow Summary: Enhanced CI/CD PipelineStatus: Pending | Progress: 0% Complete 📊 Check Results
📝 Detailed Results🔗 LinksReport generated at 2025-11-21 11:06:12 UTC by Workflow Summary Reporter |
Add comprehensive one-click deployment feature for managing subdomain deployments directly from the DevOps dashboard. Features: - One-click deployment UI with modal dialog - Support for multiple projects (DevOps Panel, Design Standards) - Subdomain selection (preview.vln.gg, dev.vln.gg, staging.vln.gg, design.vln.gg) - Real-time deployment status tracking (idle → deploying → success/error) - Deployment logs viewer - External link to deployed sites - Integrated with Vercel API Components Added: - DeploymentDialog: Modal for deployment configuration and monitoring - Updated QuickActions: Added featured "Deploy to Subdomain" button - API endpoint: POST /api/deployments/subdomain for triggering deployments - API endpoint: GET /api/deployments/subdomain for deployment history Configuration: - Vercel.json for Design Standards project - Comprehensive DEPLOYMENT.md documentation - Security: Authentication required, token protection - Error handling with user-friendly messages Usage: 1. Click "Deploy to Subdomain" in Quick Actions 2. Select project and target subdomain 3. Monitor deployment progress 4. Access deployed site via provided URL Requires: VERCEL_TOKEN environment variable Deploys via: Vercel CLI commands executed from API Timeout: 5 minutes per deployment Authentication: Required via iron-session
Contributor
✅ Auto-Merge ApprovedAll required checks passed! Merging automatically. 📊 Check Summary$CHECK_SUMMARY 📈 Statistics
Auto-merged by workflow at $(date -u '+%Y-%m-%d %H:%M:%S UTC') |
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.
Create design.vln.gg design standards using Docusaurus with:
Features:
Tech stack: