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)