What problem does it solve?
This Skill helps streamline the creation and management of static MDX content pages within your project. It solves the issue of manual page creation, ensures proper locale handling, and integrates with the project's existing routes.
Core Features & Use Cases
- Dynamic Page Creation: Automates the process of creating new static MDX content pages for privacy policies, refund policies, and more.
- Multi-Locale Support: Handles creation of English and Chinese pages automatically, simplifying localization.
- Route Integration: Ensures seamless integration with the project's routing structure, providing consistent UI experiences.
- Content Guidance: Provides templates and guidelines to maintain high-quality and standardized content across the project.
Quick Start
Generate a new static page by invoking 'create static page --type about --details "about our team"'. Replace '--type' with the page type (e.g., 'privacy-policy', 'refund-policy') and '--details' with specific information like the team details for the 'about' page.