Skip to content

Commit 30b3e2a

Browse files
committed
DOC-3218: Add to branches list and bump dependencies.
1 parent 2f68e23 commit 30b3e2a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+731
-7142
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* @tinymce/documentation-team @abhinavgandham @soritaheng @FarzadHayat @LewisAtTiny @kemister85
1+
* @tinymce/documentation-team @abhinavgandham @soritaheng @kemister85
22

33
# Integration docs
44
/integrations/ @tinymce/documentation-team @tinymce/editor-platform-team @tinymce/integrations-team

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Ticket: DOC-<num>
22

3-
Site: [Staging branch](http://docs-<hotfix|feature>-7-doc-<num>.staging.tiny.cloud/docs/tinymce/latest/)
3+
Site: [Staging branch](http://docs-<hotfix|feature>-8-doc-<num>.staging.tiny.cloud/docs/tinymce/latest/)
44

55
Changes:
66
* <placeholder-text>
77

88
Pre-checks:
9-
- [ ] Branch prefixed with `feature/7/` or `hotfix/7/`
9+
- [ ] Branch prefixed with `feature/8/` or `hotfix/8/`
1010
- [ ] `modules/ROOT/nav.adoc` has been updated `(if applicable)`
1111
- [ ] Files has been included where required `(if applicable)`
1212
- [ ] Files removed have been deleted, not just excluded from the build `(if applicable)`

.github/workflows/develop_7_docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Develop 7 Docs
1+
name: Develop 8 Docs
22

33
on:
44
workflow_dispatch:
@@ -29,13 +29,13 @@ jobs:
2929
cache: 'yarn'
3030
node-version: ${{ matrix.node-version }}
3131

32-
- name: (Develop 7 Docs) Install dependencies
32+
- name: (Develop 8 Docs) Install dependencies
3333
run: yarn install
3434

35-
- name: (Develop 7 Docs) Build API References
35+
- name: (Develop 8 Docs) Build API References
3636
run: yarn build
3737

38-
- name: (Develop 7 Docs) Build Website
38+
- name: (Develop 8 Docs) Build Website
3939
run: yarn antora ./antora-playbook.yml
4040

4141
- name: (deploy) Prepare for branch deployments

antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ content:
88
branches: HEAD
99
start_path: ./
1010
- url: https://github.com/tinymce/tinymce-docs.git
11-
branches: [ tinymce/5, tinymce/6 ]
11+
branches: [ tinymce/5, tinymce/6, tinymce/7]
1212
urls:
1313
html_extension_style: indexify
1414
latest_version_segment: latest

antora.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: tinymce
22
title: TinyMCE Documentation
3-
version: '7'
3+
version: '8'
44
asciidoc:
55
attributes:
66
# anchor configuration (the @ allows it to be overridden if required)
@@ -25,8 +25,8 @@ asciidoc:
2525
exportpdf_service_url: exportpdf_service_url placeholder
2626
# product variables
2727
productname: TinyMCE
28-
productmajorversion: 7
29-
productminorversion: '7.9'
28+
productmajorversion: 8
29+
productminorversion: '8.0'
3030
##### product name in codeblock
3131
prodnamecode: tinymce
3232
#### more names

modules/ROOT/examples/live-demos/full-featured/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h5 style="text-align: center;">And visit the <a href="{{pricingpage}}">pricing
1111
<h2>Got questions or need help?</h2>
1212

1313
<ul>
14-
<li>Our <a class="mceNonEditable" href="{{site-url}}/tinymce/7/">documentation</a> is a great resource for learning how to configure TinyMCE.</li>
14+
<li>Our <a class="mceNonEditable" href="{{site-url}}/tinymce/8/">documentation</a> is a great resource for learning how to configure TinyMCE.</li>
1515
<li>Have a specific question? Try the <a href="{{communitysupporturl}}" target="_blank" rel="noopener"><code>{{prodnamecode}}</code> tag at Stack Overflow</a>.</li>
1616
<li>We also offer enterprise grade support as part of <a href="{{pricingpage}}">TinyMCE premium subscriptions</a>.</li>
1717
</ul>
@@ -70,11 +70,11 @@ <h2 class="p1"><span class="s1">🤖</span><span class="s2"><strong> Try out AI
7070

7171
<h2>Note on the included Templates demonstration</h2>
7272

73-
<p>The included Templates demonstration uses the <a class="mceNonEditable" href="{{site-url}}/tinymce/7/advanced-templates/#advtemplate_list"><code>advtemplate_list</code></a> configuration option to return a local promise containing a basic Template structure with self-contained examples.</p>
73+
<p>The included Templates demonstration uses the <a class="mceNonEditable" href="{{site-url}}/tinymce/8/advanced-templates/#advtemplate_list"><code>advtemplate_list</code></a> configuration option to return a local promise containing a basic Template structure with self-contained examples.</p>
7474

7575
<p>This example allows for the loading of and interacting with the Template user-interface but cannot be used to create, edit, or save Template items.</p>
7676

77-
<p>See the <a class="mceNonEditable" href="{{site-url}}/tinymce/7/advanced-templates/">Templates</a> documentation for details on how to setup Templates to interact with external data sources.</p>
77+
<p>See the <a class="mceNonEditable" href="{{site-url}}/tinymce/8/advanced-templates/">Templates</a> documentation for details on how to setup Templates to interact with external data sources.</p>
7878

7979
<h2>Found a bug?</h2>
8080

modules/ROOT/examples/live-demos/revisionhistory/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h2>A simple table to play with</h2>
3333
<h2>Got questions or need help?</h2>
3434

3535
<ul>
36-
<li>Our <a class="mceNonEditable" href="https://www.tiny.cloud/docs/tinymce/7/">documentation</a> is a great resource for learning how to configure TinyMCE.</li>
36+
<li>Our <a class="mceNonEditable" href="https://www.tiny.cloud/docs/tinymce/8/">documentation</a> is a great resource for learning how to configure TinyMCE.</li>
3737
<li>Have a specific question? Try the <a href="https://stackoverflow.com/questions/tagged/tinymce" target="_blank" rel="noopener"><code>tinymce</code> tag at Stack Overflow</a>.</li>
3838
<li>We also offer enterprise grade support as part of <a href="https://www.tiny.cloud/pricing">TinyMCE premium subscriptions</a>.</li>
3939
</ul>

modules/ROOT/nav.adoc

Lines changed: 13 additions & 117 deletions
Original file line numberDiff line numberDiff line change
@@ -414,123 +414,19 @@
414414
** xref:tinymce-and-cors.adoc[Cross-Origin Resource Sharing (CORS)]
415415
* Release information
416416
** xref:release-notes.adoc[Release notes for {productname}]
417-
*** {productname} 7.9.0
418-
**** xref:7.9.0-release-notes.adoc#overview[Overview]
419-
**** xref:7.9.0-release-notes.adoc#accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes]
420-
**** xref:7.9.0-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
421-
**** xref:7.9.0-release-notes.adoc#improvements[Improvements]
422-
**** xref:7.9.0-release-notes.adoc#additions[Additions]
423-
**** xref:7.9.0-release-notes.adoc#changes[Changes]
424-
**** xref:7.9.0-release-notes.adoc#bug-fixes[Bug fixes]
425-
*** {productname} 7.8.0
426-
**** xref:7.8.0-release-notes.adoc#overview[Overview]
427-
**** xref:7.8.0-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
428-
**** xref:7.8.0-release-notes.adoc#improvements[Improvements]
429-
**** xref:7.8.0-release-notes.adoc#additions[Additions]
430-
**** xref:7.8.0-release-notes.adoc#bug-fixes[Bug fixes]
431-
*** {productname} 7.7.2
432-
**** xref:7.7.2-release-notes.adoc#overview[Overview]
433-
**** xref:7.7.2-release-notes.adoc#bug-fixes[Bug fixes]
434-
*** {productname} 7.7.1
435-
**** xref:7.7.1-release-notes.adoc#overview[Overview]
436-
**** xref:7.7.1-release-notes.adoc#accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes]
437-
**** xref:7.7.1-release-notes.adoc#bug-fixes[Bug fixes]
438-
**** xref:7.7.1-release-notes.adoc#security-fixes[Security fixes]
439-
*** {productname} 7.7.0
440-
**** xref:7.7.0-release-notes.adoc#overview[Overview]
441-
**** xref:7.7.0-release-notes.adoc#accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes]
442-
**** xref:7.7.0-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
443-
**** xref:7.7.0-release-notes.adoc#improvements[Improvements]
444-
**** xref:7.7.0-release-notes.adoc#additions[Additions]
445-
**** xref:7.7.0-release-notes.adoc#bug-fixes[Bug fixes]
446-
**** xref:7.7.0-release-notes.adoc#known-issues[Known issues]
447-
*** {productname} 7.6.1
448-
**** xref:7.6.1-release-notes.adoc#overview[Overview]
449-
**** xref:7.6.1-release-notes.adoc#accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes]
450-
**** xref:7.6.1-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
451-
**** xref:7.6.1-release-notes.adoc#bug-fixes[Bug fixes]
452-
**** xref:7.6.1-release-notes.adoc#security-fixes[Security fixes]
453-
*** {productname} 7.6.0
454-
**** xref:7.6.0-release-notes.adoc#overview[Overview]
455-
**** xref:7.6.0-release-notes.adoc#new-premium-plugin[New Premium plugin]
456-
**** xref:7.6.0-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
457-
**** xref:7.6.0-release-notes.adoc#accompanying-enhanced-skins-and-icon-packs-changes[Accompanying Enhanced Skins & Icon Packs changes]
458-
**** xref:7.6.0-release-notes.adoc#improvements[Improvements]
459-
**** xref:7.6.0-release-notes.adoc#additions[Additions]
460-
**** xref:7.6.0-release-notes.adoc#bug-fixes[Bug fixes]
461-
**** xref:7.6.0-release-notes.adoc#known-issues[Known issues]
462-
*** {productname} 7.5.1
463-
**** xref:7.5.1-release-notes.adoc#overview[Overview]
464-
**** xref:7.5.1-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
465-
*** {productname} 7.5
466-
**** xref:7.5-release-notes.adoc#overview[Overview]
467-
**** xref:7.5-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
468-
**** xref:7.5-release-notes.adoc#improvements[Improvements]
469-
**** xref:7.5-release-notes.adoc#additions[Additions]
470-
**** xref:7.5-release-notes.adoc#bug-fixes[Bug fixes]
471-
**** xref:7.5-release-notes.adoc#known-issues[Known issues]
472-
*** {productname} 7.4.1
473-
**** xref:7.4.1-release-notes.adoc#overview[Overview]
474-
**** xref:7.4.1-release-notes.adoc#security-fix[Security fix]
475-
*** {productname} 7.4
476-
**** xref:7.4-release-notes.adoc#overview[Overview]
477-
**** xref:7.4-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
478-
**** xref:7.4-release-notes.adoc#improvements[Improvements]
479-
**** xref:7.4-release-notes.adoc#additions[Additions]
480-
**** xref:7.4-release-notes.adoc#bug-fixes[Bug fixes]
481-
**** xref:7.4-release-notes.adoc#known-issues[Known issues]
482-
*** {productname} 7.3
483-
**** xref:7.3-release-notes.adoc#overview[Overview]
484-
**** xref:7.3-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
485-
**** xref:accompanying-enhanced-skins-and-icon-packs-changes[Accompanying Enhanced Skins & Icon Packs changes]
486-
**** xref:7.3-release-notes.adoc#improvements[Improvements]
487-
**** xref:7.3-release-notes.adoc#additions[Additions]
488-
**** xref:7.3-release-notes.adoc#bug-fixes[Bug fixes]
489-
*** {productname} 7.2.1
490-
**** xref:7.2.1-release-notes.adoc#overview[Overview]
491-
**** xref:7.2.1-release-notes.adoc#bug-fixes[Bug fixes]
492-
*** {productname} 7.2
493-
**** xref:7.2-release-notes.adoc#overview[Overview]
494-
**** xref:7.2-release-notes.adoc#accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes]
495-
**** xref:7.2-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
496-
**** xref:7.2-release-notes.adoc#improvements[Improvements]
497-
**** xref:7.2-release-notes.adoc#additions[Additions]
498-
**** xref:7.2-release-notes.adoc#changes[Changes]
499-
**** xref:7.2-release-notes.adoc#bug-fixes[Bug fixes]
500-
**** xref:7.2-release-notes.adoc#security-fixes[Security fixes]
501-
*** {productname} 7.1.2
502-
**** xref:7.1.2-release-notes.adoc#overview[Overview]
503-
**** xref:7.1.2-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
504-
**** xref:7.1.2-release-notes.adoc#bug-fixes[Bug fixes]
505-
*** {productname} 7.1.1
506-
**** xref:7.1.1-release-notes.adoc#overview[Overview]
507-
**** xref:7.1.1-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
508-
**** xref:7.1.1-release-notes.adoc#bug-fixes[Bug fixes]
509-
*** {productname} 7.1
510-
**** xref:7.1-release-notes.adoc#overview[Overview]
511-
***** xref:7.1-release-notes.adoc#accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes]
512-
***** xref:7.1-release-notes.adoc#new-premium-plugin[New Premium plugin]
513-
**** xref:7.1-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
514-
**** xref:7.1-release-notes.adoc#improvements[Improvements]
515-
**** xref:7.1-release-notes.adoc#bug-fixes[Bug fixes]
516-
**** xref:7.1-release-notes.adoc#security-fixes[Security fixes]
517-
*** {productname} 7.0.1
518-
**** xref:7.0.1-release-notes.adoc#overview[Overview]
519-
**** xref:7.0.1-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
520-
**** xref:7.0.1-release-notes.adoc#bug-fixes[Bug fixes]
521-
*** {productname} 7.0
522-
**** xref:7.0-release-notes.adoc#overview[Overview]
523-
**** xref:7.0-release-notes.adoc#new-premium-plugins[New Premium plugins]
524-
**** xref:7.0-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
525-
**** xref:7.0-release-notes.adoc#accompanying-open-source-plugin-end-of-life-announcement[Accompanying open source plugin end-of-life-announcement]
526-
**** xref:7.0-release-notes.adoc#accompanying-enhanced-skins-and-icon-packs-changes[Accompanying Enhanced Skins & Icon Packs changes]
527-
**** xref:7.0-release-notes.adoc#improvements[Improvements]
528-
**** xref:7.0-release-notes.adoc#additions[Additions]
529-
**** xref:7.0-release-notes.adoc#changes[Changes]
530-
**** xref:7.0-release-notes.adoc#removed[Removed]
531-
**** xref:7.0-release-notes.adoc#bug-fixes[Bug fixes]
532-
**** xref:7.0-release-notes.adoc#security-fixes[Security fixes]
533-
**** xref:7.0-release-notes.adoc#known-issues[Known issues]
417+
*** {productname} 8.0
418+
**** xref:8.0-release-notes.adoc#overview[Overview]
419+
**** xref:8.0-release-notes.adoc#new-premium-plugins[New Premium plugins]
420+
**** xref:8.0-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
421+
**** xref:8.0-release-notes.adoc#accompanying-open-source-plugin-end-of-life-announcement[Accompanying open source plugin end-of-life-announcement]
422+
**** xref:8.0-release-notes.adoc#accompanying-enhanced-skins-and-icon-packs-changes[Accompanying Enhanced Skins & Icon Packs changes]
423+
**** xref:8.0-release-notes.adoc#improvements[Improvements]
424+
**** xref:8.0-release-notes.adoc#additions[Additions]
425+
**** xref:8.0-release-notes.adoc#changes[Changes]
426+
**** xref:8.0-release-notes.adoc#removed[Removed]
427+
**** xref:8.0-release-notes.adoc#bug-fixes[Bug fixes]
428+
**** xref:8.0-release-notes.adoc#security-fixes[Security fixes]
429+
**** xref:8.0-release-notes.adoc#known-issues[Known issues]
534430
** xref:changelog.adoc[Changelog]
535431
* xref:invalid-api-key.adoc[Invalid API key]
536432
* xref:license-key.adoc[License key]

0 commit comments

Comments
 (0)