From 04eeab9217c71a57a2c1b1d7ff096e6f47f9880e Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Fri, 21 Mar 2025 09:54:59 +0100 Subject: [PATCH] Remove code tours from readme They are not used... --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index b55973f0..7f589370 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,6 @@ npx jest ``` > While mocha is a bit smaller and faster, jest runs tests in parallel and isolation, which allows to run all tests. -## Code Tours - -Take one of the [guided tours](.tours) in VS Code through our CAP samples and learn which CAP features are showcased by the different parts of the repository. Just install the [CodeTour extension](https://marketplace.visualstudio.com/items?itemName=vsls-contrib.codetour) for VS Code. We'll add more code tours in the future. Stay tuned! - ## Get Support Check out the documentation at [https://cap.cloud.sap](https://cap.cloud.sap).