From 2231d770472e511eeaef6b8a70fdc72d5b64f828 Mon Sep 17 00:00:00 2001 From: Varun Gandhi Date: Fri, 27 May 2022 07:09:08 -0700 Subject: [PATCH] docs: Remove LSIF reference. --- website/siteConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/siteConfig.js b/website/siteConfig.js index 19b8fbd0..9b3b8651 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -6,7 +6,7 @@ const baseUrl = "/scip-java/"; const siteConfig = { title: "scip-java", - tagline: "Java indexer for the Language Server Index Format (SCIP)", + tagline: "Java indexer for the SCIP Code Intelligence Protocol", url: "https://sourcegraph.github.io/scip-java", baseUrl: baseUrl,