Skip to content

Commit 34e39b4

Browse files
committed
DOC-2324: Update playbook
1 parent 51d0b22 commit 34e39b4

File tree

8 files changed

+8
-173
lines changed

8 files changed

+8
-173
lines changed

.github/workflows/feature_5_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: yarn build
3535

3636
- name: (Feature - Docs 5) Build Website
37-
run: yarn antora ./antora-playbook-dev.yml
37+
run: yarn antora ./antora-playbook.yml
3838

3939
- name: (deploy) Prepare for branch deployments
4040
shell: bash

.github/workflows/release_5_docs.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

.github/workflows/staging_5_docs.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

_scripts/api-reference.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rm -rf _data
1313
rm -rf "$API_TMPDIR"
1414
mkdir "$API_TMPDIR"
1515
curl -s "$TARBALL_URL" | tar xzf - -C "$API_TMPDIR" --strip-components 1
16-
npx moxiedoc "$API_TMPDIR/modules/tinymce/src/core/main/ts" -t antora -s "legacy" -o "$API_TMPDIR/tinymce-api-reference.zip"
16+
npx moxiedoc "$API_TMPDIR/modules/tinymce/src/core/main/ts" -t antora -s legacy -o "$API_TMPDIR/tinymce-api-reference.zip"
1717
unzip -o "$API_TMPDIR/tinymce-api-reference.zip"
1818

1919
# remove old api adoc pages

antora-playbook-dev.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

antora-playbook-prod.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

antora-playbook-staging.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

antora-playbook.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
site:
2-
title: TinyMCE 5 Documentation
3-
url: https://www.tiny.cloud/docs
2+
title: TinyMCE 5
3+
url: https://localhost:4000
44
start_page: tinymce::index.adoc
55
content:
66
sources:
77
- url: ./
88
branches: HEAD
99
start_path: ./
10+
- url: https://github.com/MitchC1999/tinymce-docs.git
11+
branches: [ 6, 7 ]
1012
urls:
1113
html_extension_style: indexify
1214
ui:
@@ -15,3 +17,5 @@ ui:
1517
asciidoc:
1618
extensions:
1719
- '@tinymce/antora-extension-livedemos'
20+
runtime:
21+
fetch: true

0 commit comments

Comments
 (0)