General
Template
Layout
Typography
Navigational
Informational
Data
Input
Images
Header
Footer
NeonUI Doc Layout

Page Index Section of the Document Layout

Topics of the current Page

Page Index - Main Ideas of the current page

Page Index Document Section

Page Index section gives quick summary of all the main topics of the current page. It helps to click and reach particular section of the page quickly.

  • Page Index appears on the right hand side of the page
  • The text wraps and have elegant overall view of the page's content summary
  • Each Heading level have indentations so that heading/content groups and overview of the page is easily understood.
  • Page Index Sample Output

Page Index Container

  • Class page-index is the main container class for the Document Page Index
  • This page-index is under the parent class of a block element with the class of doc-container

Implementation Code Sample

Implementation Code with whole Doc Template

Page Index Header

Page index header shows what the section is doing. Can change what the page index's "Goal" is in general

Implementation Code Sample

Page Index List Group

Page Item list Container

  • All the Page index list items are held under the class container page-index-list

Each page Item list items

  • All the Page index list items have the class index-item

Page Indentation

  • To have the proper indentation of the page list, have the class page-index-XX
    • where the XX is the header element in the page.
    • e.g. Header H2 will have page-index-h2
    • e.g. Header H3 will have page-index-h3

Link anchor to click and reach corresponding section

  • To use the Page Index list, clickable and reach the corresponding section of the page visible, anchor a element is used with href attribute, with corresponding id attribute of the Header in the docs-main area
  • docs-main page section

    page-index page section

    Completed Full Page List Code

    Page Index Sample

    docs-main page section

    page-index page section

    Output - Primary index (only)