pierre3 / PlantUmlClassDiagramGenerator

This is a generator to create a class-diagram of PlantUML from the C# source code.
MIT License
683 stars 133 forks source link

Addition of table of contents to the README? #41

Open claremacrae opened 3 years ago

claremacrae commented 3 years ago

Hello,

Thank you for this tool! I used it to create diagrams for my talk at the ACCU conference last week.

I find myself referring back to the examples here, often.

For this, it would really help if the front page had a table of contents.

I could set this up very quickly using mdsnippets - and if you don't mind a GitHub Action being added, I'd make it so that the ToC would be updated automatically on push, if the headings changed.

https://github.com/SimonCropp/MarkdownSnippets/blob/master/docs/github-action.md

Here's me demoing this at CppCon last year

Would you accept a PR for this? Thanks.