Skip to content

Commit e82f607

Browse files
committed
Added social cards
I believe this should add social cards for the specific pages. Signed-off-by: JJ Asghar <[email protected]>
1 parent fe4dd0f commit e82f607

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
restore-keys: |
2727
mkdocs-material-
2828
- run: pip install mkdocs-material
29+
- run: pip install "mkdocs-material[imaging]"
2930
- run: mkdocs gh-deploy --force

docs/getting-started/linux_amd.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: Getting Started with Linux AMD
3+
description: Steps to get ilab working on a Linux AMD Machine
4+
logo: images/ilab_dog.png
5+
---
6+
17
# Getting Started Linux AMD
28

39
## tl;dr

docs/getting-started/linux_nvidia.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: Getting Started with Linux NVidia
3+
description: Steps to get ilab working on a Linux NVidia Machine
4+
logo: images/ilab_dog.png
5+
---
6+
17
# Getting Started Linux NVidia
28

39
## tl;dr

docs/getting-started/mac_metal.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: Getting Started with Mac Metal
3+
description: Steps to get ilab working on a Mac M Machine
4+
logo: images/ilab_dog.png
5+
---
6+
17
# Getting Started Mac Metal
28

39
## tl;dr

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ theme:
3838
# Plugins
3939
plugins:
4040
- search
41+
- social
4142

4243
# Extensions
4344
markdown_extensions:

0 commit comments

Comments
 (0)