From 0f516656fce381cf6409059b4a5e46240334a743 Mon Sep 17 00:00:00 2001 From: Eliot Jordan Date: Thu, 18 Jul 2024 14:35:47 -0500 Subject: [PATCH] Add title to diagram --- architecture-decisions/0002-indexing.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/architecture-decisions/0002-indexing.md b/architecture-decisions/0002-indexing.md index b879e418..de3e6a62 100644 --- a/architecture-decisions/0002-indexing.md +++ b/architecture-decisions/0002-indexing.md @@ -84,11 +84,7 @@ We expect reindexing to need to happen often - either because of changing weight ## Sequence Diagram ```mermaid ---- -title: A full Indexing Pipeline workflow ---- - -sequenceDiagram +sequenceDiagram title A full Indexing Pipeline workflow Participant LogLocationTable Participant FiggyDB Participant RetryQueue