BNETDocs/bnetdocs-web

Modify documents and packets tables to include short description

carlbennett opened this issue · 7 comments

Short description could be used on the document and packet index pages instead of deriving them from the document/packet's first sentence.

This is the same for documents too. I thought it was intended?

We should include documents while implementing this feature.

We could also make it used the derived value if there's no short description.

Another flag could be added to the options bitmask that allows specifying whether to allow an empty short description, or to deny an empty short description and instead derive the value.

Thoughts?

Would this options bitmask be per packet? If you mean something per packet, wouldn't it make more sense to just have the field be nullable? If present and non-empty, use it. Otherwise, use current generated value.

This has been implemented as of 232be88.