# TigerStyle Whiskers Documentation Environment Configuration # Site Configuration SITE_URL=https://docs.tigerstyle.com BASE_PATH=/whiskers # Build Configuration NODE_ENV=production BUILD_ASSETS_PREFIX=/whiskers/assets/ # Analytics Configuration (Optional) # GOOGLE_ANALYTICS_ID=G-XXXXXXXXXX # PLAUSIBLE_DOMAIN=docs.tigerstyle.com # Search Configuration PAGEFIND_ENABLED=true SEARCH_INDEX_PATH=./dist/pagefind/ # GitHub Integration GITHUB_REPO=tigerstyle/whiskers GITHUB_BRANCH=main EDIT_BASE_URL=https://github.com/tigerstyle/whiskers/edit/main/docs/ # Performance Optimization ENABLE_IMAGE_OPTIMIZATION=true COMPRESS_HTML=true GENERATE_SITEMAP=true # Development Configuration DEV_MODE=false RELOAD_ON_SAVE=true SOURCE_MAPS=false # CDN Configuration (Optional) # CDN_URL=https://cdn.tigerstyle.com # ASSET_PREFIX=/whiskers/ # Security Headers (for deployment) FORCE_HTTPS=true SECURITY_HEADERS=true # Cache Configuration CACHE_STATIC_ASSETS=true CACHE_DURATION=31536000 # Social Media TWITTER_HANDLE=@tigerstyle DISCORD_INVITE=https://discord.gg/tigerstyle # Support Configuration SUPPORT_EMAIL=whiskers-support@tigerstyle.com COMMUNITY_FORUM=https://community.tigerstyle.com