From 3b9144cb411ea91446c445324db714908ccb814a Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Wed, 23 Aug 2023 13:26:04 -0700 Subject: [PATCH] fix(website): Fix installer list for MacOS (#18364) This took me a while to track down since I thought this was generated by the cue data but it appears to be duplicated here. Closes: #18352 Signed-off-by: Jesse Szwedko --- .../en/docs/setup/installation/operating-systems/macos.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/en/docs/setup/installation/operating-systems/macos.md b/website/content/en/docs/setup/installation/operating-systems/macos.md index f83293bdf4a98..bdd227255e3f5 100644 --- a/website/content/en/docs/setup/installation/operating-systems/macos.md +++ b/website/content/en/docs/setup/installation/operating-systems/macos.md @@ -1,6 +1,7 @@ --- title: macOS weight: 5 +supported_installers: ["Homebrew", "Vector installer", "Docker"] --- [macOS] is the primary operating system for Apple's Mac computers. It's a certified Unix system based on Apple's Darwin operating system. This page covers installing and managing Vector on the macOS operating system.