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

Fix Docs (pdf to markdown) #10

Merged
merged 1 commit into from
Mar 2, 2021
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
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.