From cd9b4bc82f85eb9cd1b97529e41d238f5e76534e Mon Sep 17 00:00:00 2001 From: JJ Asghar Date: Thu, 29 Aug 2024 13:20:02 -0500 Subject: [PATCH] Added social cards I believe this should add social cards for the specific pages. Signed-off-by: JJ Asghar --- docs/getting-started/linux_amd.md | 6 ++++++ docs/getting-started/linux_nvidia.md | 6 ++++++ docs/getting-started/mac_metal.md | 6 ++++++ mkdocs.yml | 1 + 4 files changed, 19 insertions(+) diff --git a/docs/getting-started/linux_amd.md b/docs/getting-started/linux_amd.md index 11563c1..53f0f53 100644 --- a/docs/getting-started/linux_amd.md +++ b/docs/getting-started/linux_amd.md @@ -1,3 +1,9 @@ +--- +title: Getting Started with Linux AMD +description: Steps to get ilab working on a Linux AMD Machine +logo: images/ilab_dog.png +--- + # Getting Started Linux AMD ## tl;dr diff --git a/docs/getting-started/linux_nvidia.md b/docs/getting-started/linux_nvidia.md index bb434ac..88d6b73 100644 --- a/docs/getting-started/linux_nvidia.md +++ b/docs/getting-started/linux_nvidia.md @@ -1,3 +1,9 @@ +--- +title: Getting Started with Linux NVidia +description: Steps to get ilab working on a Linux NVidia Machine +logo: images/ilab_dog.png +--- + # Getting Started Linux NVidia ## tl;dr diff --git a/docs/getting-started/mac_metal.md b/docs/getting-started/mac_metal.md index 245875a..6bed81b 100644 --- a/docs/getting-started/mac_metal.md +++ b/docs/getting-started/mac_metal.md @@ -1,3 +1,9 @@ +--- +title: Getting Started with Mac Metal +description: Steps to get ilab working on a Mac M Machine +logo: images/ilab_dog.png +--- + # Getting Started Mac Metal ## tl;dr diff --git a/mkdocs.yml b/mkdocs.yml index 237bb84..1d93797 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -38,6 +38,7 @@ theme: # Plugins plugins: - search + - social # Extensions markdown_extensions: