From 57f58dece4e1bcfc591fb474f0ec5123725f1b68 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Mon, 16 Nov 2020 11:38:27 +0100 Subject: [PATCH] docs: move Ruby SDK to unsupported listing. --- website/pages/api-docs/libraries-and-sdks.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/pages/api-docs/libraries-and-sdks.mdx b/website/pages/api-docs/libraries-and-sdks.mdx index f0f2306a9..4b9be86c1 100644 --- a/website/pages/api-docs/libraries-and-sdks.mdx +++ b/website/pages/api-docs/libraries-and-sdks.mdx @@ -22,17 +22,17 @@ the community. - [`nomad-java-sdk`](https://github.com/hashicorp/nomad-java-sdk) - Official Java client for the Nomad HTTP API. -- [`nomad-ruby`](https://github.com/hashicorp/nomad-ruby) - Official Ruby client - for the Nomad HTTP API - - [`nomad-scala-sdk`](https://github.com/hashicorp/nomad-scala-sdk) - Official Scala client for the Nomad HTTP API. -## Third-Party Libraries +## Third-Party and Unsupported Libraries - [`python-nomad`](https://github.com/jrxfive/python-nomad) - Python client for the Nomad HTTP API. +- [`nomad-ruby`](https://github.com/hashicorp/nomad-ruby) - Ruby client + for the Nomad HTTP API. + - [`nomad-client`](https://github.com/barakb/nomad-client) - A non-blocking Kotlin Nomad client. _Want to see your library here? [Submit a Pull Request](https://github.com/hashicorp/nomad)._