We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Getting Started Developing CourtListener (markdown)
Added command to install pre-commit locally so it runs automatically
Address rkiddy comment: `/opt/courtlistener` paths are referring to locations within the Docker container
Formatting tweaks: correct indentation, fixed-width for directory names, code blocks for commands
Address rkiddy comment: drop `docker-compose` (v1) invocation now that CourtListener's solidly moved into `docker compose` (v2) style
Address rkiddy comment: directory is irrelevant for `docker network create`
Adding Grafana and Kibana documentation
link sentry API usage example wiki page
Remove section on manual creation and push of docker image (in light of #3733)
Trying to make dev instructions better.
add reference to Sentry fingerprinting under Logs heading
some tweaks
Correct formatting
Update `make` instructions after #3130 (removal of archive tarball from `Dockerfile`)
Tweaks here and there
Systematically replace `docker-compose` with `docker compose`.
Remove node and npm instructions
Give `createsuperuser` command the preformatted treatment.
Added slash to fix link to Django admin page.
Fixed link to tests.
Correct code block formatting
`make` will fail when `VERSION` is unspecified – add this to example commands.
new page on development