E.g. https://backstage.io/docs/features/techdocs/techdocs-overview
TechDocs Documentation · Backstage
## What is it?
The problem being that .md files in /docs folder of the repo doesn't have description document header field (https://docusaurus.io/docs/en/doc-markdown#documents).
So the solution is to go through all files and add description for each one of them ;)
@shmidt-i Can I work on this issue?
@iamrajiv please do, thanks!
@stefanalund What should I give in description: should I give same as of title: in very .md file.
@iamrajiv can be first paragraph of the text, just cleared from image tags or any markdown.
E.g.
https://backstage.io/docs/overview/what-is-backstage

Imagine string ![service-catalog]... being replaced by
Backstage is an open platform for building developer portals. Powered by a centralized service catalog, Backstage restores order to your microservices and infrastructure. So your product teams can ship high-quality code quickly — without compromising autonomy.
Backstage unifies all your infrastructure tooling, services, and documentation to create a streamlined development environment from end to end...
Most helpful comment
@shmidt-i Can I work on this issue?