Skip to content

Commit b6b6bf6

Browse files
VML logo
1 parent 4b74a88 commit b6b6bf6

3 files changed

Lines changed: 38 additions & 25 deletions

File tree

README.md

Lines changed: 36 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
![AEM Compose Logo](https://github.com/wttech/aemc-ansible/raw/main/docs/logo-with-text.png)
2-
[![WTT Logo](https://github.com/wttech/aemc-ansible/raw/main/docs/wtt-logo.png)](https://www.wundermanthompson.com/service/technology)
2+
3+
<a href="https://www.vml.com/expertise/enterprise-solutions" target="_blank">
4+
<picture>
5+
<source srcset="docs/vml-logo-white.svg" media="(prefers-color-scheme: dark)">
6+
<img src="docs/vml-logo-black.svg" alt="VML Logo" height="100">
7+
</picture>
8+
</a>
39

410
[![GitHub All Releases](https://img.shields.io/github/downloads/wttech/aemc/total)](https://github.com/wttech/aemc/releases)
511
[![Last Release Version](https://img.shields.io/github/v/release/wttech/aemc?color=lightblue&label=Last%20Release)](https://github.com/wttech/aemc/releases)
@@ -37,30 +43,35 @@ Its seamless integration with Terraform, Pulumi, and Ansible enhances automation
3743

3844
# Table of Contents
3945

40-
* [Distributions](#distributions)
41-
* [CLI - Overview](#cli---overview)
42-
* [CLI - Screenshots](#cli---screenshots)
43-
* [CLI - AEM Project Quickstart](#cli---aem-project-quickstart)
44-
* [IaaC Providers](#iaac-providers)
45-
* [Ansible Collection](#ansible-collection)
46-
* [Go Scripting](#go-scripting)
47-
* [Dependencies](#dependencies)
48-
* [Configuration](#configuration)
49-
* [Generating default configuration](#generating-default-configuration)
50-
* [Configuration precedence](#configuration-precedence)
51-
* [Context-specific customization](#context-specific-customization)
52-
* [Improving performance](#improving-performance)
53-
* [Increasing verbosity](#increasing-verbosity)
54-
* [Installing content packages](#installing-content-packages)
55-
* [Installing packages with troubleshooting](#installing-packages-with-troubleshooting)
56-
* [Examples](#examples)
57-
* [Replication agents](#replication-agents)
58-
* [SSL by Default](#ssl-by-default)
59-
* [Global Trust Store](#global-trust-store)
60-
* [Troubleshooting](#troubleshooting)
61-
* [Contributing](#contributing)
62-
* [Authors](#authors)
63-
* [License](#license)
46+
- [References](#references)
47+
- [Table of Contents](#table-of-contents)
48+
- [Distributions](#distributions)
49+
- [CLI - Overview](#cli---overview)
50+
- [CLI - Screenshots](#cli---screenshots)
51+
- [CLI - AEM Project Quickstart](#cli---aem-project-quickstart)
52+
- [IaaC Providers](#iaac-providers)
53+
- [Ansible Collection](#ansible-collection)
54+
- [Go Scripting](#go-scripting)
55+
- [Dependencies](#dependencies)
56+
- [Configuration](#configuration)
57+
- [Defaults](#defaults)
58+
- [Overriding default configuration](#overriding-default-configuration)
59+
- [Configuration precedence](#configuration-precedence)
60+
- [Context-specific customization](#context-specific-customization)
61+
- [Improving performance](#improving-performance)
62+
- [Increasing verbosity](#increasing-verbosity)
63+
- [Installing content packages](#installing-content-packages)
64+
- [Installing packages with troubleshooting](#installing-packages-with-troubleshooting)
65+
- [Examples](#examples)
66+
- [Replication agents](#replication-agents)
67+
- [SSL by Default](#ssl-by-default)
68+
- [Global Trust Store](#global-trust-store)
69+
- [Troubleshooting](#troubleshooting)
70+
- [Migration from Gradle plugins](#migration-from-gradle-plugins)
71+
- [Exception while unpacking dispatcher on Linux](#exception-while-unpacking-dispatcher-on-linux)
72+
- [Contributing](#contributing)
73+
- [Authors](#authors)
74+
- [License](#license)
6475

6576
# Distributions
6677

docs/vml-logo-black.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/vml-logo-white.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)