diff --git a/content/concepts/components.md b/content/concepts/components.md
index 29b2d01e..ea4a73a7 100644
--- a/content/concepts/components.md
+++ b/content/concepts/components.md
@@ -21,6 +21,8 @@ See also: [Run a Keeper](/setup/keeper/)
A [Parity Secret Store](https://wiki.parity.io/Secret-Store): software for distributed key pair generation, distributed key storage, and threshold retrieval. It's used to store [asset](/concepts/terminology/#asset-or-data-asset) access-control keys.
+
+
There are several clients for integrating the Parity Secret Store into Ocean:
diff --git a/data/repositories.yml b/data/repositories.yml
index 755909b2..4bcf6ec0 100644
--- a/data/repositories.yml
+++ b/data/repositories.yml
@@ -31,20 +31,30 @@
links:
- name: API reference
url: https://www.javadoc.io/doc/com.oceanprotocol/squid/
+
+- group: Tools
+ items:
- name: plecos
- name: faucet
- name: blockscout
- name: tuna
-- group: OceanDB
+- group: OceanDB Drivers
items:
- name: oceandb-mongodb-driver
- name: oceandb-bigchaindb-driver
- name: oceandb-elasticsearch-driver
- name: oceandb-driver-interface
+- group: Osmosis Drivers
+ items:
+ - name: osmosis-azure-driver
+ - name: osmosis-aws-driver
+ - name: osmosis-on-premise-driver
+
- group: Parity Secret Store
items:
+ - name: parity-ethereum
- name: secret-store-client-js
links:
- name: Architecture