https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html
https://www.w3.org/WAI/WCAG21/Understanding/consistent-navigation.html
| #!/usr/bin/env bash | |
| langs=" | |
| golang | |
| nodejs | |
| javascript | |
| typescript | |
| cpp | |
| c | |
| lua |
| # Sample Configuration File | |
| # Copy this to a file named .env to change local development settings | |
| # Password used for the postgres super user, used for database maintenance. This is only required if | |
| # you're running the database dependency through Docker; otherwise you can ignore it. | |
| POSTGRES_SUPER_PASSWORD=SuperSecureDefinitelyChangeThis | |
| # Password used for the user connecting to the shieldbattery database. Has to match the one provided | |
| # in the `DATABASE_URL`. This is only required if you're running the database dependency through | |
| # Docker; otherwise you can ignore it. |