Skip to content

Commit 51dca4e

Browse files
committed
DOC-2324: Update playbook
1 parent eaaf5de commit 51dca4e

File tree

5 files changed

+7
-123
lines changed

5 files changed

+7
-123
lines changed

.github/workflows/feature_6_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 6) 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_6_docs.yml

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

.github/workflows/staging_6_docs.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
site:
22
title: TinyMCE Documentation
3-
url: localhost:4000
3+
url: https://localhost:4000
44
start_page: tinymce::index.adoc
55
content:
66
sources:
77
- url: ./
88
branches: HEAD
99
start_path: ./
1010
- url: https://github.com/MitchC1999/tinymce-docs.git
11-
branches:
12-
- 5
13-
- 7
14-
- staging/docs-5
15-
- staging/docs-7
11+
branches: [ 5, 7 ]
1612
urls:
1713
html_extension_style: indexify
1814
ui:
@@ -21,3 +17,5 @@ ui:
2117
asciidoc:
2218
attributes:
2319
tinymce_live_demo_url: https://cdn.tiny.cloud/1/qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc/tinymce/6-dev/tinymce.min.js
20+
runtime:
21+
fetch: true

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"scripts": {
1111
"build": "./-scripts/api-reference.sh",
1212
"build-local-ref": "./-scripts/api-reference-local.sh",
13-
"nodemon-dev": "nodemon --exec yarn antora ./antora-playbook-local.yml",
13+
"nodemon-dev": "nodemon --exec yarn antora ./antora-playbook.yml",
1414
"server": "http-server build/site/ --port 4000",
1515
"serve": "npm-run-all -p nodemon-dev server"
1616
},
1717
"author": "Tiny Technologies Inc",
1818
"license": "CC-BY-NC-SA-3.0",
1919
"nodemonConfig": {
2020
"execMap": {
21-
"build": "antora ./antora-playbook-local.yml"
21+
"build": "antora ./antora-playbook.yml"
2222
},
2323
"watch": [
2424
"modules/*"

0 commit comments

Comments
 (0)