doc: fix some minor issues

- [x] fix README link to docs
- [x] rename `Alice and Bob` to `First example: "Alice and Bob"`
- [x] add `Import/Export`link
- [x] add `<kbd>` tag on `Ctrl+S`
This commit is contained in:
The-Lum 2023-05-23 19:58:45 +00:00 committed by PlantUML
parent 4cbefc3dcc
commit be95ece466
3 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# PlantUML Server Web UI
## Alice and Bob
## First example: "Alice and Bob"
![alice-bob](https://raw.githubusercontent.com/plantuml/plantuml-server/master/docs/WebUI/gifs/alice-bob.gif)
@ -19,6 +19,7 @@ You have multiple monitors? You want to share your Window but only show the diag
## More
- [Settings](https://raw.githubusercontent.com/plantuml/plantuml-server/master/docs/WebUI/settings.md)
- [PlantUML Language Features](https://raw.githubusercontent.com/plantuml/plantuml-server/master/docs/WebUI/language-features.md)
- [Mobile Version](https://raw.githubusercontent.com/plantuml/plantuml-server/master/docs/WebUI/mobile.md)
- [Settings](https://github.com/plantuml/plantuml-server/blob/master/docs/WebUI/settings.md)
- [PlantUML Language Features](https://github.com/plantuml/plantuml-server/blob/master/docs/WebUI/language-features.md)
- [Mobile Version](https://github.com/plantuml/plantuml-server/blob/master/docs/WebUI/mobile.md)
- [Import/Export](https://github.com/plantuml/plantuml-server/blob/master/docs/WebUI/import-export.md)

View File

@ -5,7 +5,7 @@ Similar to [draw.io](https://app.diagrams.net) it is possible to load and contin
# Export a diagram
Via the editor menu or Ctrl+S (or Meta+S in the case of a Mac) you can open the file save dialog.
Via the editor menu or <kbd>Ctrl</kbd> + <kbd>S</kbd> (or <kbd>Meta</kbd> + <kbd>S</kbd> in the case of a Mac) you can open the file save dialog.
Here you can edit the file name, choose a file/diagram type and download the diagram.
The default is to download the PlantUML code.

View File

@ -2,7 +2,7 @@
PlantUML Server is mobile ready.
## Alice and Bob
## First example: "Alice and Bob"
![alice-bob](https://raw.githubusercontent.com/plantuml/plantuml-server/master/docs/WebUI/gifs/mobile-alice-bob.gif)