Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add community ees to ecosystem #5

Merged
merged 2 commits into from
Oct 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion layout/ecosystem.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,24 @@
}
}
},
{
"name": "Ansible Execution Environments",
"description": "Ansible Execution Environments, EEs, are containerized control nodes that reduce complexity of dependency management, while increasing portability and content separation.",
"multi_docs": {
"get_started": {
"url": "https://ansible.readthedocs.io/en/latest/getting_started_ee/index.html",
"label": "Get started with Execution Environments"
},
"ee_base": {
"url": "https://github.com/orgs/ansible-community/packages/container/package/community-ee-base",
"label": "Ansible Community EE Base"
},
"ee_minimal": {
"url": "https://github.com/orgs/ansible-community/packages/container/package/community-ee-minimal",
"label": "Ansible Community EE Minimal"
}
}
},
{
"name": "Ansible Language Server",
"description": "Ansible Language Server implements language server protocol (LSP) to highlight and check Ansible syntax.",
Expand Down Expand Up @@ -233,7 +251,7 @@ <h3>{{ project['name'] }}</h3>
<ul>
{% for key, item in project['multi_docs'].items() %}
<li>
<a href="{{ item.link }}" target="_blank" role="button">{{ item.label }}</a>
<a href="{{ item.url }}" target="_blank" role="button">{{ item.label }}</a>
</li>
{% endfor %}
</ul>
Expand Down