Introduction

Clean and simple documentation for Qdev products but not only. Built on Bootstrap + jQuery, it's easy to edit and comes with neat features out of the box, like smooth scrolling between sections, sticky menu, mobile responsiveness and more.

Start working on your documentation by opening the HTML file and edit these values:

productConfig = {
    name: 'Template App',
    version: '1.0.0'
}

Typography

Examples for Bootstrap typography, including global settings, headings, body text, lists, and more.

Heading

Heading

Heading
Heading

You can use the mark tag to highlight text.

This line of text is meant to be treated as deleted text.

This line of text is meant to be treated as no longer accurate.

This line of text is meant to be treated as an addition to the document.

This line of text will render as underlined

This line of text is meant to be treated as fine print.

This line rendered as bold text.

This line rendered as italicized text.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.

Lists
  1. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
  2. Aliquam tincidunt mauris eu risus.
  • Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
  • Aliquam tincidunt mauris eu risus.

Code snippets

One line: ls -lah

Multiple line, highlighted code snippets and blocks.

/* CSS Code */
  body::before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8);
  z-index: 100;
}
/* Java Code */
/**
 * @author John Smith 
*/
package l2f.gameserver.model;

public abstract strictfp class L2Char extends L2Object {
  public static final Short ERROR = 0x0001;

  public void moveTo(int x, int y, int z) {
    _ai = null;
    log("Should not be called");
    if (1 > 5) { // wtf!?
      return;
    }
  }
}

Alerts

To draw more attention.

Contact us

For questions, do not hesitate to conctact us by sending us an email at contact@qwebdev.net or visit our site at Qdev Techs .