From ea1ca1c67a0d6f17728b8f0d984f4e5ed65b38a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vivien=20Mah=C3=A9?= Date: Wed, 16 Oct 2024 10:24:46 +0200 Subject: [PATCH] Doc - Add new social link to documentation footer --- mkdocs.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 3dfc83d..627a416 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,8 +6,10 @@ docs_dir: "docs" repo_name: "CZAN" repo_url: https://github.com/Tweener/czan/ -extra: +extra: social: + - icon: simple/buymeacoffee + link: https://buymeacoffee.com/vivienmahe - icon: fontawesome/brands/github link: https://github.com/Tweener/ - icon: fontawesome/brands/x-twitter @@ -52,4 +54,4 @@ nav: - "Overview": index.md - "Setup": setup.md - "Atoms": - - "Button": atoms/button.md \ No newline at end of file + - "Button": atoms/button.md