diff --git a/docs/RestAPI.md b/docs/REST_API.md similarity index 99% rename from docs/RestAPI.md rename to docs/REST_API.md index 1c86cdb..174991a 100644 --- a/docs/RestAPI.md +++ b/docs/REST_API.md @@ -12,7 +12,7 @@ | | Customize | customize font, background color | | Customize themes | Customize preview | Show preview based on present font,
background color | | | Save customization | Save present font, background color | -
+--- ## REST API ``` diff --git a/docs/RestAPI,FunctionalSpecification.pdf b/docs/RestAPI,FunctionalSpecification.pdf deleted file mode 100644 index ffb3021..0000000 Binary files a/docs/RestAPI,FunctionalSpecification.pdf and /dev/null differ diff --git a/docs/architecture.md b/docs/architecture.md new file mode 100644 index 0000000..a521f19 --- /dev/null +++ b/docs/architecture.md @@ -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 +``` diff --git a/docs/sshell_architecture.png b/docs/sshell_architecture.png deleted file mode 100644 index 4889e9f..0000000 Binary files a/docs/sshell_architecture.png and /dev/null differ