From 55bdc2e857928833a54ed0a5618cab74198ef151 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Tue, 11 Jun 2019 14:09:40 +0000 Subject: [PATCH] silenced git -- Docs --- manifest.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 6982d7f0..f5488474 100644 --- a/manifest.json +++ b/manifest.json @@ -690,13 +690,6 @@ "full_build_reason_code": "NoAvailableBuildCache" }, "processors": { - "TocDocumentProcessor": { - "can_incremental": false, - "details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.", - "incrementalPhase": "build", - "total_file_count": 0, - "skipped_file_count": 0 - }, "ConceptualDocumentProcessor": { "can_incremental": false, "incrementalPhase": "build", @@ -708,6 +701,13 @@ "incrementalPhase": "build", "total_file_count": 50, "skipped_file_count": 0 + }, + "TocDocumentProcessor": { + "can_incremental": false, + "details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.", + "incrementalPhase": "build", + "total_file_count": 0, + "skipped_file_count": 0 } } },