+
+## Anonymize your database from a simple YAML configuration
+
+Map each column of each table you want to anonymize with
+a specific anonymizer.
+
+```yaml [YAML]
+account:
+ fisrt_name: firstname
+ last_name: lastname
+ email_address:
+ anonymizer: email
+ options: {domain: 'db-tools-bundle.org'}
+ hashed_password: password
+```
+
+[Learn more about anonymization](./anonymization/essentials)
+
+
+
+
+
+
+
+
+## Enjoy full integration with Symfony & Laravel
+
+*DbToolsBundle* provides a bundle for Symfony and an
+experimental package for Laravel. These integrations include
+autoconfiguration of database connection.
+
+
+
+
+[Learn more about Symfony integration](./getting-started/flavors#symfony)
+[Learn more about Laravel integration](./getting-started/flavors#laravel)
+
+
+
+## Deploy an anonymization workflow on any CI/CD with our Docker image
+
+The Docker image unlocks the *DbToolsBundle* features for every DevOps teams.
+Simply add our image to your `docker-compose.yaml`!
+
+
+
+[Learn more about Docker image](./getting-started/flavors#docker)
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/content/public/db-anonymized.png b/docs/content/public/db-anonymized.png
new file mode 100644
index 00000000..154cbf64
Binary files /dev/null and b/docs/content/public/db-anonymized.png differ
diff --git a/docs/content/public/db-plain.png b/docs/content/public/db-plain.png
new file mode 100644
index 00000000..9af9ed5e
Binary files /dev/null and b/docs/content/public/db-plain.png differ
diff --git a/docs/content/public/docker.svg b/docs/content/public/docker.svg
new file mode 100644
index 00000000..fcf044db
--- /dev/null
+++ b/docs/content/public/docker.svg
@@ -0,0 +1,40 @@
+
+
diff --git a/docs/content/public/symfony-laravel.svg b/docs/content/public/symfony-laravel.svg
new file mode 100644
index 00000000..139bd15d
--- /dev/null
+++ b/docs/content/public/symfony-laravel.svg
@@ -0,0 +1,45 @@
+
+