Skip to content

Commit c3722a8

Browse files
committed
change site metadata
1 parent 76087c2 commit c3722a8

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

docs/events/.meta.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
social:
2+
cards_layout_options:
3+
background_color: "#7a8f9e"
4+
background_image: null
5+
logo: assets/social_logo.png
6+
description: DevOps Intro — Practical, hands-on guides for CI/CD, Docker, Kubernetes, automation and monitoring to build reliable, scalable production systems.

mkdocs.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,8 @@ theme:
2525
- navigation.tabs
2626

2727
plugins:
28-
- social:
29-
cards_layout_options:
30-
background_color: "#7a8f9e"
31-
background_image: null
32-
logo: assets/social_logo.png
33-
description: DevOps Intro — Practical, hands-on guides for CI/CD, Docker, Kubernetes, automation and monitoring to build reliable, scalable production systems.
28+
- meta
29+
- social
3430

3531
markdown_extensions:
3632
- attr_list

0 commit comments

Comments
 (0)