#816 AppData page does not have heading
Closed by tibbs. Opened by vondruch.

@ignatenkobrain AppData guidelines [1] does not have a heading and therefore the page looks weird.

BTW could the TOC have some better styling? E.g. if it won't say "Table of Contents" and was somehow visually separated. At the AppData page, the TOC looks quite inappropriate IMO.


For the UI, we need @asamalik.

For the content part, would you mind sending PR? Otherwise I will get to fix it at some point.

Commit be3d3af9 fixes this issue

Also note that the styling for the table of contents isn't up to us. The default asciidoctor theme looks fine but the Fedora theme doesn't visually distinguish it. This isn't under FPC control any more than the styling of the wiki pages was.

Metadata Update from @tibbs:
- Issue close_status updated to: None (was: Fixed)

I did find a hack to get a visually distinguishable table of contents:

:toc: macro
****
toc::[]
****

But I went ahead and filed https://pagure.io/fedora-docs/fedora-docs-ui/issue/7 asking for the table of contents to be styled. Looking at the HTML shows that it's in its own class but the css just doesn't have any styling for it.

Metadata