Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Fix Docs (pdf to markdown)
Browse files Browse the repository at this point in the history
Signed-off-by: dohyunkim <[email protected]>

pdf 또는 img 파일들의 문서를 markdown으로 관리하기 위해 변경.
  • Loading branch information
dohyunKim12 committed Mar 2, 2021
1 parent 273cb87 commit ac2e85d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/RestAPI.md → docs/REST_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
| | Customize | customize font, background color |
| Customize themes | Customize preview | Show preview based on present font, </br>background color |
| | Save customization | Save present font, background color |
<br/>
---

## REST API
```
Expand Down
Binary file removed docs/RestAPI,FunctionalSpecification.pdf
Binary file not shown.
19 changes: 19 additions & 0 deletions docs/architecture.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
```mermaid
%%{init: {'securityLevel': 'loose', 'theme':'base'}}%%
sequenceDiagram
autonumber
par Use CLI
Controller->>User: Web Socket
User->>Controller: Web Socket
and Login, Customizing
User->>Controller: Request
Note right of Controller: Perl - Mojolicious
Controller->>Model: ssh, user, IP addr
Note right of Model: Perl - Mojolicious
Model->>Controller: Response
Controller->>View: Request
Note right of View: React.js
View->>User: Response
end
```
Binary file removed docs/sshell_architecture.png
Binary file not shown.

0 comments on commit ac2e85d

Please sign in to comment.