From f10083c03678cf46c82897129a7b796644870726 Mon Sep 17 00:00:00 2001 From: David Boyne Date: Wed, 31 Jul 2024 17:07:42 +0100 Subject: [PATCH] fix(docs): fixed docs for winglibs (#303) Co-authored-by: David Boyne --- bedrock/package.json | 3 +-- simtools/package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bedrock/package.json b/bedrock/package.json index 73c13c4c..818039c7 100644 --- a/bedrock/package.json +++ b/bedrock/package.json @@ -19,8 +19,7 @@ ], "docs": { "title": "Amazon Bedrock", - "summary": "A Wing library for Amazon Bedrock", - "demoURL": "http://winglang.io/docs/examples/basic-auth-api" + "summary": "A Wing library for Amazon Bedrock" } }, "peerDependencies": { diff --git a/simtools/package.json b/simtools/package.json index 311ec8cb..84b3d2da 100644 --- a/simtools/package.json +++ b/simtools/package.json @@ -17,7 +17,7 @@ ], "docs": { "title": "Wing simulator utils", - "summary": "[Wing simulator](https://www.winglang.io/docs/platforms/sim) utility library" + "summary": "'[Wing simulator](https://www.winglang.io/docs/platforms/sim) utility library'" } }, "license": "MIT"