Skip to content

Commit c090392

Browse files
committed
Fix: #AR-9608 social cards bug fix validation and enablement
1 parent 7581a24 commit c090392

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mkdocs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: '📖 Documentation'
1+
site_name: 'Documentation'
22

33
# For dev
44
site_url: !ENV [DOCS_SITE_URL,"https://docs.dev.arcana.network"]
@@ -213,12 +213,12 @@ plugins:
213213
max_length: 160
214214
- social:
215215
enabled: !ENV [SOCIAL_CARDS_META, true]
216-
cards: !ENV [SOCIAL_CARDS_META, false]
217-
cards_layout_options:
216+
cards: !ENV [SOCIAL_CARDS_META, true]
217+
cards_layout_options: # works for sponsors only
218218
font_family: Inter
219-
#background_color: "#0D0D0E" #sponsors only
220-
#color: "#FFFFFF" #sponsors only
221-
#background_image: img/social_card_image.png #sponsors only
219+
background_color: "#0D0D0E" #works for sponsors only
220+
color: "#FFFFFF" #works for sponsors only
221+
background_image: img/social_card_image.png #works for sponsors only
222222
- git-authors:
223223
show_email_address: false
224224
- git-revision-date-localized:

0 commit comments

Comments
 (0)