openSUSE / docserv

A server for building and publishing documentation with DAPS
https://opensuse.github.io/docserv/
GNU General Public License v3.0
4 stars 3 forks source link

Introduce <desc> with <title> #289

Closed tomschr closed 8 months ago

tomschr commented 8 months ago

The <title> tag inside <desc> is used for tiles and a restricted currently to 70 characters.

@fsundermeyer We didn't discuss this in our last doc tools meeting, but I'd like to merge it. Any objections from your part?

This is how it looks like:

<desc default="1" lang="en-us">
   <title>Short description</title>
   <p>... longer description ...</p>
</desc>

Likewise for other languages.

tomschr commented 8 months ago

Merged for the time being to have a green CI.

tomschr commented 8 months ago

Raised maximum character limit from 70 to 80 in commit 8168350.

fsundermeyer commented 8 months ago

LGTM!