* Updated docs to include images of nodes
* Updated docs to include images of nodes
* Added icons to docs
* Added black formatting
* Added back png that removed due to incorrect naming convention
* Revert yarn.lock changes
1. Fix resource warning in the destructor
```
/Users/REDACTED/.asdf/installs/python/3.10.0/lib/python3.10/subprocess.py:1067: ResourceWarning: subprocess 46612 is still running
_warn("subprocess %s is still running" % self.pid,
ResourceWarning: Enable tracemalloc to get the object allocation traceback
```
2. Use preferred, non-legacy API per https://docs.python.org/3/library/subprocess.html#subprocess.call
3. Older call style no longer needed with Python 3.6+
* Added IBM Provider
* Added IBM Provider
* Added IBM Provider
* Added IBM Provider
* Add IBM Provider
* Add IBM Provider
* Add IBM Provider
* Add IBM Provider
* Add IBM Provider
* Add IBM Provider
* Modified image after review comments
* Deleted resources
* Modified after review comments
* Modified as per code review
* Modified as per code review
* Modified as per code review
* Modified as per code review
* Modified as per code review
* Try to make the custom doc page (#284)
* [Fix] link syntax
* [Fix] Generate the doc for custom outside the provider loop + Remove custom from providers list.
* [Fix] Add custom menu in side bar
* docs(Custom): Add more examples (#284)
* Including Zabbix on Monitoring Group
* Zabbix implementation
* Added LXC on Container
* Error typo
* Alias PVE-Proxmox
* Including Proxmox, CEPH, GlusterFS
* New Application Servers - JBoss,Tomcat,Jetty,Glassfish
* Java App Server - WildFly by RH
* Autogen Changes of App Servers
* DNS Services OnPremise
* Inclusion UPPER_WORDS
* Container and OnPremise changed after autogen.sh
* Outscale after autogen
* Removed duplication
* Refactor #291
Outscale isa French IaaS provider
This commit add support for generated diagram with outscale images
Signed-off-by: Matthias Gatto <matthias.gatto@outscale.com>
Co-authored-by: matthias.gatto <matthias.gatto@matthiasgatto-3.local>
* Add Icon set for Oracle Cloud Services. Update scripts to handle the new provider
* feat: add alibaba cloud resources
* chore: delete unused script
* bump: up to version 0.4.0
* docs: add alibaba cloud
* chore: make a publish script executable
* docs: update menus for alibaba cloud
* Code cleanup per pull request feedback
* Add Oracle cloud to website and command line to generate the classes
* Add missing module script for OCI provider
Co-authored-by: Prodesire <Prodesire@yeah.net>
Co-authored-by: MinJae Kwon <mingrammer@gmail.com>