moving documentation folder under demos to make it work locally

This commit is contained in:
Jörn Zaefferer 2009-01-10 12:20:32 +00:00
parent c31ae93dc5
commit 27026e0f89
2 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,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() {

View File

@ -234,7 +234,7 @@
</target>
<target name="docs-process" depends="docs-download">
<property name="docs.dir" value="${ui.dir}/documentation" />
<property name="docs.dir" value="${ui.dir}/demos/documentation" />
<delete dir="${docs.dir}" />
<mkdir dir="${docs.dir}" />
<xslt includes="docs-*.xml" destdir="${docs.dir}" style="build/style.xsl" />