Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 717 Bytes

navigation.rst

File metadata and controls

26 lines (17 loc) · 717 Bytes

Getting Started

.. toctree::
   :maxdepth: 2
   :caption: Contents:

Note

Using Latest Version In Production Is Not Recommended. Please Use A Specific Version.

Get Latest Version

<script src="https://cdn.jsdelivr.net/gh/CyroCoders/CyroWebF/js/main.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/CyroCoders/CyroWebF/css/main.css">

Get A Specific Version

<script src="https://cdn.jsdelivr.net/gh/CyroCoders/CyroWebF@{{VERSION TAG}}/js/main.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/CyroCoders/CyroWebF@{{VERSION TAG}}/css/main.css">