File tree Expand file tree Collapse file tree 5 files changed +7
-123
lines changed
Expand file tree Collapse file tree 5 files changed +7
-123
lines changed Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11site :
22 title : TinyMCE Documentation
3- url : localhost:4000
3+ url : https:// localhost:4000
44 start_page : tinymce::index.adoc
55content :
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 ]
1612urls :
1713 html_extension_style : indexify
1814ui :
2117asciidoc :
2218 attributes :
2319 tinymce_live_demo_url : https://cdn.tiny.cloud/1/qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc/tinymce/6-dev/tinymce.min.js
20+ runtime :
21+ fetch : true
Original file line number Diff line number Diff line change 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/*"
You can’t perform that action at this time.
0 commit comments