From 97c63c6c0515c44da345342180aaa442584bc7c7 Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 10 Nov 2023 11:10:28 -0600 Subject: [PATCH] Docs: Add pageOrderInSection meta tag to high-level-architecture.md (#15090) Changes: - Added a pageOrderInSection meta tag to the high level architecture page in the contributing docs. The missing meta tag is currently preventing the Fleet website from deploying and causing the website tests to fail. --- docs/Contributing/high-level-architecture.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Contributing/high-level-architecture.md b/docs/Contributing/high-level-architecture.md index 8cfe7c3183..6d696f391c 100644 --- a/docs/Contributing/high-level-architecture.md +++ b/docs/Contributing/high-level-architecture.md @@ -190,3 +190,4 @@ graph LR; vulnServer --> fleetServer; ``` + \ No newline at end of file