diff --git a/docs/demos/README.md b/docs/demos/README.md index c4580815c..877fe3d8a 100644 --- a/docs/demos/README.md +++ b/docs/demos/README.md @@ -42,21 +42,21 @@ This is managed by the `deploy-staging.yml` workflow. Conversely, when a branch is deleted, the corresponding deployed demos get removed as well. This is managed by the `dismantle-staging.yml` workflow. -For example, if you push a commit to the branch `stable`, then https://integrations.wiris.kitchen/stable/html/generic/ will contain the HTML demo for the generic editor with the latest changes you pushed. +For example, if you push a commit to the branch `master`, then https://integrations.wiris.kitchen/master/html/generic/ will contain the HTML demo for the generic editor with the latest changes you pushed. The URL format for each demo is as follows: `https://integrations.wiris.kitchen////`. -The following table contains all our demos, together with links to the corresponding deployment for the branch `stable`: +The following table contains all our demos, together with links to the corresponding deployment for the branch `master`: -| FRAMEWORK | Editor and Version | EDITOR | Deployment URL for `stable` | +| FRAMEWORK | Editor and Version | EDITOR | Deployment URL for `master` | | --------- | ------------------- | ---------------------------------------------------- | ------------------------------------------------------------ | -| html | CKEditor V4 | [ckeditor4](../../demos/html/ckeditor4) | https://integrations.wiris.kitchen/stable/html/ckeditor4/ | -| html | CKEditor V5 | [ckeditor5](../../demos/html/ckeditor5) | https://integrations.wiris.kitchen/stable/html/ckeditor5/ | -| html | Froala | [froala](../../demos/html/froala) | https://integrations.wiris.kitchen/stable/html/froala/ | -| html | Generic integration | [generic](../../demos/html/generic) | https://integrations.wiris.kitchen/stable/html/generic/ | -| html | TinyMCE V5 | [tinymce5](../../demos/html/tinymce5) | https://integrations.wiris.kitchen/stable/html/tinymce5/ | -| html | TinyMCE V6 | [tinymce6](../../demos/html/tinymce6) | https://integrations.wiris.kitchen/stable/html/tinymce6/ | -| vue | CKEditor V5 | [ckeditor5](../../demos/vue/ckeditor5/README.md) | https://integrations.wiris.kitchen/stable/vue/ckeditor5/ | +| html | CKEditor V4 | [ckeditor4](../../demos/html/ckeditor4) | https://integrations.wiris.kitchen/master/html/ckeditor4/ | +| html | CKEditor V5 | [ckeditor5](../../demos/html/ckeditor5) | https://integrations.wiris.kitchen/master/html/ckeditor5/ | +| html | Froala | [froala](../../demos/html/froala) | https://integrations.wiris.kitchen/master/html/froala/ | +| html | Generic integration | [generic](../../demos/html/generic) | https://integrations.wiris.kitchen/master/html/generic/ | +| html | TinyMCE V5 | [tinymce5](../../demos/html/tinymce5) | https://integrations.wiris.kitchen/master/html/tinymce5/ | +| html | TinyMCE V6 | [tinymce6](../../demos/html/tinymce6) | https://integrations.wiris.kitchen/master/html/tinymce6/ | +| vue | CKEditor V5 | [ckeditor5](../../demos/vue/ckeditor5/README.md) | https://integrations.wiris.kitchen/master/vue/ckeditor5/ | ## Running a demo using the local source code diff --git a/docs/development/cicd/README.md b/docs/development/cicd/README.md index 2f555bc92..9cdb40d03 100644 --- a/docs/development/cicd/README.md +++ b/docs/development/cicd/README.md @@ -17,11 +17,13 @@ This job uses JSDoc library to generate a static site as an artifact called `mat ### Run Cypress tests with npm packages +**[Deprecated]** + Builds the packages using the source code available at npmjs and runs all available Cypress tests. - **On schedule**: every Monday at 1AM. It sends the test data to [Cypress Dashboard][cypress-dashboard]. It can be run on any branch. -- **On demand**: a manual trigger that allows the user to send data to [Cypress Dashboard][cypress-dashboard], optionally. It only runs on `stable` branch. +- **On demand**: a manual trigger that allows the user to send data to [Cypress Dashboard][cypress-dashboard], optionally. ## Actions secrets diff --git a/packages/ckeditor4/package.json b/packages/ckeditor4/package.json index 5e6fd5d0a..b15669b48 100644 --- a/packages/ckeditor4/package.json +++ b/packages/ckeditor4/package.json @@ -17,7 +17,7 @@ "mathtype", "wiris" ], - "repository": "https://github.com/wiris/html-integrations/tree/stable/packages/mathtype-ckeditor4", + "repository": "https://github.com/wiris/html-integrations/tree/master/packages/ckeditor4", "homepage": "https://www.wiris.com/?utm_source=npmjs&utm_medium=referral", "bugs": { "email": "support@wiris.com" diff --git a/packages/ckeditor5/dist/browser/index.js b/packages/ckeditor5/dist/browser/index.js index b37ebc115..6e244ca91 100644 --- a/packages/ckeditor5/dist/browser/index.js +++ b/packages/ckeditor5/dist/browser/index.js @@ -10808,7 +10808,7 @@ var keywords = [ "mathtype", "wiris" ]; -var repository = "https://github.com/wiris/html-integrations/tree/stable/packages/mathtype-ckeditor5"; +var repository = "https://github.com/wiris/html-integrations/tree/master/packages/ckeditor5"; var homepage = "https://www.wiris.com/"; var bugs = { email: "support@wiris.com" diff --git a/packages/ckeditor5/dist/browser/index.umd.js b/packages/ckeditor5/dist/browser/index.umd.js index 02128eee5..290a6ce11 100644 --- a/packages/ckeditor5/dist/browser/index.umd.js +++ b/packages/ckeditor5/dist/browser/index.umd.js @@ -10810,7 +10810,7 @@ "mathtype", "wiris" ]; - var repository = "https://github.com/wiris/html-integrations/tree/stable/packages/mathtype-ckeditor5"; + var repository = "https://github.com/wiris/html-integrations/tree/master/packages/ckeditor5"; var homepage = "https://www.wiris.com/"; var bugs = { email: "support@wiris.com" diff --git a/packages/ckeditor5/dist/index.js b/packages/ckeditor5/dist/index.js index 2fa3686c3..53ef0dfcb 100644 --- a/packages/ckeditor5/dist/index.js +++ b/packages/ckeditor5/dist/index.js @@ -376,7 +376,7 @@ var keywords = [ "mathtype", "wiris" ]; -var repository = "https://github.com/wiris/html-integrations/tree/stable/packages/mathtype-ckeditor5"; +var repository = "https://github.com/wiris/html-integrations/tree/master/packages/ckeditor5"; var homepage = "https://www.wiris.com/"; var bugs = { email: "support@wiris.com" diff --git a/packages/ckeditor5/package.json b/packages/ckeditor5/package.json index 02646b983..6738e75ba 100644 --- a/packages/ckeditor5/package.json +++ b/packages/ckeditor5/package.json @@ -17,7 +17,7 @@ "mathtype", "wiris" ], - "repository": "https://github.com/wiris/html-integrations/tree/stable/packages/mathtype-ckeditor5", + "repository": "https://github.com/wiris/html-integrations/tree/master/packages/ckeditor5", "homepage": "https://www.wiris.com/", "bugs": { "email": "support@wiris.com" diff --git a/packages/devkit/package.json b/packages/devkit/package.json index 65ad1a440..af8791a96 100644 --- a/packages/devkit/package.json +++ b/packages/devkit/package.json @@ -15,7 +15,7 @@ "mathtype", "wiris" ], - "repository": "https://github.com/wiris/html-integrations/tree/stable/packages/mathtype-html-integration-devkit", + "repository": "https://github.com/wiris/html-integrations/tree/master/packages/devkit", "homepage": "https://www.wiris.com/?utm_source=npmjs&utm_medium=referral", "bugs": { "email": "support@wiris.com" diff --git a/packages/froala/package.json b/packages/froala/package.json index 73f202785..280fab8aa 100644 --- a/packages/froala/package.json +++ b/packages/froala/package.json @@ -18,7 +18,7 @@ "mathtype", "wiris" ], - "repository": "https://github.com/wiris/html-integrations/tree/stable/packages/mathtype-froala", + "repository": "https://github.com/wiris/html-integrations/tree/master/packages/froala", "homepage": "https://www.wiris.com/?utm_source=npmjs&utm_medium=referral", "bugs": { "email": "support@wiris.com" diff --git a/packages/generic/package.json b/packages/generic/package.json index 92bf26714..1ca1cc716 100644 --- a/packages/generic/package.json +++ b/packages/generic/package.json @@ -15,7 +15,7 @@ "mathtype", "wiris" ], - "repository": "https://github.com/wiris/html-integrations/tree/stable/packages/mathtype-generic", + "repository": "https://github.com/wiris/html-integrations/tree/master/packages/generic", "homepage": "http://www.wiris.com/?utm_source=npmjs&utm_medium=referral", "bugs": { "email": "support@wiris.com" diff --git a/packages/tinymce5/package.json b/packages/tinymce5/package.json index d6952d8fc..9c05b268b 100644 --- a/packages/tinymce5/package.json +++ b/packages/tinymce5/package.json @@ -17,7 +17,7 @@ "tinymce5", "wiris" ], - "repository": "https://github.com/wiris/html-integrations/tree/stable/packages/mathtype-tinymce5", + "repository": "https://github.com/wiris/html-integrations/tree/master/packages/tinymce5s", "homepage": "http://www.wiris.com/?utm_source=npmjs&utm_medium=referral", "bugs": { "email": "support@wiris.com" diff --git a/packages/tinymce6/package.json b/packages/tinymce6/package.json index 9ae8ca83d..813f78a1a 100644 --- a/packages/tinymce6/package.json +++ b/packages/tinymce6/package.json @@ -17,7 +17,7 @@ "tinymce5", "wiris" ], - "repository": "https://github.com/wiris/html-integrations/tree/stable/packages/mathtype-tinymce6", + "repository": "https://github.com/wiris/html-integrations/tree/master/packages/tinymce6", "homepage": "www.wiris.com/?utm_source=npmjs&utm_medium=referral", "bugs": { "email": "support@wiris.com" diff --git a/packages/wordpress/package.json b/packages/wordpress/package.json index 5f82115ee..668d0b17a 100644 --- a/packages/wordpress/package.json +++ b/packages/wordpress/package.json @@ -17,7 +17,7 @@ "tinymce5", "wiris" ], - "repository": "https://github.com/wiris/html-integrations/tree/stable/packages/mathtype-tinymce5", + "repository": "https://github.com/wiris/html-integrations/tree/master/packages/tinymce5", "homepage": "http://www.wiris.com/?utm_source=npmjs&utm_medium=referral", "bugs": { "email": "support@wiris.com"