Skip to content

Conversation

@knowledgecode
Copy link
Owner

@knowledgecode knowledgecode commented Aug 28, 2025

Summary

  • Add complete VitePress documentation site with comprehensive API reference
  • Set up automated GitHub Pages deployment workflow
  • Include installation guide, quick start, and detailed API documentation
  • Add complete reference for all supported locales and timezones

Changes

  • VitePress Setup: Complete documentation site with modern theme and navigation
  • API Documentation: Comprehensive reference for all functions with examples
  • Installation Guide: Detailed setup instructions for all package managers
  • Quick Start Guide: Common usage patterns and examples
  • Locales Reference: Complete list of 40+ supported locales with import examples
  • Timezones Reference: Complete IANA timezone database with 400+ entries
  • GitHub Actions: Automated deployment to GitHub Pages on master branch
  • Package Updates: Homepage URL updated to point to documentation site

Test plan

  • Verify VitePress builds successfully locally with npm run docs:build
  • Test GitHub Actions workflow deploys correctly to Pages
  • Confirm all documentation links work properly
  • Validate locale and timezone import examples are correct

- Add VitePress configuration and theme setup
- Add main documentation home page with feature highlights
- Add logo and public assets
- Add detailed API reference with examples for all core functions
- Include format(), parse(), subtract(), and other function docs
- Add FormatterOptions and ParserOptions documentation
- Include format tokens reference and usage examples
- Add detailed installation guide with package manager options
- Include import methods for ES modules and CommonJS
- Add quick start guide with common usage patterns
- Include examples for locales, timezones, and date arithmetic
- Add complete list of 40+ supported locales with import examples
- Add comprehensive timezone reference with 400+ IANA timezones
- Include proper TypeScript import statements for all modules
- Organize by regions (Africa, America, Asia, Europe, etc.)
- Add automated VitePress site deployment to GitHub Pages
- Configure workflow to trigger on docs changes and manual dispatch
- Set up proper permissions and artifact handling
- Enable automatic documentation publishing on master branch
- Update homepage URL to point to GitHub Pages documentation
- Version bump to 4.0.3
- Update dependencies for documentation tooling
- Simplify ESLint configuration by removing unused globals
- Update logo.png for documentation site
- Add docs build artifacts to .gitignore
@knowledgecode knowledgecode merged commit 15a424e into master Aug 28, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants