- {{^hide_name}}

{{name}}

{{/hide_name}} + {{^hide_name}}

{{name}}

{{/hide_name}} {{#declaration}}
diff --git a/platform/darwin/docs/theme/templates/footer.mustache b/platform/darwin/docs/theme/templates/footer.mustache index e72ede6126..c0bd7b9446 100644 --- a/platform/darwin/docs/theme/templates/footer.mustache +++ b/platform/darwin/docs/theme/templates/footer.mustache @@ -1,3 +1,3 @@ -
{{/name}} @@ -15,7 +15,7 @@ - {{name}} + {{name}} {{#default_impl_abstract}} @@ -29,9 +29,7 @@ {{/from_protocol_extension}}
-
-
{{#abstract}}
{{{abstract}}} @@ -49,13 +47,13 @@ {{#declaration}}

Declaration

-
-

{{language}}

+
+

{{language}}

{{{declaration}}}
{{#other_language_declaration}} -
-

Swift

+
+

Swift

{{{other_language_declaration}}}
{{/other_language_declaration}} @@ -80,10 +78,10 @@
{{/return}} {{#github_token_url}} -
+ {{/github_token_url}} diff --git a/platform/ios/originals/screenshot.sketch b/platform/ios/originals/screenshot.sketch new file mode 100644 index 0000000000..6b938457f1 Binary files /dev/null and b/platform/ios/originals/screenshot.sketch differ diff --git a/platform/ios/originals/screenshots.sketch b/platform/ios/originals/screenshots.sketch deleted file mode 100644 index 9098b3db60..0000000000 Binary files a/platform/ios/originals/screenshots.sketch and /dev/null differ diff --git a/platform/ios/screenshot.png b/platform/ios/screenshot.png index 6f5f7bb7d8..62c04746d4 100644 Binary files a/platform/ios/screenshot.png and b/platform/ios/screenshot.png differ diff --git a/platform/ios/scripts/document.sh b/platform/ios/scripts/document.sh index 2fb57a2688..fddf5abb0f 100755 --- a/platform/ios/scripts/document.sh +++ b/platform/ios/scripts/document.sh @@ -47,4 +47,4 @@ jazzy \ --output ${OUTPUT} # https://github.com/realm/jazzy/issues/411 find ${OUTPUT} -name *.html -exec \ - perl -pi -e 's/Mapbox\s+(Docs|Reference)/Mapbox iOS SDK $1/' {} \; + perl -pi -e 's/BRANDLESS_DOCSET_TITLE/iOS SDK $1/, s/Mapbox\s+(Docs|Reference)/Mapbox iOS SDK $1/' {} \; diff --git a/platform/macos/scripts/document.sh b/platform/macos/scripts/document.sh index fc026d08f5..d03ad91674 100755 --- a/platform/macos/scripts/document.sh +++ b/platform/macos/scripts/document.sh @@ -43,4 +43,4 @@ jazzy \ --output ${OUTPUT} # https://github.com/realm/jazzy/issues/411 find ${OUTPUT} -name *.html -exec \ - perl -pi -e 's/Mapbox\s+(Docs|Reference)/Mapbox macOS SDK $1/' {} \; + perl -pi -e 's/BRANDLESS_DOCSET_TITLE/macOS SDK $1/, s/Mapbox\s+(Docs|Reference)/Mapbox macOS SDK $1/' {} \; -- cgit v1.2.1