readme updates

This commit is contained in:
Yhael S
2023-08-25 05:28:42 -05:00
parent 5bfa2d4587
commit c534e84f99

View File

@@ -5,19 +5,19 @@
- [Quick Setup Guide](#quick-setup-guide) - [Quick Setup Guide](#quick-setup-guide)
- [The `.env` File](#the-env-file) - [The `.env` File](#the-env-file)
- [Environment-based actions](#environment-based-actions) - [Environment-based actions](#environment-based-actions)
- [Fresh or Restore](#1-fresh-or-restore) - [1. Fresh or Restore](#1-fresh-or-restore)
- [Local](#2-local) - [2. Local](#2-local)
- [Debug](#3-debug) - [3. Debug](#3-debug)
- [Testing](#4-testing) - [4. Testing](#4-testing)
- [Full](#5-full) - [5. Full](#5-full)
- [Staging](#6-staging) - [6. Staging](#6-staging)
- [Production](#7-production) - [7. Production](#7-production)
- [Pro(d) Tips](#prod-tips) - [Pro(d) Tips](#prod-tips)
- [Define the following aliases](#1-define-the-following-aliases) - [1. Define the following aliases](#1-define-the-following-aliases)
- [NEVER run **docker-compose down -v** in Production](#2-never-run-docker-compose-down--v-in-production) - [2. NEVER run **docker-compose down -v** in Production](#2-never-run-docker-compose-down--v-in-production)
- [Odoo Shell](#3-odoo-shell) - [3. Odoo Shell](#3-odoo-shell)
- [Odoo Scaffold](#4-odoo-scaffold) - [4. Odoo Scaffold](#4-odoo-scaffold)
- [Colorize your branches](#5-colorize-your-branches) - [5. Colorize your branches](#5-colorize-your-branches)
- [DB Connection](#db-connection) - [DB Connection](#db-connection)
- [PgAdmin Container](#pgadmin-container) - [PgAdmin Container](#pgadmin-container)
- [Deployment Process](#deployment-process) - [Deployment Process](#deployment-process)