From 8fc563984a8c15848ae7df47725b12bcc997f831 Mon Sep 17 00:00:00 2001 From: Alex Hoppen Date: Thu, 1 Aug 2024 09:49:33 -0700 Subject: [PATCH] Move `Background Indexing.md` to `Contributor Documentation` Must have landed in `Documentation` after we split `Documentation` and `Contributor Documentation`. --- .../Background Indexing.md | 0 Contributor Documentation/README.md | 1 + 2 files changed, 1 insertion(+) rename {Documentation => Contributor Documentation}/Background Indexing.md (100%) diff --git a/Documentation/Background Indexing.md b/Contributor Documentation/Background Indexing.md similarity index 100% rename from Documentation/Background Indexing.md rename to Contributor Documentation/Background Indexing.md diff --git a/Contributor Documentation/README.md b/Contributor Documentation/README.md index eb9cf7e04..2b94871f4 100644 --- a/Contributor Documentation/README.md +++ b/Contributor Documentation/README.md @@ -2,6 +2,7 @@ The following documentation documents are primarily intended for developers of SourceKit-LSP. +- [Background Indexing](Background%20Indexing.md) - [Files To Reindex](Files%20To%20Reindex.md) - [LSP Extensions](LSP%20Extensions.md) - [Logging](Logging.md)