Skip to content

Commit eb74695

Browse files
feat: Remove stable mentions (#1034)
1 parent e4ea81e commit eb74695

File tree

13 files changed

+24
-22
lines changed

13 files changed

+24
-22
lines changed

docs/demos/README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@ This is managed by the `deploy-staging.yml` workflow.
4242
Conversely, when a branch is deleted, the corresponding deployed demos get removed as well.
4343
This is managed by the `dismantle-staging.yml` workflow.
4444

45-
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.
45+
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.
4646

4747
The URL format for each demo is as follows: `https://integrations.wiris.kitchen/<BRANCH>/<FRAMEWORK>/<EDITOR>/`.
4848

49-
The following table contains all our demos, together with links to the corresponding deployment for the branch `stable`:
49+
The following table contains all our demos, together with links to the corresponding deployment for the branch `master`:
5050

51-
| FRAMEWORK | Editor and Version | EDITOR | Deployment URL for `stable` |
51+
| FRAMEWORK | Editor and Version | EDITOR | Deployment URL for `master` |
5252
| --------- | ------------------- | ---------------------------------------------------- | ------------------------------------------------------------ |
53-
| html | CKEditor V4 | [ckeditor4](../../demos/html/ckeditor4) | https://integrations.wiris.kitchen/stable/html/ckeditor4/ |
54-
| html | CKEditor V5 | [ckeditor5](../../demos/html/ckeditor5) | https://integrations.wiris.kitchen/stable/html/ckeditor5/ |
55-
| html | Froala | [froala](../../demos/html/froala) | https://integrations.wiris.kitchen/stable/html/froala/ |
56-
| html | Generic integration | [generic](../../demos/html/generic) | https://integrations.wiris.kitchen/stable/html/generic/ |
57-
| html | TinyMCE V5 | [tinymce5](../../demos/html/tinymce5) | https://integrations.wiris.kitchen/stable/html/tinymce5/ |
58-
| html | TinyMCE V6 | [tinymce6](../../demos/html/tinymce6) | https://integrations.wiris.kitchen/stable/html/tinymce6/ |
59-
| vue | CKEditor V5 | [ckeditor5](../../demos/vue/ckeditor5/README.md) | https://integrations.wiris.kitchen/stable/vue/ckeditor5/ |
53+
| html | CKEditor V4 | [ckeditor4](../../demos/html/ckeditor4) | https://integrations.wiris.kitchen/master/html/ckeditor4/ |
54+
| html | CKEditor V5 | [ckeditor5](../../demos/html/ckeditor5) | https://integrations.wiris.kitchen/master/html/ckeditor5/ |
55+
| html | Froala | [froala](../../demos/html/froala) | https://integrations.wiris.kitchen/master/html/froala/ |
56+
| html | Generic integration | [generic](../../demos/html/generic) | https://integrations.wiris.kitchen/master/html/generic/ |
57+
| html | TinyMCE V5 | [tinymce5](../../demos/html/tinymce5) | https://integrations.wiris.kitchen/master/html/tinymce5/ |
58+
| html | TinyMCE V6 | [tinymce6](../../demos/html/tinymce6) | https://integrations.wiris.kitchen/master/html/tinymce6/ |
59+
| vue | CKEditor V5 | [ckeditor5](../../demos/vue/ckeditor5/README.md) | https://integrations.wiris.kitchen/master/vue/ckeditor5/ |
6060

6161
## Running a demo using the local source code
6262

docs/development/cicd/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ This job uses JSDoc library to generate a static site as an artifact called `mat
1717

1818
### Run Cypress tests with npm packages
1919

20+
**[Deprecated]**
21+
2022
Builds the packages using the source code available at npmjs and runs all available Cypress tests.
2123

2224
- **On schedule**: every Monday at 1AM. It sends the test data to [Cypress Dashboard][cypress-dashboard]. It can be run on any branch.
2325

24-
- **On demand**: a manual trigger that allows the user to send data to [Cypress Dashboard][cypress-dashboard], optionally. It only runs on `stable` branch.
26+
- **On demand**: a manual trigger that allows the user to send data to [Cypress Dashboard][cypress-dashboard], optionally.
2527

2628
## Actions secrets
2729

packages/ckeditor4/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"mathtype",
1818
"wiris"
1919
],
20-
"repository": "https://github.com/wiris/html-integrations/tree/stable/packages/mathtype-ckeditor4",
20+
"repository": "https://github.com/wiris/html-integrations/tree/master/packages/ckeditor4",
2121
"homepage": "https://www.wiris.com/?utm_source=npmjs&utm_medium=referral",
2222
"bugs": {
2323
"email": "[email protected]"

packages/ckeditor5/dist/browser/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10808,7 +10808,7 @@ var keywords = [
1080810808
"mathtype",
1080910809
"wiris"
1081010810
];
10811-
var repository = "https://github.com/wiris/html-integrations/tree/stable/packages/mathtype-ckeditor5";
10811+
var repository = "https://github.com/wiris/html-integrations/tree/master/packages/ckeditor5";
1081210812
var homepage = "https://www.wiris.com/";
1081310813
var bugs = {
1081410814

packages/ckeditor5/dist/browser/index.umd.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10810,7 +10810,7 @@
1081010810
"mathtype",
1081110811
"wiris"
1081210812
];
10813-
var repository = "https://github.com/wiris/html-integrations/tree/stable/packages/mathtype-ckeditor5";
10813+
var repository = "https://github.com/wiris/html-integrations/tree/master/packages/ckeditor5";
1081410814
var homepage = "https://www.wiris.com/";
1081510815
var bugs = {
1081610816

packages/ckeditor5/dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ckeditor5/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"mathtype",
1818
"wiris"
1919
],
20-
"repository": "https://github.com/wiris/html-integrations/tree/stable/packages/mathtype-ckeditor5",
20+
"repository": "https://github.com/wiris/html-integrations/tree/master/packages/ckeditor5",
2121
"homepage": "https://www.wiris.com/",
2222
"bugs": {
2323
"email": "[email protected]"

packages/devkit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"mathtype",
1616
"wiris"
1717
],
18-
"repository": "https://github.com/wiris/html-integrations/tree/stable/packages/mathtype-html-integration-devkit",
18+
"repository": "https://github.com/wiris/html-integrations/tree/master/packages/devkit",
1919
"homepage": "https://www.wiris.com/?utm_source=npmjs&utm_medium=referral",
2020
"bugs": {
2121
"email": "[email protected]"

packages/froala/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"mathtype",
1919
"wiris"
2020
],
21-
"repository": "https://github.com/wiris/html-integrations/tree/stable/packages/mathtype-froala",
21+
"repository": "https://github.com/wiris/html-integrations/tree/master/packages/froala",
2222
"homepage": "https://www.wiris.com/?utm_source=npmjs&utm_medium=referral",
2323
"bugs": {
2424
"email": "[email protected]"

packages/generic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"mathtype",
1616
"wiris"
1717
],
18-
"repository": "https://github.com/wiris/html-integrations/tree/stable/packages/mathtype-generic",
18+
"repository": "https://github.com/wiris/html-integrations/tree/master/packages/generic",
1919
"homepage": "http://www.wiris.com/?utm_source=npmjs&utm_medium=referral",
2020
"bugs": {
2121
"email": "[email protected]"

packages/tinymce5/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"tinymce5",
1818
"wiris"
1919
],
20-
"repository": "https://github.com/wiris/html-integrations/tree/stable/packages/mathtype-tinymce5",
20+
"repository": "https://github.com/wiris/html-integrations/tree/master/packages/tinymce5s",
2121
"homepage": "http://www.wiris.com/?utm_source=npmjs&utm_medium=referral",
2222
"bugs": {
2323
"email": "[email protected]"

packages/tinymce6/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"tinymce5",
1818
"wiris"
1919
],
20-
"repository": "https://github.com/wiris/html-integrations/tree/stable/packages/mathtype-tinymce6",
20+
"repository": "https://github.com/wiris/html-integrations/tree/master/packages/tinymce6",
2121
"homepage": "www.wiris.com/?utm_source=npmjs&utm_medium=referral",
2222
"bugs": {
2323
"email": "[email protected]"

packages/wordpress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"tinymce5",
1818
"wiris"
1919
],
20-
"repository": "https://github.com/wiris/html-integrations/tree/stable/packages/mathtype-tinymce5",
20+
"repository": "https://github.com/wiris/html-integrations/tree/master/packages/tinymce5",
2121
"homepage": "http://www.wiris.com/?utm_source=npmjs&utm_medium=referral",
2222
"bugs": {
2323
"email": "[email protected]"

0 commit comments

Comments
 (0)