From d148fae7f29111e0c765262217ca67bee08bc0d6 Mon Sep 17 00:00:00 2001 From: Quinn Slack Date: Thu, 28 Dec 2023 21:28:21 -1000 Subject: [PATCH] remove readme mention of links provider preview setting This was made a noop by This was made a noop by https://github.com/sourcegraph/opencodegraph/pull/9. --- provider/links/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/provider/links/README.md b/provider/links/README.md index f0f8822b..5829c6af 100644 --- a/provider/links/README.md +++ b/provider/links/README.md @@ -84,9 +84,6 @@ interface LinkPattern { /** The type of link (if applicable), which may affect the appearance. */ type?: 'docs' - /** Whether to show a preview of the URL on hover. */ - preview?: boolean - /** Glob pattern matching the file URIs to annotate. */ path: string