Skip to main content
Toggle navigation menu
Go to Arbiter.io
Community
Submit a request
Sign in
Search
ArbiterSports
Assigners
Settings
Settings
Knowledge Articles that cover setting permissions, preferences, licensing, and more!
How do I Add a Company Logo?
How do I Set Permissions?
Officials Permissions
Group Administrators Permissions
Contacts Permissions
How do I Use the Game Reports Function?
How To Set Preferences
How To Update Your ArbiterOne License
Evaluations Guide for Assigners
Global Filter
Group Emails
Preferences - Accept By Date
How Do I Change My Username Or Password? (Admins)
LeagueAthletics Integration
Seasonal Maintenance
Renew Your Arbiter License
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 %>
<% }); %>
<% } %>
<% }); %>
<% } %>