Skip to content

Commit fc60bac

Browse files
authored
Merge pull request #161 from mapbox/pjl-examples-headers
Add header to link examples to docs
2 parents 7d7e20a + 9b7eb1c commit fc60bac

23 files changed

+156
-1
lines changed

Navigation-Examples/Examples/Advanced.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
This code example is part of the Mapbox Navigation SDK for iOS demo app,
3+
which you can build and run: https://github.com/mapbox/mapbox-navigation-ios-examples
4+
To learn more about each example in this app, including descriptions and links
5+
to documentation, see our docs: https://docs.mapbox.com/ios/navigation/examples/advanced
6+
*/
7+
18
import UIKit
29
import MapboxCoreNavigation
310
import MapboxNavigation

Navigation-Examples/Examples/Basic.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
This code example is part of the Mapbox Navigation SDK for iOS demo app,
3+
which you can build and run: https://github.com/mapbox/mapbox-navigation-ios-examples
4+
To learn more about each example in this app, including descriptions and links
5+
to documentation, see our docs: https://docs.mapbox.com/ios/navigation/examples/basic
6+
*/
7+
18
import Foundation
29
import UIKit
310
import MapboxCoreNavigation

Navigation-Examples/Examples/Beta-Query-Parameters.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
This code example is part of the Mapbox Navigation SDK for iOS demo app,
3+
which you can build and run: https://github.com/mapbox/mapbox-navigation-ios-examples
4+
To learn more about each example in this app, including descriptions and links
5+
to documentation, see our docs: https://docs.mapbox.com/ios/navigation/examples
6+
*/
7+
18
import UIKit
29
import MapboxCoreNavigation
310
import MapboxNavigation

Navigation-Examples/Examples/Building-Extrusion.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
This code example is part of the Mapbox Navigation SDK for iOS demo app,
3+
which you can build and run: https://github.com/mapbox/mapbox-navigation-ios-examples
4+
To learn more about each example in this app, including descriptions and links
5+
to documentation, see our docs: https://docs.mapbox.com/ios/navigation/examples/building-extrusion
6+
*/
7+
18
import UIKit
29
import MapboxCoreNavigation
310
import MapboxNavigation

Navigation-Examples/Examples/Custom-Destination-Marker.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
This code example is part of the Mapbox Navigation SDK for iOS demo app,
3+
which you can build and run: https://github.com/mapbox/mapbox-navigation-ios-examples
4+
To learn more about each example in this app, including descriptions and links
5+
to documentation, see our docs: https://docs.mapbox.com/ios/navigation/examples/custom-destination-marker
6+
*/
7+
18
import Foundation
29
import UIKit
310
import MapboxCoreNavigation

Navigation-Examples/Examples/Custom-Server.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
This code example is part of the Mapbox Navigation SDK for iOS demo app,
3+
which you can build and run: https://github.com/mapbox/mapbox-navigation-ios-examples
4+
To learn more about each example in this app, including descriptions and links
5+
to documentation, see our docs: https://docs.mapbox.com/ios/navigation/examples/custom-server
6+
*/
7+
18
import Foundation
29
import UIKit
310
import MapboxMaps

Navigation-Examples/Examples/Custom-User-Location.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
This code example is part of the Mapbox Navigation SDK for iOS demo app,
3+
which you can build and run: https://github.com/mapbox/mapbox-navigation-ios-examples
4+
To learn more about each example in this app, including descriptions and links
5+
to documentation, see our docs: https://docs.mapbox.com/ios/navigation/examples/custom-location-indicator
6+
*/
7+
18
import UIKit
29
import MapboxCoreNavigation
310
import MapboxNavigation

Navigation-Examples/Examples/Custom-Voice-Controller.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
This code example is part of the Mapbox Navigation SDK for iOS demo app.
2+
This code example is part of the Mapbox Navigation SDK for iOS demo app,
3+
which you can build and run: https://github.com/mapbox/mapbox-navigation-ios-examples
34
To learn more about each example in this app, including descriptions and links
45
to documentation, see our docs: https://docs.mapbox.com/ios/navigation/examples/custom-voice-controller/
56
*/

Navigation-Examples/Examples/Custom-Waypoints.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
This code example is part of the Mapbox Navigation SDK for iOS demo app,
3+
which you can build and run: https://github.com/mapbox/mapbox-navigation-ios-examples
4+
To learn more about each example in this app, including descriptions and links
5+
to documentation, see our docs: https://docs.mapbox.com/ios/navigation/examples/custom-waypoint
6+
*/
7+
18
import UIKit
29
import MapboxCoreNavigation
310
import MapboxNavigation

Navigation-Examples/Examples/CustomBars/CustomBarsViewController.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
This code example is part of the Mapbox Navigation SDK for iOS demo app,
3+
which you can build and run: https://github.com/mapbox/mapbox-navigation-ios-examples
4+
To learn more about each example in this app, including descriptions and links
5+
to documentation, see our docs: https://docs.mapbox.com/ios/navigation/examples/custom-banner
6+
*/
7+
18
import Foundation
29
import UIKit
310
import MapboxCoreNavigation

0 commit comments

Comments
 (0)