Starting pages
Starting pages can be used to create an overview of the section or the whole help instance and navigate a user through it. You can group multiple topics dedicated to a specific subject under such page.
They provide design and markup for highlighting the most useful and popular topics of a section or instance.
Also, they are a better alternative to wrapper topics since they are not empty, which is good for SEO.
For consistency reasons, starting pages have a fixed layout. For predefined groups, you can change the number of cards and their content. You can also add custom card and link groups and adjust their width.
Create a starting page
To create an empty starting page, create a topic and add the
section-starting-page
tag as a child of thetopic
tag.To create a starting page already filled with all the possible elements, which you can then remove or edit as you want, start creating a topic from a template and select Section starting page template type.
Starting page structure
The section-starting-page
content structure can look like this:
primary
and secondary
groups are mandatory, spotlight
and misc
are optional. spotlight
must contain exactly two links with icons.
Since on starting pages a certain structure is expected, we provide you a template containing all the elements, so you can create a starting page from template, add links to topics and remove everything you don't need.
Groups
Links on a starting page have to be divided into groups.
Use the spotlight
tag to highlight the most useful and popular topics of a section. The type
attribute defines the card's icon.
Place other important topics in the primary
and secondary
groups. These groups are mandatory.
If necessary, use the misc
section to add more relevant cards or links.
Add other relevant cards or links
Under the
misc
tag, add eithercards
orlinks
.Add the
title
tag or attribute.For
links
, wrap each set of links with thegroup
tag and add a title for each group.Define links to relevant topics.
If necessary, specify the width of groups.
Add
narrow="true"
to a group if you want to render three narrow columns. By default, it isfalse
, and groups are rendered in two columns.