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

NeonUI Template for Documentation

Sample UI template to start

NeonUI Documentation Template - Basic Skeleton

Basic Documentation skeleton Template Downloads

Basic Documentation skeleton Template Explanation

In the HTML page, where documentation is created, the following simple steps would get one started

  • Download and include the "neon-ui-v1.0-min.css" file in the link tag using the src attribute in the head section of the HTML page
  • Download and include the "neon-ui-v1.0-min.js" file in the script tag using the src attribute , as the last HTML statement before body element tag of the HTML page
  • Add the class neon-ui in the element, preferably body element, for whole HTML page or in the particlular element hierarchy under which the NeonUI formatting is to be applied
  • Have an element div or section or article with a class for each of the sections.

    • main-index Main Index section - Left hand side Chapter Index
    • docs-main Main Documentation section - Center Detailed documentation
    • page-index Page Index section - Right hand side Page topic Index
  • Have these three elements main-index , docs-main , page-index wrapped by an element tag

    • div or section or article with the class docs-container

Template HTML Code

NeonUI Documentation - Basic Starter Template

Basic Starter Documentation Template Downloads

Basic Documentation skeleton Template Explanation

Check the next chapter pages, to understand more about the layouts and how the temaplate code works.

Template Sample Output

Output in a Seperate Tab

Click the below link to open the NeonUI sample template starter file in a separate tab full width.

NeonUI Doc Template Starter Sample

Output Sample

Template HTML Code

Optional Code Highlighter - Highlight.js

NeonUI make use of Opensource code highlighter Highlight.js javascript package.

It is optional. One could include the online Javascript codes using the following code if inclined.