From c998dd35b7993bad981b1d1f6e39cb978c272149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?= Date: Wed, 7 Jan 2026 21:04:04 +0100 Subject: [PATCH] Update docs --- docs/src/content/docs/archiving.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/content/docs/archiving.md b/docs/src/content/docs/archiving.md index 0763832..a93b4c2 100644 --- a/docs/src/content/docs/archiving.md +++ b/docs/src/content/docs/archiving.md @@ -11,9 +11,7 @@ Linkding can automatically create HTML snapshots whenever a bookmark is added. T The snapshots are created using [singlefile-cli](https://github.com/gildas-lormeau/single-file-cli), which effectively runs a headless Chromium instance on the server to convert the web page into a single HTML file. Linkding will also load the [uBlock Origin Lite extension](https://github.com/uBlockOrigin/uBOL-home) into Chromium to attempt to block ads and other unwanted content. - This method is fairly easy to set up, but also has several downsides: - The Docker image is significantly larger than the base image, as it includes a Chromium installation.