Skip to content

Commit

Permalink
Eviscerate jazzy guides (#1552)
Browse files Browse the repository at this point in the history
* Deleted Simulating Routes guide

The guide says very little now. Not worth the extra bits.

* Deleted jazzy guides in favor of Mapbox-hosted guides

* Link to new product site

* Deleted guides, examples, example script

* Updated link in issue template

* Fixed link
  • Loading branch information
1ec5 authored Jul 12, 2018
1 parent e5f3715 commit e2b3f4a
Show file tree
Hide file tree
Showing 24 changed files with 19 additions and 837 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Hello and thanks for contributing!
Before continuing, can you check if the answer is available within:
* The documentation - https://www.mapbox.com/mapbox-navigation-ios/navigation/
* Guides and examples - https://www.mapbox.com/ios-sdk/navigation/
* API reference - https://www.mapbox.com/mapbox-navigation-ios/navigation/
* The example app - https://github.com/mapbox/navigation-ios-examples
-->
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## master

### Packaging

* Moved guides and examples to [a new Mapbox Navigation SDK for iOS website](https://www.mapbox.com/ios-sdk/navigation/). ([#1552](https://github.com/mapbox/mapbox-navigation-ios/pull/1552))

### Other changes

* Fixed an issue when selecting a step from the steps list, you could be brought to the wrong step. [#1524](https://github.com/mapbox/mapbox-navigation-ios/pull/1524/)
* `StyleManager.locationFor(styleManager:)` now allows for an optional CLLocation to be returned. [#1523](https://github.com/mapbox/mapbox-navigation-ios/pull/1523)
* NavigationViewController now uses the recommended way `.preferredStatusBarStyle` to set the style of the status bar. [#1535](https://github.com/mapbox/mapbox-navigation-ios/pull/1535)
Expand Down
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,3 @@ The .strings files should still be in the original English – that’s expecte
1. Run `tx pull -a` to fetch translations from Transifex. You can restrict the operation to just the new language using `tx pull -l xyz`, where _xyz_ is the language code.
1. To facilitate diffing and merging, convert any added .strings files from UTF-16 encoding to UTF-8 encoding. You can convert the file encoding using Xcode’s File inspector or by running `scripts/convert_string_files.sh`.
1. For each of the localizable files in the project, open the file, then, in the File inspector, check the box for your new localization.
1. Add the new language to [the language support matrix](docs/guides/Localization%20and%20Internationalization.md).
2 changes: 1 addition & 1 deletion MapboxCoreNavigation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
Mapbox Core Navigation provides the core spatial and timing logic for turn-by-turn navigation along a route. For a complete turn-by-turn navigation interface, use the Mapbox Navigation SDK for iOS (MapboxNavigation).
DESC

s.homepage = "https://www.mapbox.com/navigation-sdk/"
s.homepage = "https://www.mapbox.com/ios-sdk/navigation/"
s.documentation_url = "https://www.mapbox.com/mapbox-navigation-ios/navigation/"

# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down
2 changes: 1 addition & 1 deletion MapboxNavigation-Documentation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
The Mapbox Navigation SDK for iOS is a drop-in interface for turn-by-turn navigation along a route, complete with a well-designed map and easy-to-understand spoken directions. Routes are powered by Mapbox Directions.
DESC

s.homepage = "https://www.mapbox.com/navigation-sdk/"
s.homepage = "https://www.mapbox.com/ios-sdk/navigation/"
s.documentation_url = "https://www.mapbox.com/mapbox-navigation-ios/navigation/"

# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down
2 changes: 1 addition & 1 deletion MapboxNavigation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
The Mapbox Navigation SDK for iOS is a drop-in interface for turn-by-turn navigation along a route, complete with a well-designed map and easy-to-understand spoken directions. Routes are powered by Mapbox Directions.
DESC

s.homepage = "https://www.mapbox.com/navigation-sdk/"
s.homepage = "https://www.mapbox.com/ios-sdk/navigation/"
s.documentation_url = "https://www.mapbox.com/mapbox-navigation-ios/navigation/"

# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Mapbox Navigation SDK for iOS
# [Mapbox Navigation SDK for iOS](https://www.mapbox.com/ios-sdk/navigation/)

[![Build Status](https://app.bitrise.io/app/6fc45a7e2817b859/status.svg?token=XTgNMVxObhd8w8EmsAgJ1Q&branch=master)](https://www.bitrise.io/app/6fc45a7e2817b859)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
Expand All @@ -17,7 +17,7 @@ Get up and running in a few minutes with our drop-in turn-by-turn navigation `Na
* Worldwide driving, cycling, and walking directions powered by [open data](https://www.mapbox.com/about/open/) and user feedback
* Traffic avoidance and proactive rerouting based on current conditions in [over 30 countries](https://www.mapbox.com/api-documentation/pages/traffic-countries.html)
* Natural-sounding turn instructions powered by [Amazon Polly](https://aws.amazon.com/polly/) (no configuration needed)
* [Support for over a dozen languages](./docs/guides/Localization%20and%20Internationalization.md)
* [Support for over a dozen languages](https://www.mapbox.com/ios-sdk/navigation/overview/localization-and-internationalization/)

## [Documentation](https://www.mapbox.com/mapbox-navigation-ios/navigation/)

Expand Down Expand Up @@ -64,7 +64,7 @@ Alternatively, to install Mapbox Navigation using [Carthage](https://github.com/

1. Users expect the SDK to continue to track the user’s location and deliver audible instructions even while a different application is visible or the device is locked. Go to the Capabilities tab. Under the Background Modes section, enable “Audio, AirPlay, and Picture in PictureandLocation updates”. (Alternatively, add the `audio` and `location` values to the `UIBackgroundModes` array in the Info tab.)

Now import the relevant modules and present a new `NavigationViewController`. You can also [push to a navigation view controller from within a storyboard](./docs/guides/Storyboards.md) if your application’s UI is laid out in Interface Builder.
Now import the relevant modules and present a new `NavigationViewController`. You can also [push to a navigation view controller from within a storyboard](https://www.mapbox.com/ios-sdk/navigation/overview/storyboards/) if your application’s UI is laid out in Interface Builder.

```swift
import MapboxDirections
Expand Down
4 changes: 2 additions & 2 deletions docs/cover.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Mapbox Navigation SDK for iOS](https://github.com/mapbox/mapbox-navigation-ios/)
# [Mapbox Navigation SDK for iOS](https://www.mapbox.com/ios-sdk/navigation/)

<img alt="Mapbox Navigation SDK" src="./img/navigation.png" width="272" style="margin: auto;display: block;" />

Expand Down Expand Up @@ -41,7 +41,7 @@ Alternatively, to install Mapbox Navigation using [Carthage](https://github.com/

1. Users expect the SDK to continue to track the user’s location and deliver audible instructions even while a different application is visible or the device is locked. Go to the Capabilities tab. Under the Background Modes section, enable “Audio, AirPlay, and Picture in PictureandLocation updates”. (Alternatively, add the `audio` and `location` values to the `UIBackgroundModes` array in the Info tab.)

Now import the relevant modules and present a new `NavigationViewController`. You can also [push to a navigation view controller from within a storyboard](storyboards.html) if your application’s UI is laid out in Interface Builder.
Now import the relevant modules and present a new `NavigationViewController`. You can also [push to a navigation view controller from within a storyboard](https://www.mapbox.com/ios-sdk/navigation/overview/storyboards/) if your application’s UI is laid out in Interface Builder.

```swift
import MapboxDirections
Expand Down
124 changes: 0 additions & 124 deletions docs/examples/Advanced.md

This file was deleted.

38 changes: 0 additions & 38 deletions docs/examples/Basic.md

This file was deleted.

64 changes: 0 additions & 64 deletions docs/examples/Custom Destination Marker.md

This file was deleted.

Loading

0 comments on commit e2b3f4a

Please sign in to comment.