From 16afffd45c9e04f0621e12c8b74c01efab444f4e Mon Sep 17 00:00:00 2001 From: RomanTsukanov Date: Mon, 1 Apr 2024 16:26:03 +0400 Subject: [PATCH] Replace codesandbox links with an embed --- docs/get-started-angular.md | 7 ++----- docs/get-started-knockout-jquery.md | 9 +++------ docs/get-started-react.md | 7 ++----- docs/get-started-vue.md | 7 ++----- 4 files changed, 9 insertions(+), 21 deletions(-) diff --git a/docs/get-started-angular.md b/docs/get-started-angular.md index 8383e98fd..000c3fc24 100644 --- a/docs/get-started-angular.md +++ b/docs/get-started-angular.md @@ -15,11 +15,8 @@ This step-by-step tutorial will help you get started with SurveyJS Dashboard in As a result, you will create the following dashboard: - [View Full Code on GitHub](https://github.com/surveyjs/code-examples/tree/main/get-started-analytics/angular (linkStyle)) diff --git a/docs/get-started-knockout-jquery.md b/docs/get-started-knockout-jquery.md index 48cad882f..e58065e2e 100644 --- a/docs/get-started-knockout-jquery.md +++ b/docs/get-started-knockout-jquery.md @@ -14,12 +14,9 @@ This step-by-step tutorial will help you get started with SurveyJS Dashboard in As a result, you will create the following dashboard: -

- See the Pen - SurveyJS - Add SurveyJS Dashboard to a Knockout or jQuery Application by RomanTsukanov (@romantsukanov) - on CodePen. -

- + SurveyJS Dashboard is powered by Knockout and does not have an individual implementation for jQuery. However, you can integrate the version for Knockout into your jQuery application by following the same instructions. diff --git a/docs/get-started-react.md b/docs/get-started-react.md index 3b7140889..d5f5a4729 100644 --- a/docs/get-started-react.md +++ b/docs/get-started-react.md @@ -15,11 +15,8 @@ This step-by-step tutorial will help you get started with SurveyJS Dashboard in As a result, you will create the following dashboard: - [View Full Code on GitHub](https://github.com/surveyjs/code-examples/tree/main/get-started-analytics/react (linkStyle)) diff --git a/docs/get-started-vue.md b/docs/get-started-vue.md index 1302d6538..c7f74c0fa 100644 --- a/docs/get-started-vue.md +++ b/docs/get-started-vue.md @@ -15,11 +15,8 @@ This step-by-step tutorial will help you get started with SurveyJS Dashboard in As a result, you will create the following dashboard: - [View Full Code on GitHub](https://github.com/surveyjs/code-examples/tree/main/get-started-analytics/vue (linkStyle))