Skip to content

Commit 67c1176

Browse files
committed
Update documentation
1 parent a6111cb commit 67c1176

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ https://github.com/danielsaidi/SwiftUIKit.git
3333

3434
## Getting Started
3535

36-
SwiftUIKit started as a small project, but has grown big over the years. Due to its complexity, I have decided to remove the demo. Instead, have a look at the various namespaces and use the live previews to explore the SDK.
36+
SwiftUIKit started small, but has grown big over the years. Due to its complexity, I decided to remove the demo. Instead, have a look at the various namespaces and use the live previews to explore the SDK.
3737

38-
I will extract parts of this SDK into separate libraries, to be able to provide better documentation & help. Have a look at [my open-source listing page][OpenSource] for some of these.
38+
I will extract parts of this project into separate libraries, to provide better documentation & help. Have a look at [my open-source listing page][OpenSource] for some of these.
3939

4040

4141

Sources/SwiftUIKit/SwiftUIKit.docc/SwiftUIKit.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ SwiftUIKit adds extra functionality to `SwiftUI`.
88

99
![SwiftUIKit logo](Logo.png)
1010

11+
SwiftUIKit is a Swift SDK that adds extra functionality to `SwiftUI` and `Swift`. It contains additional components, a lot of extensions to native types, and much more.
12+
1113
The library is divided into the namespaces found in the Topics section below. For more information, source code, issues, to sponsor the project etc., visit the [project repository][Repository].
1214

1315

@@ -24,6 +26,14 @@ If you prefer to not have external dependencies, you can also just copy the sour
2426

2527

2628

29+
## Getting Started
30+
31+
SwiftUIKit started small, but has grown big over the years. Due to its complexity, I decided to remove the demo. Instead, have a look at the various namespaces and use the live previews to explore the SDK.
32+
33+
I will extract parts of this SDK into separate libraries, to be able to provide better documentation & help. Have a look at [my open-source listing page][OpenSource] for some of these.
34+
35+
36+
2737
## Repository
2838

2939
For more information, source code, etc., visit the [project repository][Repository].
@@ -52,7 +62,9 @@ SwiftUIKit is available under the MIT license. See the [LICENSE][License] file f
5262
- ``CsvParser``
5363
- ``MimeType``
5464
- ``ScanCodeType``
55-
- ``StorageCodable``
65+
- ``StorageValue``
66+
- ``AppStorageValue``
67+
- ``SceneStorageValue``
5668

5769
### Device
5870

@@ -128,7 +140,6 @@ SwiftUIKit is available under the MIT license. See the [LICENSE][License] file f
128140
- ``NavigationButton``
129141
- ``NavigationContext``
130142
- ``NavigationLinkArrow``
131-
- ``UrlOpener``
132143

133144
### Pages
134145

@@ -211,3 +222,4 @@ SwiftUIKit is available under the MIT license. See the [LICENSE][License] file f
211222

212223
[License]: https://github.com/danielsaidi/SwiftUIKit/blob/master/LICENSE
213224
[Repository]: https://github.com/danielsaidi/SwiftUIKit
225+
[OpenSource]: https://danielsaidi.com/opensource

0 commit comments

Comments
 (0)