You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add new GitHub Actions workflow for MkDocs deployment
- Introduced a new workflow to deploy MkDocs to GitHub Pages on pushes to the main branch.
- Configured caching for dependencies and set up Python 3.11 for the deployment process.
- Removed the previous deployment workflow to streamline the process.
* Enhance MkDocs configuration with new site details and theme options
- Added site URL and repository URL for better project visibility.
- Enabled directory URLs for cleaner navigation.
- Updated theme palette to support light and dark modes with toggle options.
- Included git-committers plugin for tracking contributions.
- Integrated Google Analytics for improved site performance tracking.
* Update MkDocs configuration to enhance internationalization support
- Added support for additional languages: Simplified Chinese, Traditional Chinese, Japanese, Turkish, and Arabic.
- Cleaned up the configuration by removing unnecessary whitespace for better readability.
* Refactor MkDocs internationalization configuration for clarity and structure
- Updated language support format in mkdocs.yml to use a structured list with locale and name attributes.
- Set English as the default language while maintaining support for Simplified Chinese, Traditional Chinese, Japanese, Turkish, and Arabic.
0 commit comments