From f72dea346fa1af590abb0bb0f1d0d9c0fcfa7853 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Mon, 17 Mar 2025 13:38:35 -0300 Subject: [PATCH] rename menu item on docs to say "blossom". --- docs/.vitepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index aba7189..7a469b9 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -19,7 +19,7 @@ export default { { text: 'HTTP Integration', link: '/core/embed' }, { text: 'Request Routing', link: '/core/routing' }, { text: 'Management API', link: '/core/management' }, - { text: 'Media Storage', link: '/core/blossom' }, + { text: 'Media Storage (Blossom)', link: '/core/blossom' }, ] }, {