From 3a3425ab9e48e5ddc9feeeeacf7d3d5f4a1a0132 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Mon, 18 Feb 2019 13:47:41 +0100 Subject: [PATCH] Make changes now that squid-java is public. --- content/references/introduction.md | 3 --- content/references/squid-java.md | 7 +++++++ content/setup/marketplace.md | 2 +- content/tutorials/introduction.md | 2 +- data/repositories.yml | 3 +++ data/sidebars/references.yml | 5 +++++ 6 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 content/references/squid-java.md diff --git a/content/references/introduction.md b/content/references/introduction.md index 6d818d9a..62f9c810 100644 --- a/content/references/introduction.md +++ b/content/references/introduction.md @@ -16,7 +16,4 @@ References of all the functions and methods used in our libraries: - -ReadTheDocs hosts the [squid-py API Reference Docs](https://squid-py.readthedocs.io/en/latest/). - diff --git a/content/references/squid-java.md b/content/references/squid-java.md new file mode 100644 index 00000000..53ccff64 --- /dev/null +++ b/content/references/squid-java.md @@ -0,0 +1,7 @@ +--- +title: Squid-Java API Reference +--- + +Coming soon. For now, please see the squid-java source code on GitHub. + + diff --git a/content/setup/marketplace.md b/content/setup/marketplace.md index b04b4304..5fc05f70 100644 --- a/content/setup/marketplace.md +++ b/content/setup/marketplace.md @@ -45,7 +45,7 @@ There are many ways to create an Ocean marketplace app. For example, you could u Note: There are examples of how to use squid-py in the [Tutorials](/tutorials/introduction/). squid-py is to Ocean like boto3 is to AWS. -Of course, you could always write your own Squid library in the language of your choice. A squid-java library is in development. +Of course, you could always write your own Squid library in the language of your choice. ## Run Your Marketplace App in Production diff --git a/content/tutorials/introduction.md b/content/tutorials/introduction.md index 5cc2c6b5..076bad1c 100644 --- a/content/tutorials/introduction.md +++ b/content/tutorials/introduction.md @@ -3,7 +3,7 @@ title: Overview of the Tutorials description: What you can expect to find in these Ocean Protocol tutorials. --- -The idea of these tutorials is to show you how to use squid-js (JavaScript) and squid-py (Python) to: +The idea of these tutorials is to show you how to use squid-js (JavaScript), squid-py (Python) and squid-java to: - publish a data set - get and use a data set diff --git a/data/repositories.yml b/data/repositories.yml index 58e3199b..53f8996c 100644 --- a/data/repositories.yml +++ b/data/repositories.yml @@ -28,6 +28,9 @@ - name: API reference url: /references/squid-py/ - name: squid-java + links: + - name: API reference + url: /references/squid-java/ - group: OceanDB items: diff --git a/data/sidebars/references.yml b/data/sidebars/references.yml index 87de05af..eae63aa7 100644 --- a/data/sidebars/references.yml +++ b/data/sidebars/references.yml @@ -22,3 +22,8 @@ items: - title: API Reference link: /references/squid-py/ + +- group: squid-java + items: + - title: API Reference + link: /references/squid-java/