diff --git a/docs/ADOPTERS.md b/docs/ADOPTERS.md index 46f1f28cf..879ebc4d3 100644 --- a/docs/ADOPTERS.md +++ b/docs/ADOPTERS.md @@ -3,12 +3,17 @@ If you're using **Kapitan** in your organization, please let us know by adding to this list on the [docs/ADOPTERS.md](https://github.com/kapicorp/kapitan/blob/master/docs/ADOPTERS.md) file. -| Organization | Contact (optional) | Notes | -|---------------------------------------------------|-------------------------------------------| ----- | -| [Airfund](https://airfund.io) | [@pbrissaud](https://github.com/pbrissaud) | Used to generate Kubernetes resources | -| [Isomorphic Labs](https://www.isomorphiclabs.com) | [@ademariag](https://github.com/ademariag) | Used to generate Kubernetes and Terraform resources, documentation and scripts | -| [neXenio GmbH](https://www.nexenio.com) | [@DaMo86](https://github.com/DaMo86) | Used to generate Kubernetes, documentation and scripts | -| [Phaidra](https://phaidra.ai) | [@ramaro](https://github.com/ramaro) | Used to generate Kubernetes and Terraform resources, documentation and scripts | -| [Skyscanner](https://skyscanner.net/) | [@gjtempleton](https://github.com/gjtempleton) | Used to generate Kubernetes cluster definitions including cluster and add-on definitions/values plus deployment pipelines. | -| [Synthace](https://www.synthace.com/) | [bsda](https://github.com/bsda) | Used to generate Kubernetes, documentation, spinnaker pipelines and scripts | -| [VSHN AG](https://www.vshn.ch) | [@projectsyn](https://github.com/projectsyn) | Used as a building block in [Commodore](https://github.com/projectsyn/commodore). Commodore provides opinionated tenant-aware management of Kapitan inventories and templates. VSHN uses Project Syn and Commodore to generate Kubernetes and Terraform manifests for 30+ tenants and over 75 Kubernetes clusters. | +
+- [![Airfund](adopters_logos/airfund.png){: style="height:100px"}](https://airfund.io) +- [![Isomorphic Labs](adopters_logos/isomorphiclabs.png){: style="height:100px"}](https://www.isomorphiclabs.com) +- [![Morgan Stanley](adopters_logos/morganstanley.png){: style="height:100px"}](https://www.morganstanley.com/) +- [![neXenio GmbH](adopters_logos/nexenio.png){: style="height:100px"}](https://www.nexenio.com) +- [![noon](adopters_logos/noon.png){: style="height:100px"}](https://www.noon.com/) +- [![Phaidra](adopters_logos/phaidra.png){: style="height:100px"}](https://phaidra.ai) +- [![SoftwareAG](adopters_logos/softwareag.png){: style="height:100px"}](https://www.softwareag.com/) +- [![Skyscanner](adopters_logos/skyscanner.png){: style="height:100px"}](https://skyscanner.net/) +- [![Synthace](adopters_logos/synthace.png){: style="height:100px"}](https://www.synthace.com/) +- [![RingCentral](adopters_logos/ringcentral.png){: style="height:100px"}](https://www.ringcentral.com/) +- [![Ubisoft](adopters_logos/ubisoft.png){: style="height:100px"}](https://www.ubisoft.com/) +- [![VSHN AG](adopters_logos/vhsn.png){: style="height:100px"}](https://www.vshn.ch) +
\ No newline at end of file diff --git a/docs/adopters_logos/airfund.png b/docs/adopters_logos/airfund.png new file mode 100644 index 000000000..0632f5099 Binary files /dev/null and b/docs/adopters_logos/airfund.png differ diff --git a/docs/adopters_logos/isomorphiclabs.png b/docs/adopters_logos/isomorphiclabs.png new file mode 100644 index 000000000..5dd01d5d4 Binary files /dev/null and b/docs/adopters_logos/isomorphiclabs.png differ diff --git a/docs/adopters_logos/morganstanley.png b/docs/adopters_logos/morganstanley.png new file mode 100644 index 000000000..1866c614a Binary files /dev/null and b/docs/adopters_logos/morganstanley.png differ diff --git a/docs/adopters_logos/nexenio.png b/docs/adopters_logos/nexenio.png new file mode 100644 index 000000000..6b262b945 Binary files /dev/null and b/docs/adopters_logos/nexenio.png differ diff --git a/docs/adopters_logos/noon.png b/docs/adopters_logos/noon.png new file mode 100644 index 000000000..869776570 Binary files /dev/null and b/docs/adopters_logos/noon.png differ diff --git a/docs/adopters_logos/phaidra.png b/docs/adopters_logos/phaidra.png new file mode 100644 index 000000000..aae50caff Binary files /dev/null and b/docs/adopters_logos/phaidra.png differ diff --git a/docs/adopters_logos/ringcentral.png b/docs/adopters_logos/ringcentral.png new file mode 100644 index 000000000..3dbe327e8 Binary files /dev/null and b/docs/adopters_logos/ringcentral.png differ diff --git a/docs/adopters_logos/skyscanner.png b/docs/adopters_logos/skyscanner.png new file mode 100644 index 000000000..150269e26 Binary files /dev/null and b/docs/adopters_logos/skyscanner.png differ diff --git a/docs/adopters_logos/softwareag.png b/docs/adopters_logos/softwareag.png new file mode 100644 index 000000000..ae9b5e271 Binary files /dev/null and b/docs/adopters_logos/softwareag.png differ diff --git a/docs/adopters_logos/synthace.png b/docs/adopters_logos/synthace.png new file mode 100644 index 000000000..b257cc64a Binary files /dev/null and b/docs/adopters_logos/synthace.png differ diff --git a/docs/adopters_logos/ubisoft.png b/docs/adopters_logos/ubisoft.png new file mode 100644 index 000000000..168a4b9ac Binary files /dev/null and b/docs/adopters_logos/ubisoft.png differ diff --git a/docs/adopters_logos/vhsn.png b/docs/adopters_logos/vhsn.png new file mode 100644 index 000000000..18304584b Binary files /dev/null and b/docs/adopters_logos/vhsn.png differ diff --git a/mkdocs.yml b/mkdocs.yml index 312b6f6c9..aad64b607 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -117,6 +117,7 @@ nav: - FAQ: FAQ.md markdown_extensions: + - md_in_html - admonition - pymdownx.tabbed: alternate_style: true