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 044e646 commit bbed2ecCopy full SHA for bbed2ec
modules/ROOT/nav.adoc
@@ -6,8 +6,6 @@ This is a nav file. the following info is for reference only at this time.
6
:type: index
7
////
8
9
-* xref:index.adoc[]
10
-
11
* xref:quick-start.adoc[]
12
13
* General configuration guide
package.json
@@ -11,7 +11,7 @@
"homepage": "https://github.com/tinymce/tinymce-docs#readme",
"scripts": {
"build": "antora antora-playbook.yml",
14
- "watch": "watch --interval=15 \"yarn build\" ./",
+ "watch": "watch --interval=15 --ignoreDirectoryPattern='/build\\\//' \"yarn build\" ./",
15
"server": "http-server build/site/ --port 4000",
16
"serve": "npm-run-all -p watch server"
17
},
0 commit comments