Is there a complete list of the specially-named markdown files that will add a tab in the extension library?
These are the filenames I am aware of:
README.md
→ Details tab
CHANGELOG.md
→ Release Notes tab
LICENSE.md
→ License tab
HELP.md
→ Help tab
Are there any others?
For example, I am adding a script to my extension that requires attribution. Is there something like a CREDITS.md
file that would add a Credits / Acknowledgements tab? If not, I will add a section at the bottom of the readme.
That is my particular use case at the moment, but I’d be interested to know the full list.
Thank you!