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
feat: Overhaul documentation and add advanced usage sections (#25)
* feat: Overhaul documentation and add advanced usage sections
- Added advanced usage documentation covering custom flag types, dynamic flags, environment-based flags, user-based flags, feature rollouts, and best practices.
- Introduced comprehensive API references for Flag and Flaggle classes.
- Created changelog to document notable changes and releases.
- Enhanced configuration documentation with examples for environment variables and configuration files.
- Expanded contributing guidelines to encourage community involvement and maintain code quality.
- Developed FAQ section addressing common questions and troubleshooting tips.
- Implemented integration guides for FastAPI, Flask, Django, Typer, and other environments.
- Added support for MkDocs with various plugins for improved documentation experience.
- Included license information under MIT License.
- Established supported operations documentation detailing flag management and JSON schema for flags endpoint.
* [skip ci] 🔖 Bump version -> 0.4.0
* 👷 chore(workflows): change runner to self-hosted for build jobs
* 🚸 feat(devcontainer): set up Dockerfile and configuration for Python environment
* 👷 feat(release): implement pre-release versioning and promotion workflow
* 🐛 fix(version): update version to 0.4.0a0 for pre-release
* [skip ci] 🔖 Bump version 0.4.0a0 -> 0.4.0a1
* 👷 feat(workflow): enhance release process with version bump and PR creation
* [skip ci] 🔖 Bump version 0.4.0a1 -> 0.4.0a2
* 💚 chore(workflow): update paths-ignore to include wildcard for directories
* 💚 fix(workflow): standardize paths-ignore formatting in workflow file
* 💚 fix(workflow): update paths for push and pull_request triggers
* 💚 fix(workflow): update paths-ignore to prevent triggering on specific files
---------
Co-authored-by: [bot] <+[bot]@users.noreply.github.com>
Co-authored-by: flaggle-bot[bot] <+flaggle-bot[bot]@users.noreply.github.com>
0 commit comments