Group articles
I was working on a redesign of Deno by example (inspired by Go by example), and it would be good to group the articles over here as well.
https://github.com/denoland/denobyexample/issues/63

interesting idea. I have a feeling that for gobyexample things would be different because the large majority of the pages are about the language (Deno is different in this respect since it's not a language per se).
Can you suggest how a potential grouping would look?
I'm not familiar with golang, but I think we can use Effective go's ToC as categories.
https://go.dev/doc/effective_go
Like:
- Control structures
- Data
- Concurrency
- Errors
- etc
I, for once, like the simplicity of what it looks like currently :)
Indeed, the current design seems good enough