diff --git a/docs/cicd.md b/docs/cicd.md index b419534a..59ae7490 100644 --- a/docs/cicd.md +++ b/docs/cicd.md @@ -130,7 +130,9 @@ Here are some important things to consider while building a CI/CD pipeline: ## Reports on the Enterprise CI/CD Market * [GigaOm's Radar for Enterprise CI/CD 🌟](https://jfrog.com/whitepaper/gigaom-radar-for-enterprise-ci-cd/) is a must-see report for any DevOps enthusiast. The goal of an end-to-end Continuous Integration/Continuous Delivery (CI/CD) pipeline is to deliver software-based innovation and business value at both speed and scale. CI/CD plays a very important role in the company's DevOps journey. Keeping several factors in mind, Gigaom has come up with it'sown research and presented who leads and who lags in the CI/CD market. +
[![gigaom cicd radar](images/gigaom_cicd_radar.jpg)](https://jfrog.com/whitepaper/gigaom-radar-for-enterprise-ci-cd/) +
## Tools - [plutora.com: Artifacts management tools](https://www.plutora.com/ci-cd-tools/artifacts-management-tools) diff --git a/docs/images/favicon-car.png b/docs/images/favicon-car.png new file mode 100644 index 00000000..5c9fc42c Binary files /dev/null and b/docs/images/favicon-car.png differ diff --git a/docs/images/favicon.ico b/docs/images/favicon.ico deleted file mode 100644 index 52d8321d..00000000 Binary files a/docs/images/favicon.ico and /dev/null differ diff --git a/docs/other-awesome-lists.md b/docs/other-awesome-lists.md index 8acbd620..736b326c 100644 --- a/docs/other-awesome-lists.md +++ b/docs/other-awesome-lists.md @@ -142,7 +142,7 @@ ### Development - [Awesome Git](https://github.com/dictcp/awesome-git) - [Awesome Visual Studio Code](https://github.com/viatsko/awesome-vscode) -- [Awesome Python](https://github.com/vinta/awesome-python) +- [Awesome Python 🌟](https://github.com/vinta/awesome-python) - https://awesome-python.com - [Awesome Java 🌟](https://github.com/akullpp/awesome-java) - [Awesome Angular](https://github.com/PatrickJS/awesome-angular) - [Awesome Go](https://github.com/avelino/awesome-go) diff --git a/mkdocs.yml b/mkdocs.yml index e6432e2c..213136fc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,6 +8,7 @@ repo_url: https://github.com/redhatspain/awesome-kubernetes theme: name: material prev_next_buttons_location: both + favicon: docs/images/favicon-car.png palette: - scheme: default primary: indigo