From a054b65c2ceb29462a2ab561ff69fed83a4edf9c Mon Sep 17 00:00:00 2001 From: thediveo Date: Sat, 5 Apr 2025 21:12:31 +0200 Subject: [PATCH] chore: update docsify feature version Signed-off-by: thediveo --- src/docsify/README.md | 2 +- src/docsify/devcontainer-feature.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/docsify/README.md b/src/docsify/README.md index 8b42b42..d4f4557 100644 --- a/src/docsify/README.md +++ b/src/docsify/README.md @@ -1,7 +1,7 @@ # docsify (docsify) -Automatically serves ./docs workspace directory via 'docsify serve' in the background. +Automatically serves ./docs (or another) workspace directory via 'docsify serve' in the background. ## Example Usage diff --git a/src/docsify/devcontainer-feature.json b/src/docsify/devcontainer-feature.json index 613ab91..cd03f69 100644 --- a/src/docsify/devcontainer-feature.json +++ b/src/docsify/devcontainer-feature.json @@ -1,8 +1,8 @@ { "name": "docsify", "id": "docsify", - "version": "0.1.2", - "description": "Automatically serves ./docs workspace directory via 'docsify serve' in the background.", + "version": "0.1.3", + "description": "Automatically serves ./docs (or another) workspace directory via 'docsify serve' in the background.", "options": { "port": { "type": "string",