From b67926fd20d9d4f97886e68357c9c5a615639a5e Mon Sep 17 00:00:00 2001 From: Canoa Date: Tue, 16 Jun 2026 23:58:11 +0100 Subject: [PATCH 1/2] add: last page update timestamp --- docs.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.json b/docs.json index 373e8eb..14c40b3 100644 --- a/docs.json +++ b/docs.json @@ -18,6 +18,9 @@ "interaction": { "drilldown": false }, + "metadata": { + "timestamp": true + }, "navbar": { "primary": { "type": "button", From 28e3c5e5e45a8b8fb41b2656db3a4534a6b0e6dc Mon Sep 17 00:00:00 2001 From: Canoa Date: Wed, 17 Jun 2026 03:54:54 +0100 Subject: [PATCH 2/2] add: rss feed to changelog --- cdn/changelog.mdx | 1 + changelog.mdx | 1 + cli/changelog.mdx | 1 + database/changelog.mdx | 1 + magic-containers/changelog.mdx | 1 + optimizer/changelog.mdx | 1 + scripting/changelog.mdx | 1 + shield/changelog.mdx | 1 + storage/changelog.mdx | 1 + stream/changelog.mdx | 1 + 10 files changed, 10 insertions(+) diff --git a/cdn/changelog.mdx b/cdn/changelog.mdx index b629519..a1f5cbd 100644 --- a/cdn/changelog.mdx +++ b/cdn/changelog.mdx @@ -1,6 +1,7 @@ --- title: Changelog description: Latest updates and improvements to the CDN. +rss: true --- diff --git a/changelog.mdx b/changelog.mdx index a992bbb..2f4b49e 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -1,6 +1,7 @@ --- title: "Changelog" description: "Latest updates and improvements across bunny.net products." +rss: true --- diff --git a/cli/changelog.mdx b/cli/changelog.mdx index 2ad6474..cb613a6 100644 --- a/cli/changelog.mdx +++ b/cli/changelog.mdx @@ -1,6 +1,7 @@ --- title: Changelog description: Release notes for the Bunny CLI. +rss: true --- diff --git a/database/changelog.mdx b/database/changelog.mdx index 0f6dd10..fe3ee1b 100644 --- a/database/changelog.mdx +++ b/database/changelog.mdx @@ -1,6 +1,7 @@ --- title: Changelog description: Latest updates and improvements to Bunny Database. +rss: true --- diff --git a/magic-containers/changelog.mdx b/magic-containers/changelog.mdx index 9c41f15..0e31182 100644 --- a/magic-containers/changelog.mdx +++ b/magic-containers/changelog.mdx @@ -1,6 +1,7 @@ --- title: Changelog description: Latest updates and improvements to Magic Containers. +rss: true --- diff --git a/optimizer/changelog.mdx b/optimizer/changelog.mdx index b45ecdc..a1f043c 100644 --- a/optimizer/changelog.mdx +++ b/optimizer/changelog.mdx @@ -1,6 +1,7 @@ --- title: Changelog description: Latest updates and improvements to Bunny Optimizer +rss: true --- diff --git a/scripting/changelog.mdx b/scripting/changelog.mdx index b1856dd..e448a05 100644 --- a/scripting/changelog.mdx +++ b/scripting/changelog.mdx @@ -1,6 +1,7 @@ --- title: Changelog description: Latest updates and improvements to Edge Scripting. +rss: true --- diff --git a/shield/changelog.mdx b/shield/changelog.mdx index 869adf1..49f6c30 100644 --- a/shield/changelog.mdx +++ b/shield/changelog.mdx @@ -2,6 +2,7 @@ title: Changelog description: Latest updates and improvements to Shield. hidden: true +rss: true --- diff --git a/storage/changelog.mdx b/storage/changelog.mdx index 442aad1..718d7fe 100644 --- a/storage/changelog.mdx +++ b/storage/changelog.mdx @@ -1,6 +1,7 @@ --- title: "Changelog" description: "Latest updates and improvements for Storage." +rss: true --- diff --git a/stream/changelog.mdx b/stream/changelog.mdx index 409738e..695821d 100644 --- a/stream/changelog.mdx +++ b/stream/changelog.mdx @@ -1,6 +1,7 @@ --- title: "Changelog" description: "Latest updates and improvements to Stream." +rss: true ---