Merge pull request #1275 from The-Lum/UpdDoc

Upd: Add some documentation
This commit is contained in:
PlantUML 2023-01-25 20:53:10 +01:00 committed by GitHub
commit 4038b9db37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View File

@ -40,6 +40,7 @@ PlantUML is a component that allows to quickly write:
The following non-UML diagrams are also supported:
* [JSON data](http://plantuml.com/json)
* [YAML data](http://plantuml.com/yaml)
* [Extended Backus-Naur Form (EBNF) diagram](http://plantuml.com/ebnf)
* [Network diagram (nwdiag)](http://plantuml.com/nwdiag)
* [Wireframe graphical interface or UI mockups (salt)](http://plantuml.com/salt)
* [Archimate diagram](http://plantuml.com/archimate-diagram)

16
stdlib/README.md Normal file
View File

@ -0,0 +1,16 @@
# Standard Library (`stdlib`) of PlantUML
This directory contains all the Standard Library (`stdlib`) files on a compressed format (`.repx`).
### Source
For the source of the Standard Library (`stdlib`):
- See this offficial dedicated source repository:
- https://github.com/plantuml/plantuml-stdlib
- See also this collaboratif repository _(Unofficial PlantUML stdlib)_:
- https://github.com/plantuml-stdlib
### Format
For the compressed format (`.repx`), see this part of code:
- [src/net/sourceforge/plantuml/preproc/Stdlib.java](https://github.com/plantuml/plantuml/blob/master/src/net/sourceforge/plantuml/preproc/Stdlib.java)