From 2b96d097c71826a29a7dbee18a2fb2b270597e81 Mon Sep 17 00:00:00 2001 From: Christophe Dujarric Date: Wed, 17 Jul 2024 09:14:43 +0200 Subject: [PATCH] Delete duplicate product update (#260) * Delete duplicate product update * update date * put link back --------- Co-authored-by: Christophe Dujarric <7700560+ChristopheDujarric@users.noreply.github.com> --- src/_product-updates/2024-06-04-apis-json.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/_product-updates/2024-06-04-apis-json.md diff --git a/src/_product-updates/2024-06-04-apis-json.md b/src/_product-updates/2024-06-04-apis-json.md deleted file mode 100644 index f226b1a7..00000000 --- a/src/_product-updates/2024-06-04-apis-json.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: APIs.json support -tags: [New] -image: /images/changelog/apis-json.jpg ---- - -![apis-json.jpg](/images/changelog/apis-json.jpg) - -Looking for a comprehensive file listing all the APIs inside your hub? We’ve got you covered! - -We support [APIs.json](https://apisjson.org/), to automatically generate a JSON file out of your hub content. - -To access the JSON, simply add `/apis.json` at the end of your hub URL. It contains the description, type, version, documentation URL, and more about each API. - -For example, it can be used to: -- Check in an automatic CI context that a precise list of APIs is published on your hub -- Add your APIs to an API search engine (e.g. [APIs.io](https://apis.io/)) - -[You can try it out on our demo hub here →](https://demo.bump.sh/apis.json)