Skip to content

Commit

Permalink
Add doc for architecture diagram.
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHubPang committed Aug 16, 2021
1 parent f384cb4 commit 6c098b6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
<!-- Plugin description -->
Rossynt - **Ros**lyn **syn**tax **t**ree viewer for C#. Works on JetBrains Rider and all other IntelliJ IDEA-based IDEs.

[Changelog](CHANGELOG.md) | [Build](docs/build.md)
[Changelog](CHANGELOG.md)
| [Architecture](docs/architecture.md)
| [Build](docs/build.md)

## System Requirements

Expand Down
13 changes: 13 additions & 0 deletions docs/architecture.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Architecture

```text
Plugin Backend
+-----------+ +-----------+
| | | |
| Kotlin | HTTP Request | C# |
| |-------------------->| |
| JetBrains |<--------------------| .NET |
| Runtime | HTTP Response | Runtime |
| | | |
+-----------+ +-----------+
```

0 comments on commit 6c098b6

Please sign in to comment.