diff --git a/content/concepts/components.md b/content/concepts/components.md
index 9b0a183a..39d649d2 100644
--- a/content/concepts/components.md
+++ b/content/concepts/components.md
@@ -37,14 +37,20 @@ An example marketplace front-end for consumers to explore, download, and publish
-## Secret Store
-
-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 access-control keys.
-
## Squid Libraries
Client libraries used by applications (such as Pleuston or Jupyter notebooks) to interact with Ocean components, including Keepers, Aquarius nodes, Brizo nodes, etc.
-- [🦑 squid-js](https://github.com/oceanprotocol/squid-js)
-- [🦑 squid-py](https://github.com/oceanprotocol/squid-py)
-- [🦑 squid-java](https://github.com/oceanprotocol/squid-java)
+
+
+
+
+## Secret Store
+
+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 access-control keys.
+
+We have created multiple clients for integrating the Parity Secret Store into Ocean:
+
+
+
+
diff --git a/gatsby-config.js b/gatsby-config.js
index 42a4a4a8..a45c92d8 100755
--- a/gatsby-config.js
+++ b/gatsby-config.js
@@ -79,7 +79,12 @@ module.exports = {
'gatsby-remark-prismjs',
'gatsby-remark-autolink-headers',
'gatsby-remark-copy-linked-files',
- 'gatsby-remark-component'
+ {
+ resolve: 'gatsby-remark-component',
+ options: {
+ components: ['repo']
+ }
+ }
]
}
},
diff --git a/package.json b/package.json
index f1d528aa..6149bda7 100755
--- a/package.json
+++ b/package.json
@@ -61,11 +61,11 @@
"dotenv": "^6.1.0",
"eslint": "^5.9.0",
"eslint-config-oceanprotocol": "^1.3.0",
- "eslint-config-prettier": "^3.1.0",
+ "eslint-config-prettier": "^3.3.0",
"eslint-plugin-prettier": "^3.0.0",
"markdownlint-cli": "^0.13.0",
"npm-run-all": "^4.1.3",
- "prettier": "^1.15.1",
+ "prettier": "^1.15.2",
"prettier-stylelint": "^0.4.2",
"stylelint": "^9.8.0",
"stylelint-config-bigchaindb": "^1.2.1",
diff --git a/src/components/Repositories/Repository.jsx b/src/components/Repositories/Repository.jsx
index 259f62f2..ea8bf6aa 100644
--- a/src/components/Repositories/Repository.jsx
+++ b/src/components/Repositories/Repository.jsx
@@ -81,11 +81,11 @@ Links.propTypes = {
const Numbers = ({ stargazers, forkCount, url }) => (