Commit 5bb5d9f0 authored by Jamie Avins's avatar Jamie Avins
Browse files

Updates for chart title. Make example link more generic.

parent cc85bd19
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -156,6 +156,7 @@ task :charts do
  load_sdk_vars
  system(*[
    "ruby", "bin/jsduck",
    "--title", "Sencha Touch Charts API Documentation",
    "--external", "Error",
    "--ignore-global",
    "--guides", "#{SDK_DIR}/charts/guides",
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ Ext.define('Docs.view.index.Container', {
                    '<h1>Guides</h1>',
                    '{guides}',
                    '<div class="examples">',
                        '<a href="http://dev.sencha.com/deploy/ext-4.0.2a/examples/index.html">View the Ext 4.0 examples &rarr;</a>',
                        '<a href="../examples/index.html">View the examples &rarr;</a>',
                    '</div>',
                '</div>',
            '</tpl>',