Skip to content

Commit bbed2ec

Browse files
committed
tweaking nav and script
1 parent 044e646 commit bbed2ec

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

modules/ROOT/nav.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ This is a nav file. the following info is for reference only at this time.
66
:type: index
77
////
88

9-
* xref:index.adoc[]
10-
119
* xref:quick-start.adoc[]
1210
1311
* General configuration guide

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"homepage": "https://github.com/tinymce/tinymce-docs#readme",
1212
"scripts": {
1313
"build": "antora antora-playbook.yml",
14-
"watch": "watch --interval=15 \"yarn build\" ./",
14+
"watch": "watch --interval=15 --ignoreDirectoryPattern='/build\\\//' \"yarn build\" ./",
1515
"server": "http-server build/site/ --port 4000",
1616
"serve": "npm-run-all -p watch server"
1717
},

0 commit comments

Comments
 (0)