From de31df9717378feef4ae95fa0f3c0b50c916df2a Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 27 Jul 2022 15:47:09 +1200 Subject: [PATCH] Retry social cards Signed-off-by: David Young --- manuscript/recipes/komga.md | 2 +- mkdocs-insiders.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manuscript/recipes/komga.md b/manuscript/recipes/komga.md index be34b88..a870aef 100644 --- a/manuscript/recipes/komga.md +++ b/manuscript/recipes/komga.md @@ -3,7 +3,7 @@ title: How to run Komga with Docker description: Run Komga under Docker Swarm in docker-compose syntax --- -# Komga +# Komga in Docker Swarm So you've just watched a bunch of superhero movies, and you're suddenly inspired to deep-dive into the weird world of comic books? You're already rocking [AutoPirate](/recipes/autopirate/) with [Mylar](/recipes/autopirate/mylar/) and [NZBGet](/recipes/autopirate/nzbget/) to grab content, but how to manage and enjoy your growing collection? diff --git a/mkdocs-insiders.yml b/mkdocs-insiders.yml index 8e4a01c..f383195 100644 --- a/mkdocs-insiders.yml +++ b/mkdocs-insiders.yml @@ -2,5 +2,5 @@ # that don't degrade for the open-source version INHERIT: mkdocs.yml # disabled for now, since I'm not convinced social cards are better than default thumbnails -# plugins: -# social: {} +plugins: + social: {}