diff --git a/docs/css/style.css b/docs/css/style.css
index 4d1e59bf..cb0e67f3 100644
--- a/docs/css/style.css
+++ b/docs/css/style.css
@@ -21,11 +21,6 @@
background-color: #05385E;
}
-img[alt='pypi-downloads'], img[alt='npm-downloads'] {
- height: 19px;
- padding-top: 5px;
-}
-
/* Increase overall fontsize on the home page */
.homepage {
font-size: 1.10em;
@@ -35,6 +30,12 @@ img[alt='pypi-downloads'], img[alt='npm-downloads'] {
filter: drop-shadow(1px 1px 5px white);
}
+.homepage img[alt='pypi-downloads'],
+.homepage img[alt='npm-downloads'] {
+ height: 20px;
+ padding-top: 0;
+}
+
/*
* Make it discoverable that images open in a lightbox (mkdocs-glightbox): hovering one shows a
* zoom-in cursor and a magnifier badge in its top right corner. The badge is drawn on the link
diff --git a/docs/index.md b/docs/index.md
index d373ed85..c4004642 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -79,30 +79,87 @@ If this has sparked your interest, read more about [the framework](./architectur
## Tooling
The WFO programme maintains an entire ecosystem of tooling, a non-comprehensive list in no
-particular order:
-
-- [Orchestrator-Core](https://github.com/workfloworchestrator/orchestrator-core): This Python
- program leverages the power of FastAPI, Pydantic and SQLAlchemy to create an orchestration engine. Downloads:
- [](https://pepy.tech/project/orchestrator-core).
-- [Orchestrator-UI](https://github.com/workfloworchestrator/orchestrator-ui-library): Component
- library for a modern and flexible NextJS app on top of the Orchestrator-core. Downloads:
- [](https://github.com/workfloworchestrator/orchestrator-ui-library).
-- [Orchestrator Example UI](https://github.com/workfloworchestrator/example-orchestrator-ui/):
- Example UI with a NextJS implementation of our component library.
-- [LSO](lightweight-service-orchestrator/index.md): This application provides an API layer on top of
- Ansible playbooks. Downloads:
- [](https://pepy.tech/project/orchestrator-lso).
-- [Example Orchestrator](https://github.com/workfloworchestrator/example-orchestrator): This
- repository houses a Docker-compose running a full stack of the Orchestrator, UI and Netbox. It
- includes examples our best (coding) practices and an example integration with Netbox.
-- [PyNSO-Restconf](https://workfloworchestrator.org/pynso-restconf): A thin client for interfacing
- with Cisco NSO using RESTCONF.
-- [Pydantic-Forms](https://github.com/workfloworchestrator/pydantic-forms): A library that includes
- standardized Python Form classes that can be used when generating form components from
- JSON-schema.
-- [SuPA](https://workfloworchestrator.org/SuPA): An NSI Ultimate provider agent with a gRPC API.
-- [PolyNSI](https://github.com/workfloworchestrator/polynsi): A bidirectional SOAP to gRPC
- translating proxy server for the NSI protocol.
+particular order.
+
+
+
+- **Orchestrator-Core**
+
+ [](https://pypi.org/project/orchestrator-core/)
+ [](https://github.com/workfloworchestrator/orchestrator-core/stargazers)
+
+ This Python program leverages the power of FastAPI, Pydantic and SQLAlchemy to create an
+ orchestration engine.
+
+ [Source](https://github.com/workfloworchestrator/orchestrator-core)
+ · [Docs](orchestrator-core/index.md)
+
+- **Orchestrator-UI**
+
+ [](https://github.com/workfloworchestrator/orchestrator-ui-library)
+ [](https://github.com/workfloworchestrator/orchestrator-ui-library/stargazers)
+
+ Component library for a modern and flexible NextJS app on top of the Orchestrator-core.
+
+ [Source](https://github.com/workfloworchestrator/orchestrator-ui-library)
+ · [Docs](orchestrator-ui-library/index.md)
+
+- **Orchestrator Example UI**
+
+ [](https://github.com/workfloworchestrator/example-orchestrator-ui/stargazers)
+
+ Example UI with a NextJS implementation of our component library.
+
+ [Source](https://github.com/workfloworchestrator/example-orchestrator-ui/)
+
+- **LSO**
+
+ [](https://pypi.org/project/orchestrator-lso/)
+ [](https://github.com/workfloworchestrator/lso/stargazers)
+
+ This application provides an API layer on top of Ansible playbooks.
+
+ [Source](https://github.com/workfloworchestrator/lso)
+ · [Docs](lightweight-service-orchestrator/index.md)
+
+- **Example Orchestrator**
+
+ [](https://github.com/workfloworchestrator/example-orchestrator/stargazers)
+
+ This repository houses a Docker-compose running a full stack of the Orchestrator, UI and
+ Netbox.
+
+ [Source](https://github.com/workfloworchestrator/example-orchestrator)
+
+- **Pydantic-Forms**
+
+ [](https://pypi.org/project/pydantic-forms/)
+ [](https://github.com/workfloworchestrator/pydantic-forms/stargazers)
+
+ A library that includes standardized Python Form classes that can be used when generating
+ form components from JSON-schema.
+
+ [Source](https://github.com/workfloworchestrator/pydantic-forms)
+ · [Docs](pydantic-forms/index.md)
+
+- **SuPA**
+
+ [](https://github.com/workfloworchestrator/SuPA/stargazers)
+
+ An NSI Ultimate provider agent with a gRPC API.
+
+ [Source](https://github.com/workfloworchestrator/SuPA)
+ · [Docs](https://workfloworchestrator.org/SuPA)
+
+- **PolyNSI**
+
+ [](https://github.com/workfloworchestrator/polynsi/stargazers)
+
+ A bidirectional SOAP to gRPC translating proxy server for the NSI protocol.
+
+ [Source](https://github.com/workfloworchestrator/polynsi)
+
+
## Which organizations are using Workflow Orchestrator?