mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
documentation: should be generated in /documentation, not /demos/documentation
This commit is contained in:
parent
87e135012d
commit
8b1a034276
@ -165,7 +165,7 @@
|
||||
updateDemoNotes();
|
||||
});
|
||||
if (/default.html$/.test(path)) {
|
||||
$.get("documentation/docs-" + path.match(/demos\/(.+)\//)[1] + ".html", function(html) {
|
||||
$.get("../documentation/docs-" + path.match(/demos\/(.+)\//)[1] + ".html", function(html) {
|
||||
$("#demo-notes").after(html);
|
||||
$("#widget-docs").tabs();
|
||||
$(".param-header").click(function() {
|
||||
|
@ -234,7 +234,7 @@
|
||||
</target>
|
||||
|
||||
<target name="docs-process" depends="docs-download">
|
||||
<property name="docs.dir" value="${ui.dir}/demos/documentation" />
|
||||
<property name="docs.dir" value="${ui.dir}/documentation" />
|
||||
<delete dir="${docs.dir}" />
|
||||
<mkdir dir="${docs.dir}" />
|
||||
<xslt includes="docs-*.xml" destdir="${docs.dir}" style="build/style.xsl" />
|
||||
|
Loading…
Reference in New Issue
Block a user