diff --git a/data/repositories.yml b/data/repositories.yml index fe5f1234..f8392af0 100644 --- a/data/repositories.yml +++ b/data/repositories.yml @@ -16,12 +16,36 @@ - group: Libraries items: - name: squid-js + links: + - name: API reference + url: /concepts/squid/ - name: squid-py + links: + - name: API reference + url: /concepts/squid/ - name: squid-java - - name: secret-store-client-js - - name: secret-store-client-py - - name: secret-store-client-java + links: + - name: API reference + url: /concepts/squid/ + +- group: OceanDB + items: - name: oceandb-mongodb-driver - name: oceandb-bigchaindb-driver - name: oceandb-elasticsearch-driver - name: oceandb-driver-interface + +- group: Parity Secret Store + items: + - name: secret-store-client-js + links: + - name: Architecture + url: /concepts/secret-store/ + - name: secret-store-client-py + links: + - name: Architecture + url: /concepts/secret-store/ + - name: secret-store-client-java + links: + - name: Architecture + url: /concepts/secret-store/ diff --git a/package.json b/package.json index 0efa2159..ba821de8 100755 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "@oceanprotocol/art": "^1.0.2", "classnames": "^2.2.6", - "gatsby": "^2.0.50", + "gatsby": "^2.0.52", "gatsby-image": "^2.0.20", "gatsby-plugin-catch-links": "^2.0.8", "gatsby-plugin-google-analytics": "^2.0.7", @@ -34,7 +34,7 @@ "gatsby-plugin-sass": "^2.0.4", "gatsby-plugin-sharp": "^2.0.12", "gatsby-plugin-sitemap": "^2.0.2", - "gatsby-plugin-svgr": "^2.0.0", + "gatsby-plugin-svgr": "^2.0.1", "gatsby-remark-autolink-headers": "^2.0.11", "gatsby-remark-component": "^1.1.3", "gatsby-remark-copy-linked-files": "^2.0.6", @@ -56,8 +56,8 @@ "react": "^16.6.3", "react-dom": "^16.6.3", "react-helmet": "^5.2.0", - "rehype-react": "^3.0.3", - "remark": "^10.0.0", + "rehype-react": "^3.1.0", + "remark": "^10.0.1", "remark-react": "^4.0.3" }, "devDependencies": { diff --git a/src/components/Repositories/Repository.jsx b/src/components/Repositories/Repository.jsx index 0b9736ff..8153942e 100644 --- a/src/components/Repositories/Repository.jsx +++ b/src/components/Repositories/Repository.jsx @@ -49,7 +49,7 @@ const queryGithub = graphql` const Title = ({ name, releases, url }) => (
+ + Most of our repositories are open source and we + listed the key repositories here. Start with the{' '} + + software components + {' '} + document for an introduction to the components + creating the Ocean network. + +
+