Skip to content

Commit

Permalink
feat: Remove stable mentions (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
carla-at-wiris authored Nov 6, 2024
1 parent e4ea81e commit eb74695
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 22 deletions.
20 changes: 10 additions & 10 deletions docs/demos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<BRANCH>/<FRAMEWORK>/<EDITOR>/`.

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

Expand Down
4 changes: 3 additions & 1 deletion docs/development/cicd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5/dist/browser/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5/dist/browser/index.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ckeditor5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/devkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/froala/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/generic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/tinymce5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/tinymce6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]"
Expand Down

0 comments on commit eb74695

Please sign in to comment.