From ad6baf24449b51e454bb2fe944db76b62d232cd8 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Thu, 8 Jan 2009 21:57:49 +0000 Subject: integrating documentation into demo files, first draft; run Ant targets docs-download and docs-process to generate the files --- demos/index.html | 2 +- release/build.xml | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/demos/index.html b/demos/index.html index e7f19ab84..5516531e2 100644 --- a/demos/index.html +++ b/demos/index.html @@ -164,7 +164,7 @@ updateDemoNotes(); }); if (/default.html$/.test(path)) { - $.get("../documentation/" + 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() { diff --git a/release/build.xml b/release/build.xml index 247ac554c..d4d18972c 100644 --- a/release/build.xml +++ b/release/build.xml @@ -220,24 +220,24 @@ - - - - - - - - - - - + + + + + + + + + + + - + -- cgit v1.2.3