lib/jazzy/docset_builder.rb in jazzy-0.13.2 vs lib/jazzy/docset_builder.rb in jazzy-0.13.3

- old
+ new

@@ -41,9 +41,11 @@ template = Pathname(__dir__) + 'docset_builder/info_plist.mustache' plist << Mustache.render( template.read, lowercase_name: source_module.name.downcase, name: source_module.name, + root_url: config.root_url, + playground_url: config.docset_playground_url, ) end end def create_archive