You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaname="description" content="Ext JS 4.0 API Documentation from Sencha. Class documentation, Guides and Videos on how to create Javascript applications with Ext JS 4">
77
+
EOHTML
74
78
75
79
run_jsduck([
76
80
"--title","Ext JS 4.0.2a API Documentation",
77
81
"--footer","ExtJS 4.0.2a Documentation from Sencha. Generated with <a href='https://github.com/senchalabs/jsduck'>JSDuck</a> revison #{rev}",
82
+
"--head-html",head_html,
78
83
"#{SDK_DIR}/extjs/src",
79
84
"#{SDK_DIR}/platform/src",
80
85
"#{SDK_DIR}/platform/core/src",
@@ -92,7 +97,7 @@ desc "Run JSDuck on ExtJS SDK to create release version of docs app"
92
97
task:exportdo
93
98
load_sdk_vars
94
99
run_jsduck_export([
95
-
"--append-html",<<-EOHTML
100
+
"--body-html",<<-EOHTML
96
101
<divid="notice-text" style="display: none">
97
102
Use <ahref="http://docs.sencha.com/ext-js/4-0">http://docs.sencha.com/ext-js/4-0</a> for up to date documentation and features
98
103
</div>
@@ -104,7 +109,7 @@ desc "Run JSDuck on ExtJS SDK to create live docs app"
0 commit comments