From fbeaac749e246517058c3b46ba26132ba91b6945 Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 5 Oct 2022 19:41:17 +0000 Subject: [PATCH] chore: add icons to quickstarts --- docs/images/azure.svg | 2 +- docs/manifest.json | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/images/azure.svg b/docs/images/azure.svg index 2ff63c104e4ce..f756b1f6e373d 100644 --- a/docs/images/azure.svg +++ b/docs/images/azure.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/docs/manifest.json b/docs/manifest.json index e9b3b332fcc45..1bf394735cf45 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -72,11 +72,13 @@ { "title": "AWS", "description": "Setup Coder with AWS", + "icon_path": "./images/aws.svg", "path": "./quickstart/aws.md" }, { "title": "Azure", "description": "Setup Coder with Azure", + "icon_path": "./images/azure.svg", "path": "./quickstart/azure.md" } ]