It would be nice if the "MyDoc" title defaulted to the name property inside package.json
Describe the solution you'd like
Read package.json name and populate title
Describe alternatives you've considered
Maybe creating a theme that does this? 馃
Teachability, Documentation, Adoption, Migration Strategy
the config file and other ways to set the title should overwrite this, reading name from package.json should probably only be done if there's no title configured. This would make it more zero-config than it is right now.
Good point @albinekb, I'm thinking about that, but we would need to humanize the app name from package.json and not sure it is a good choice 馃
maybe an "camelcasefy" on package name @pedronauck ?
Maybe we could send the whole package.json to the theme in some way, maybe a helper to fetch it in some way. If we could do that themes could use data from package.json to display version, name (with or without humanise), pick up repository to automatically link to GitHub etc
To facilitate user feedbacks and make a really good roadmap, now we're using Canny as a tool to create our roadmap 馃槏
We think that is better keep Github issues only for bugs and other issues! 馃悶
This issue is already on our roadmap, so I'll close this issue in favor of it!
Most helpful comment
Maybe we could send the whole package.json to the theme in some way, maybe a helper to fetch it in some way. If we could do that themes could use data from package.json to display version, name (with or without humanise), pick up
repositoryto automatically link to GitHub etc