Skip to content

docs: remove architecture diagram #3615

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: remove architecture diagram
The diagram was more confusion than helpful.
  • Loading branch information
ammario committed Aug 21, 2022
commit 8374260d4197d88accbad4341838efb3d5ee28a2
4 changes: 0 additions & 4 deletions docs/architecture.md → docs/about/architecture.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Binary file removed docs/images/architecture.png
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"title": "Architecture",
"description": "Learn how Coder works",
"icon_path": "./images/icons/protractor.svg",
"path": "./architecture.md"
"path": "./about/architecture.md"
}
]
},
Expand Down