From d400c82493debb0fb8b96e3852a7b339d9499292 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 12 Nov 2018 13:35:38 +0100 Subject: [PATCH 1/3] disable auto-detection of gatsby-remark-component --- gatsby-config.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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'] + } + } ] } }, From 748e73321cb176f15f42f26547258a725e55ced1 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 12 Nov 2018 13:35:48 +0100 Subject: [PATCH 2/3] package updates --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", From b2a093d63074d124257e0fdd582b253fb74654e7 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 12 Nov 2018 14:07:04 +0100 Subject: [PATCH 3/3] repo tweaks --- content/concepts/components.md | 20 ++++++++++++------- src/components/Repositories/Repository.jsx | 4 ++-- .../Repositories/Repository.module.scss | 1 + 3 files changed, 16 insertions(+), 9 deletions(-) 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/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 }) => (