Skip to content

Commit e90285c

Browse files
authored
Merge pull request #80 from dotnet/adegeo-essentials-2
[essentials] Clean up include files
2 parents c3f8859 + 8b7bb30 commit e90285c

33 files changed

+34
-216
lines changed

docs/essentials/app-information.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,3 @@ App information is taken from the `Package.appxmanifest` for the following field
8888

8989
- [AppInfo source code](https://github.com/xamarin/Essentials/tree/main/Xamarin.Essentials/AppInfo)
9090
- [AppInfo API documentation](xref:Xamarin.Essentials.AppInfo)
91-
92-
## Related Video
93-
94-
> [!Video https://channel9.msdn.com/Shows/XamarinShow/App-Information-Essential-API-of-the-Week/player]
95-
96-
[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)]

docs/essentials/app-theme.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,3 @@ You can read more on the [UWP Requested Theme Documentation](/uwp/api/windows.ui
7070

7171
- [AppInfo source code](https://github.com/xamarin/Essentials/tree/main/Xamarin.Essentials/AppInfo)
7272
- [AppInfo API documentation](xref:Xamarin.Essentials.AppInfo)
73-
74-
## Related Video
75-
76-
> [!Video https://channel9.msdn.com/Shows/XamarinShow/Theme-Detection-XamarinEssentials-API-of-the-Week/player]
77-
78-
[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)]

docs/essentials/battery.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,3 @@ No platform differences.
179179

180180
- [Battery source code](https://github.com/xamarin/Essentials/tree/main/Xamarin.Essentials/Battery)
181181
- [Battery API documentation](xref:Xamarin.Essentials.Battery)
182-
183-
## Related Video
184-
185-
> [!Video https://channel9.msdn.com/Shows/XamarinShow/Battery-Essential-API-of-the-Week/player]
186-
187-
[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)]

docs/essentials/clipboard.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,3 @@ public class ClipboardTest
6767

6868
- [Clipboard source code](https://github.com/xamarin/Essentials/tree/main/Xamarin.Essentials/Clipboard)
6969
- [Clipboard API documentation](xref:Xamarin.Essentials.Clipboard)
70-
71-
## Related Video
72-
73-
> [!Video https://channel9.msdn.com/Shows/XamarinShow/Clipboard-XamarinEssentials-API-of-the-Week/player]
74-
75-
[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)]

docs/essentials/color-converters.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,3 @@ The `ToSystemColor` method applies to Android.Graphics.Color, UIKit.UIColor, and
7979
- [Color Converters API documentation](xref:Xamarin.Essentials.ColorConverters)
8080
- [Color Extensions source code](https://github.com/xamarin/Essentials/tree/main/Xamarin.Essentials/Types/ColorConverters.shared.cs)
8181
- [Color Extensions API documentation](xref:Xamarin.Essentials.ColorExtensions)
82-
83-
## Related Video
84-
85-
> [!Video https://channel9.msdn.com/Shows/XamarinShow/Color-Converters-XamarinEssentials-API-of-the-Week/player]
86-
87-
[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)]

docs/essentials/compass.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,3 @@ This is only applied on the Android platform, and the parameter is ignored on iO
9494

9595
- [Compass source code](https://github.com/xamarin/Essentials/tree/main/Xamarin.Essentials/Compass)
9696
- [Compass API documentation](xref:Xamarin.Essentials.Compass)
97-
98-
## Related Video
99-
100-
> [!Video https://channel9.msdn.com/Shows/XamarinShow/Compass-XamarinEssentials-API-of-the-Week/player]
101-
102-
[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)]

docs/essentials/connectivity.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,3 @@ It is important to note that it is possible that `Internet` is reported by `Netw
112112

113113
* [Connectivity source code](https://github.com/xamarin/Essentials/tree/main/Xamarin.Essentials/Connectivity)
114114
* [Connectivity API documentation](xref:Xamarin.Essentials.Connectivity)
115-
116-
## Related Video
117-
118-
> [!Video https://channel9.msdn.com/Shows/XamarinShow/Connectivity-Essential-API-of-the-Week/player]
119-
120-
[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)]

docs/essentials/detect-shake.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,3 @@ The detect shake API uses raw readings from the accelerometer to calculate accel
7575

7676
- [Accelerometer source code](https://github.com/xamarin/Essentials/tree/main/Xamarin.Essentials/Accelerometer)
7777
- [Accelerometer API documentation](xref:Xamarin.Essentials.Accelerometer)
78-
79-
## Related Video
80-
81-
> [!Video https://channel9.msdn.com/Shows/XamarinShow/Detect-Shake-XamarinEssentials-API-of-the-Week/player]
82-
83-
[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)]

docs/essentials/device-display.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,3 @@ No differences.
101101

102102
- [DeviceDisplay source code](https://github.com/xamarin/Essentials/tree/main/Xamarin.Essentials/DeviceDisplay)
103103
- [DeviceDisplay API documentation](xref:Xamarin.Essentials.DeviceDisplay)
104-
105-
## Related Video
106-
107-
> [!Video https://channel9.msdn.com/Shows/XamarinShow/Device-Display-Information-XamarinEssentials-API-of-the-Week/player]
108-
109-
[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)]

docs/essentials/device-information.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,3 @@ iOS does not expose an API for developers to get the model of the specific iOS d
8585

8686
- [DeviceInfo source code](https://github.com/xamarin/Essentials/tree/main/Xamarin.Essentials/DeviceInfo)
8787
- [DeviceInfo API documentation](xref:Xamarin.Essentials.DeviceInfo)
88-
89-
## Related Video
90-
91-
> [!Video https://channel9.msdn.com/Shows/XamarinShow/Device-Information-XamarinEssentials-API-of-the-Week/player]
92-
93-
[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)]

0 commit comments

Comments
 (0)