Skip to content

Commit e00c3d1

Browse files
committed
DOC-2324: Fix demos
1 parent 06da318 commit e00c3d1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

-scripts/api-reference.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ unzip -o "$API_TMPDIR/tinymce-api-reference.zip"
2020
rm -rf modules/ROOT/pages/apis/
2121

2222
# removed old static api html pages (clear cache), it can corrupt the build
23-
rm -rf build/site/_/tinymce/6.0/apis/
23+
rm -rf build/site/tinymce/6/apis/
2424

2525
# move newly generated adoc pages, antora will then generate new static html pages
2626
mv _data/antora modules/ROOT/pages/apis

antora-playbook.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ content:
1111
branches: [ 5, 7 ]
1212
urls:
1313
html_extension_style: indexify
14+
latest_version_segment: latest
1415
ui:
1516
bundle:
1617
url: https://tiny-cloud-docs-antora-themes-staging.s3.amazonaws.com/ui-bundle.zip
1718
asciidoc:
18-
attributes:
19-
tinymce_live_demo_url: https://cdn.tiny.cloud/1/qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc/tinymce/6-dev/tinymce.min.js
19+
extensions:
20+
- '@tinymce/antora-extension-livedemos'
2021
runtime:
2122
fetch: true

0 commit comments

Comments
 (0)