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" } ]