Open
Description
Currently in order to generate general docs about the usage of a package, we're using categories. These categories are then generated as "topics" only if we actually use them inside the doc comments like {@category xyz}
. It would be nice if we have an option to have general docs that we can add as .md
files by adding them to dartdoc_options.yaml
without specifying them inside the source as well.
cc @jonasfj