docs: remove architecture diagram (#3615)

The diagram was more confusion than helpful.
This commit is contained in:
Ammar Bandukwala
2022-08-22 10:56:10 -05:00
committed by GitHub
parent 58d29264aa
commit 5e36be8cbb
3 changed files with 1 additions and 5 deletions
@@ -1,9 +1,5 @@
# Architecture
<p align="center">
<img src="./images/architecture.png" width="700px">
</p>
## Agents
An agent is the Coder service that runs within a user's remote workspace.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

+1 -1
View File
@@ -15,7 +15,7 @@
"title": "Architecture",
"description": "Learn how Coder works",
"icon_path": "./images/icons/protractor.svg",
"path": "./architecture.md"
"path": "./about/architecture.md"
}
]
},