DevChatter / ChatterBot

Highly modular Twitch chat bot.
MIT License
10 stars 5 forks source link

Added UML Component Diagram and VSCode workspace #40

Closed SimonGeering closed 4 years ago

SimonGeering commented 4 years ago

Closes #27

  1. Added VSCode workspace - set-up to cover the whole of the repo not just the src folder, this allows the use of VSCode for editing docs and CI/CD workflows, etc.

  2. Added UML Component Diagram under doc\uml to show logical dependencies between assemblies. This also provides an example of how to embed Mermaid UML on an HTML page.

    image Note that the layout is generated by the JS from a CDN and so, to my knowledge, the author has no control over rather squished up spacing of the sub-section headers.