-
Notifications
You must be signed in to change notification settings - Fork 5
Default index pages #353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default index pages #353
Conversation
✅ Deploy Preview will be available once build job completes!
|
I wouldn't call these landing pages, 'cause that's interchangeably confusing with actual landing pages at the top of the documentation sets, for which there is a discrete Hugo template and archetype. This is an index page. All landing pages are indexes, but this could be more precisely described as a nested index page. Both are examples of transition pages in information architecture taxonomy. |
Makes sense! I'll update the comment in the code, and describe as an index page. |
I agree with Alan that they should be distinct from the customized landing pages. Let’s add a subheading to index pages that says something like: “In this section” to gently suggest that it’s autogenerated. I also think we should stack the cards vertically. So that we don’t get mismatched white space across rows. Keep them half-width though. Do the contribution links at the bottom of the page always lead somewhere useful on autogenerated landing pages? And no Qualtrics on this page right? |
Will make those changes - the contribution links will lead to the |
ab1c16d
to
d816328
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
w
Adds basic card with title and description, for index pages with no custom content.

In most cases, the only way to get these pages on
mainframe
is by clicking on the breadcrumb.There are some links still going to these pages, so it's safer to having something nicer until we can remove them completely.