You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2020/02/13 03:55:57 UTC

[groovy-website] 02/02: add Infrastructor to Groovy ecosystem (closes #17)

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git

commit 1d8f49b4a8633ef941d24cc7ae7089bff85dc6c6
Author: tiurikov <st...@gmail.com>
AuthorDate: Wed Oct 30 13:19:20 2019 +0100

    add Infrastructor to Groovy ecosystem (closes #17)
---
 site/src/site/assets/img/ecosystem/infrastructor.png | Bin 0 -> 9879 bytes
 site/src/site/sitemap-user.groovy                    |   7 +++++++
 2 files changed, 7 insertions(+)

diff --git a/site/src/site/assets/img/ecosystem/infrastructor.png b/site/src/site/assets/img/ecosystem/infrastructor.png
new file mode 100644
index 0000000..6a8ec46
Binary files /dev/null and b/site/src/site/assets/img/ecosystem/infrastructor.png differ
diff --git a/site/src/site/sitemap-user.groovy b/site/src/site/sitemap-user.groovy
index 697e679..192be1a 100644
--- a/site/src/site/sitemap-user.groovy
+++ b/site/src/site/sitemap-user.groovy
@@ -243,11 +243,18 @@ ecosystem {
         url 'http://beakerx.com/'
         logo 'img/ecosystem/beakerx.png'
     }
+    
     project('Micronaut') {
         description 'Micronaut is a modern, JVM-based, full-stack framework for building modular, easily testable microservice applications. '
         url 'http://micronaut.io/'
         logo 'img/ecosystem/micronaut.png'
     }
+    
+    project('Infrastructor') {
+        description 'Infrastructor is an agentless server provisioning tool written in Groovy. It provides a DSL to configure eigher VMs and bare metal machines.'
+        url 'http://infrastructor.io/'
+        logo 'img/ecosystem/infrastructor.png'
+    }
 }
 
 allEvents {