-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use improved logos for README and API docs (#53)
Use improved logos for readme and docs
- Loading branch information
Showing
8 changed files
with
118 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# ``SQLiteNIO`` | ||
|
||
@Metadata { | ||
@TitleHeading(Package) | ||
} | ||
|
||
🪶 Non-blocking, event-driven Swift client for SQLite with embedded libsqlite | ||
|
||
## Supported Versions | ||
|
||
This package is compatible with all platforms supported by [SwiftNIO 2.x](https://github.com/apple/swift-nio/). It has | ||
been specifically tested on the following platforms: | ||
|
||
- Ubuntu 20.04 ("Focal") and 22.04 ("Jammy") | ||
- Amazon Linux 2 | ||
- macOS 10.15 and later | ||
- iOS 13 and later |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"theme": { | ||
"aside": { | ||
"border-radius": "6px", | ||
"border-style": "double", | ||
"border-width": "3px" | ||
}, | ||
"border-radius": "0", | ||
"button": { | ||
"border-radius": "16px", | ||
"border-width": "1px", | ||
"border-style": "solid" | ||
}, | ||
"code": { | ||
"border-radius": "16px", | ||
"border-width": "1px", | ||
"border-style": "solid" | ||
}, | ||
"color": { | ||
"fill": { | ||
"dark": "rgb(20, 20, 22)", | ||
"light": "rgb(255, 255, 255)" | ||
}, | ||
"sqlite-teal": "hsl(215, 45%, 58%)", | ||
"documentation-intro-fill": "radial-gradient(circle at top, var(--color-documentation-intro-accent) 30%, #1f1d1f 100%)", | ||
"documentation-intro-accent": "var(--color-sqlite-teal)", | ||
"documentation-intro-accent-outer": { | ||
"dark": "rgb(255, 255, 255)", | ||
"light": "rgb(51, 51, 51)" | ||
}, | ||
"documentation-intro-accent-inner": { | ||
"dark": "rgb(51, 51, 51)", | ||
"light": "rgb(255, 255, 255)" | ||
} | ||
}, | ||
"icons": { | ||
"technology": "/sqlitenio/images/vapor-sqlite-logo.svg", | ||
"article": "/sqlitenio/images/article.svg" | ||
} | ||
}, | ||
"features": { | ||
"quickNavigation": { | ||
"enable": true | ||
} | ||
} | ||
} |