pantograph/lib/pantograph/documentation/docs_generator.rb in pantograph-0.1.4 vs pantograph/lib/pantograph/documentation/docs_generator.rb in pantograph-0.1.6
- old
+ new
@@ -44,11 +44,11 @@
output << ""
end
output << "This README.md is auto-generated and will be re-generated every time [pantograph](https://pantograph.tools) is run."
output << "More information about pantograph can be found on [pantograph.tools](https://pantograph.tools)."
- output << "The documentation of pantograph can be found on [docs.pantograph.tools](https://docs.pantograph.tools)."
+ output << "The documentation of pantograph can be found on [johnknapprs.github.io/pantograph](https://johnknapprs.github.io/pantograph)."
output << ""
begin
File.write(output_path, output.join("\n"))
UI.success("Successfully generated documentation at path '#{File.expand_path(output_path)}'") if PantographCore::Globals.verbose?
@@ -69,13 +69,18 @@
'iOS'
when 'android'
'Android'
when 'mac'
'MacOS'
+ when 'gradle'
+ 'Gradle'
+ when 'maven'
+ 'Maven'
+ when 'angular'
+ 'Angular'
else
pl
end
-
end
# @param platform [String]
# @param lane [Pantograph::Lane]
# @param description [String]