Commit 34885b83 authored by Nick Poulden's avatar Nick Poulden
Browse files

Fix example titles, update Rakefile

parent 28f80d0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -241,7 +241,7 @@ class JsDuckRunner
      "--body-html", head_html,
      "--welcome", "template-min/welcome.html",
      "--eg-iframe", "template-min/eg-iframe.html",
      "--examples_base_url", "#{relative_touch_path}examples/",
      "--examples-base-url", "#{relative_touch_path}examples/",
    ]
  end

+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ Ext.define('Docs.view.examples.TouchContainer', {
     * @param {Object} example Example object
     */
    load: function(example) {
        this.title = example.text + " Example";
        this.title = example.title + " Example";
        this.device = Ext.create('Docs.view.examples.Device', {
            url: example.url,
            device: example.device || "phone",