Template:NVIDIA Jetpack Reference Guide/TOC: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
No edit summary
Line 91: Line 91:
             </li>
             </li>
             <li>
             <li>
                 <a class="toc-section-header" href="{{{BaseUrl}}}/RidgeRun_Services">
                 <a class="toc-section-header" href="{{{BaseUrl}}}/Jetson_boards">
                     RidgeRun Services
                     Jetson Boards
                     <i class="fas fa-chevron-right icon-toggle {{#if:{{{expanded|}}}|expanded|collapsed}}"></i>
                     <i class="fas fa-chevron-right icon-toggle {{#if:{{{expanded|}}}|expanded|collapsed}}"></i>
                 </a>
                 </a>
                 <ul class="toc-sub-list">
                 <ul class="toc-sub-list">
                     <li><a href="{{{BaseUrl}}}/RidgeRun_Services/PTZ">PTZ</a></li>
                     <li><a href="{{{BaseUrl}}}/Jetson_boards/Orin_nano">Orin Nano</a></li>
                     <li><a href="{{{BaseUrl}}}/RidgeRun_Services/Detection">Detection</a></li>
                     <li><a href="{{{BaseUrl}}}/Jetson_boards/Orin_nx">Orin NX</a></li>
                     <li><a href="{{{BaseUrl}}}/RidgeRun_Services/AI_Agent">AI Agent</a></li>
                     <li><a href="{{{BaseUrl}}}/Jetson_boards/Agx_orin">AGX Orin</a></li>
                     <li><a href="{{{BaseUrl}}}/RidgeRun_Services/Analytics">Analytics</a></li>
                     <li><a href="{{{BaseUrl}}}/Jetson_boards/Xavier_nx">Xavier NX</a></li>
                    <li><a href="{{{BaseUrl}}}/Jetson_boards/Nano">Nano</a></li>
                    <li><a href="{{{BaseUrl}}}/Jetson_boards/Agx_xavier">AGX Xavier</a></li>
                    <li><a href="{{{BaseUrl}}}/Jetson_boards/Tx2">TX 2</a></li>
                    <li><a href="{{{BaseUrl}}}/Jetson_boards/Tx1">TX 1</a></li>
                 </ul>
                 </ul>
             </li>
             </li>

Revision as of 23:22, 21 August 2024

‎ NVIDIA Jetpack Reference Guide Table of contents.

Usage

{{NVIDIA Jetpack Reference Guide/TOC
|BaseUrl=https://developer.ridgerun.com/wiki/index.php/NVIDIA_Jetpack_Reference_Guide
}}

NOTE: BaseUrl is a mandatory argument since it is used by the template as the base for all URLs.

Optional arguments:

{{NVIDIA Jetpack Reference Guide/TOC|logo=1|title=1|expanded=1}}


  • logo: If given, the logo is shown. If not, it is hidden (default).
  • title: If given, the title is shown. If not, it is hidden (default).
  • expanded: If given the TOC starts with all elements expanded. If not it starts collapsed (default).