From f9b079c2bf6da4e11810931573a4aed7c0398312 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 18 Feb 2025 13:17:10 +0100 Subject: [PATCH] docs: include version in the title (#123) Include the version according to the package.json in the title of docs page. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d57d79c..b42db698 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "test:component": "cypress run --component --browser electron", "test:unit": "npm run test:unit:dev -- run --coverage", "test:unit:dev": "vitest", - "docs:generate": "typedoc --navigation.includeCategories true --plugin typedoc-plugin-coverage src/index.tsx", + "docs:generate": "typedoc --includeVersion --navigation.includeCategories true --plugin typedoc-plugin-coverage src/index.tsx", "update": "npx npm-check-updates" }, "files": [