chore: update project configuration and documentation
Some checks failed
CI / lint-and-test (push) Failing after 23s
Some checks failed
CI / lint-and-test (push) Failing after 23s
- Added *.egg-info/ to .gitignore to prevent egg metadata from being tracked. - Updated virtual environment instructions in CONTRIBUTING.md and README.md to use .venv for consistency. - Revised mkdocs.yml to include a placeholder for the repository URL when publishing. - Cleaned up pyproject.toml by removing unnecessary pylint configuration. - Enhanced import-format.md and runbook.md documentation for clarity on user roles and health check endpoints.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
# Build: mkdocs build. Preview: mkdocs serve.
|
||||
site_name: Duty Teller
|
||||
site_description: Telegram bot for team duty shift calendar and group reminder
|
||||
# Set to your repository URL when publishing (placeholder below).
|
||||
site_url: https://github.com/your-org/duty-teller
|
||||
|
||||
docs_dir: docs
|
||||
|
||||
Reference in New Issue
Block a user