Skip to content

Commit fb6134a

Browse files
author
Andrea Scuderi
committed
Improve Theme
1 parent 3c47622 commit fb6134a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Sources/BreezeLambdaAPI/Docs.docc/Docs.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# BreezeLambdaAPI
22

3-
@Metadata {
3+
@Metadata {
44
@PageImage(purpose: icon, source: "Icon")
5+
@PageImage(purpose: card, source: "Icon")
56
}
67

78
## Essentials
@@ -63,7 +64,7 @@ struct Item: Codable {
6364
extension Item: BreezeCodable { }
6465
```
6566

66-
Add the implementation of the Lambda to the file `swift.main`
67+
Add the implementation of the Lambda to the file `BreezeLambdaItemAPI.swift`
6768

6869
```swift
6970
@main
119 KB
Loading

Sources/BreezeLambdaAPI/Docs.docc/theme-settings.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
"theme": {
33
"color": {
44
"header": "#DE5E44",
5-
"documentation-intro-title": "#FFFFFF",
6-
"documentation-intro-figure": "#FFFFFF",
7-
"documentation-intro-fill": "radial-gradient(circle at top, var(--color-header) 30%, #000 100%)",
5+
"documentation-intro-title": "#DE5E44",
6+
"documentation-intro-figure": "#DE5E44",
87
"documentation-intro-accent": "var(--color-header)"
98
}
109
}

0 commit comments

Comments
 (0)