From 96740b5392ac636da16d53850386d0ffef67df18 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Mon, 20 Mar 2023 14:35:02 +0000 Subject: [PATCH] docs: remove Java and Scala SDKs from supported list. (#16555) --- website/content/api-docs/libraries-and-sdks.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/content/api-docs/libraries-and-sdks.mdx b/website/content/api-docs/libraries-and-sdks.mdx index 0f3738ffc..828cb1af8 100644 --- a/website/content/api-docs/libraries-and-sdks.mdx +++ b/website/content/api-docs/libraries-and-sdks.mdx @@ -18,17 +18,17 @@ the community. - [`api`](https://github.com/hashicorp/nomad/tree/main/api) - Official Golang client for the Nomad HTTP API ([GoDoc](https://pkg.go.dev/github.com/hashicorp/nomad/api)) +## Third-Party and Unsupported Libraries + +- [`python-nomad`](https://github.com/jrxfive/python-nomad) - Python client + for the Nomad HTTP API. + - [`nomad-java-sdk`](https://github.com/hashicorp/nomad-java-sdk) - Official Java 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 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.