Markup Guide ============ Script sources -------------- Include script sources in the main html element. * **Development** (*test* folder) .. code-block:: html :linenos: * **Production** (*examples* folder) .. code-block:: html :linenos: Stylesheet sources ------------------ Include stylesheet sources in the main html element. * **Development** (*test* folder) .. code-block:: html :linenos: * **Production** (*examples* folder) .. code-block:: html :linenos: Define app data --------------- 1. Create the container element .. code-block:: html :linenos:
2. Inside *rs-pc3d*, create category element with *data-name* as the category title: .. code-block:: html :linenos: 3. For each item, add a *
  • * element with nested ** element containing the item path .. code-block:: html :linenos:
  • Item 1 title 4. Add item description with *

    * element .. code-block:: html :linenos:

    Item 1 description

  • Full markup example ------------------- .. code-block:: html :linenos: