diff --git a/docs/development.md b/docs/development.md index e3aee6a..9f60c8e 100644 --- a/docs/development.md +++ b/docs/development.md @@ -75,4 +75,28 @@ The project is structured as follows: ### CI/CD - `.pre-commit-config.yaml`: The pre-commit configuration file containing the pre-commit hooks for the bot. - `.github/workflows/`: The GitHub Actions directory containing the CI/CD workflows for the bot. -- `renovate.json`: The Renovate configuration file containing the dependency update settings for the bot. \ No newline at end of file +- `renovate.json`: The Renovate configuration file containing the dependency update settings for the bot. + +## Cogs Primer + +TODO: Add cogs primer + +## Database Primer + +TODO: Add database primer + +## Handlers Primer + +TODO: Add handlers primer + +## UI Primer + +TODO: Add UI primer + +## Utils Primer + +TODO: Add utils primer + +## Wrappers Primer + +TODO: Add wrappers primer