Skip to main content
Toggle navigation menu
Home
Company
Sign in
webAI
Product Guides
Elements
Elements
Learn about the elements in Navigator and how to use them.
Search
Object Detector
Class Filter
Object Tracker
Barcode Reader
Zone Counter
Text Reader
Object Detection Inference
Image Classification Trainer
Object Detection Trainer
Image Classification Inference
Output Preview
Media Loader
Camera
LLM Dataset Generator
LLM Trainer
LLM Chat
Document QnA
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (categories.length) { %> <% categories.forEach(function(category, index) { %>
<%= category.name %>
<% if (category.sections.length) { %>
<% category.sections.forEach(function(section, index) { %>
<%= section.name %>
<% }) %>
<% } %> <% }) %> <% } %>