mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-21 20:45:10 +00:00
Merge pull request #1275 from The-Lum/UpdDoc
Upd: Add some documentation
This commit is contained in:
commit
4038b9db37
@ -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
16
stdlib/README.md
Normal 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)
|
||||
|
Loading…
Reference in New Issue
Block a user