Skip to content

Commit abf0a47

Browse files
authored
Remove forms docs (#324)
1 parent f3b5cd3 commit abf0a47

File tree

12 files changed

+1
-265
lines changed

12 files changed

+1
-265
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ updates:
1616
- "SkiaSharp.*"
1717
- "HarfBuzzSharp"
1818
- "HarfBuzzSharp.*"
19-
XamarinForms:
20-
patterns:
21-
- "Xamarin.Forms"
22-
- "Xamarin.Forms.*"
2319
xunit:
2420
patterns:
2521
- "xunit"

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ interesting projects:
88

99
- [SkiaSharp][skiasharp] _(the engine)_
1010
- [SkiaSharp.Extended][extended] _(additional APIs)_
11-
- [SkiaSharp.Extended.UI.Forms][ui-forms] _(additional Xamarin.Forms controls)_
1211
- [SkiaSharp.Extended.UI.Maui][ui-maui] _(additional .NET MAUI controls)_
1312

1413
## Building
@@ -29,5 +28,4 @@ The code in this repository is licensed under the [MIT License][license].
2928

3029
[skiasharp]: https://github.com/mono/SkiaSharp
3130
[extended]: https://mono.github.io/SkiaSharp.Extended/api/extended
32-
[ui-forms]: https://mono.github.io/SkiaSharp.Extended/api/ui-forms
3331
[ui-maui]: https://mono.github.io/SkiaSharp.Extended/api/ui-maui

docs/api/index.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,3 @@ The confetti view is a container for one or more systems of confetti particles.
3030
### SKLottieView
3131

3232
The Lottie view is a animated view that can playback Lottie files. [**See more...**](ui-maui/sklottieview)
33-
34-
## SkiaSharp.Extended.UI.Forms
35-
36-
**SkiaSharp.Extended.UI.Forms** is a collection some great Xamarin.Forms controls
37-
that may be useful to some apps. [**See more...**](ui-forms/index)
38-
39-
### SKImageSourceExtensions
40-
41-
Some useful extensions for the abstract `ImageSource` type. [**See more...**](ui-forms/skimagesourceextensions)
42-
43-
### SKConfettiView
44-
45-
The confetti view is a container for one or more systems of confetti particles. [**See more...**](ui-forms/skconfettiview)
46-
47-
### SKLottieView
48-
49-
The Lottie view is a animated view that can playback Lottie files. [**See more...**](ui-forms/sklottieview)

docs/api/toc.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,3 @@
66
- name: SkiaSharp.Extended.UI.Maui
77
href: ui-maui/toc.yml
88
topicHref: ui-maui/index.md
9-
- name: SkiaSharp.Extended.UI.Forms
10-
href: ui-forms/toc.yml
11-
topicHref: ui-forms/index.md

docs/api/ui-forms/index.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

docs/api/ui-forms/skconfettiview.md

Lines changed: 0 additions & 131 deletions
This file was deleted.

docs/api/ui-forms/skimagesourceextensions.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/api/ui-forms/sklottieview.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

docs/api/ui-forms/toc.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/index.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,4 @@ that may be useful to some apps. [**See more...**](api/ui-maui/index)
2323

2424
## SKConfettiView
2525

26-
The confetti view is a container for one or more systems of confetti particles. [**See more...**](api/ui-forms/skconfettiview)
27-
28-
# SkiaSharp.Extended.UI.Forms
29-
30-
**SkiaSharp.Extended.UI.Forms** is a collection some great Xamarin.Forms controls
31-
that may be useful to some apps. [**See more...**](api/ui-forms/index)
32-
33-
## SKImageSourceExtensions
34-
35-
Some useful extensions for the abstract `ImageSource` type. [**See more...**](api/ui-forms/skimagesourceextensions)
36-
37-
## SKConfettiView
38-
39-
The confetti view is a container for one or more systems of confetti particles. [**See more...**](api/ui-forms/skconfettiview)
26+
The confetti view is a container for one or more systems of confetti particles. [**See more...**](api/ui-maui/skconfettiview)

0 commit comments

Comments
 (0)