From 4cfe1de26090d1512551f3b3576b07cc11bf7bcf Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 5 Feb 2025 22:47:37 -0500 Subject: [PATCH] Supply version and update badges --- config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config.json b/config.json index dfc3067..ae6eafd 100644 --- a/config.json +++ b/config.json @@ -17,6 +17,9 @@ "Answer": "Thank you for your feedback." }, "HeaderItems": [ + { + "text": "v0.5.0" + }, { "text": "Demo", "link": "https://zorn.demo.sudovanilla.org/" @@ -62,6 +65,13 @@ "link": "/audio-source/" }, { + "badge": "New", + "text": "Context Menu", + "link": "/context-menu/" + }, + { + "badge": "Updated", + "badge_variant": "Note", "text": "Setting Menus", "link": "/setting-menus/" },