Skip to content

Commit 7320cb8

Browse files
committed
DOC-2324: Update playbook
1 parent 34e39b4 commit 7320cb8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site:
22
title: TinyMCE 5
3-
url: https://localhost:4000
3+
url: https://www.tiny.cloud/docs
44
start_page: tinymce::index.adoc
55
content:
66
sources:

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"server": "http-server build/site/ --port 4000",
1313
"serve": "npm-run-all -p watch server",
1414
"build": "./_scripts/api-reference.sh",
15-
"build-local": "./_scripts/api-reference-local.sh"
15+
"build-local": "./_scripts/api-reference-local.sh",
16+
"clean": "rm -rf ./build",
17+
"start": "yarn clean && yarn serve"
1618
},
1719
"author": "Tiny Technologies Inc",
1820
"license": "CC-BY-NC-SA-3.0",

0 commit comments

Comments
 (0)