Skip to content

Commit 27026e0

Browse files
committed
moving documentation folder under demos to make it work locally
1 parent c31ae93 commit 27026e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

demos/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
updateDemoNotes();
165165
});
166166
if (/default.html$/.test(path)) {
167-
$.get("../documentation/docs-" + path.match(/demos\/(.+)\//)[1] + ".html", function(html) {
167+
$.get("documentation/docs-" + path.match(/demos\/(.+)\//)[1] + ".html", function(html) {
168168
$("#demo-notes").after(html);
169169
$("#widget-docs").tabs();
170170
$(".param-header").click(function() {

release/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
</target>
235235

236236
<target name="docs-process" depends="docs-download">
237-
<property name="docs.dir" value="${ui.dir}/documentation" />
237+
<property name="docs.dir" value="${ui.dir}/demos/documentation" />
238238
<delete dir="${docs.dir}" />
239239
<mkdir dir="${docs.dir}" />
240240
<xslt includes="docs-*.xml" destdir="${docs.dir}" style="build/style.xsl" />

0 commit comments

Comments
 (0)