We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e39b4 commit 7320cb8Copy full SHA for 7320cb8
antora-playbook.yml
@@ -1,6 +1,6 @@
1
site:
2
title: TinyMCE 5
3
- url: https://localhost:4000
+ url: https://www.tiny.cloud/docs
4
start_page: tinymce::index.adoc
5
content:
6
sources:
package.json
@@ -12,7 +12,9 @@
12
"server": "http-server build/site/ --port 4000",
13
"serve": "npm-run-all -p watch server",
14
"build": "./_scripts/api-reference.sh",
15
- "build-local": "./_scripts/api-reference-local.sh"
+ "build-local": "./_scripts/api-reference-local.sh",
16
+ "clean": "rm -rf ./build",
17
+ "start": "yarn clean && yarn serve"
18
},
19
"author": "Tiny Technologies Inc",
20
"license": "CC-BY-NC-SA-3.0",
0 commit comments