Skip to content

Commit

Permalink
Update DocC settings to latest version of Vapor theme (#529)
Browse files Browse the repository at this point in the history
Update DocC settings to latest version of Vapor theme, for compatibility with Swift 6's DocC changes
  • Loading branch information
gwynne authored Dec 21, 2024
1 parent fd0e415 commit 045cc49
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Sources/PostgresNIO/Docs.docc/theme-settings.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
{
"theme": {
"aside": { "border-radius": "6px", "border-style": "double", "border-width": "3px" },
"aside": { "border-radius": "16px", "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": "#000", "light": "#fff" }
"psqlnio": "#336791",
"documentation-intro-fill": "radial-gradient(circle at top, var(--color-psqlnio) 30%, #000 100%)",
"documentation-intro-accent": "var(--color-psqlnio)",
"documentation-intro-eyebrow": "white",
"documentation-intro-figure": "white",
"documentation-intro-title": "white",
"logo-base": { "dark": "#fff", "light": "#000" },
"logo-shape": { "dark": "#000", "light": "#fff" },
"fill": { "dark": "#000", "light": "#fff" }
},
"icons": { "technology": "/postgresnio/images/vapor-postgresnio-logo.svg" }
},
Expand Down

0 comments on commit 045cc49

Please sign in to comment.