Skip to main content
Toggle navigation menu
Go to Arbiter.io
Community
Submit a request
Sign in
Search
ArbiterSports
Assigners
Resources
Resources
This articles will cover setting up sports, levels, positions, and more!
How do I Create, Edit, and Delete Sports?
How do I Add, Edit, and Delete Forms? | For Assigners
How do I Create, Edit, and Delete Levels?
How do I Add, Edit, and Delete Positions?
How do I Add, Edit, and Delete Teams?
How do I Create, Edit, and Remove Sites & Subsites?
Subscribing to a Bill-To
How do I Set-up and Customize Distances?
Your Group After Standardization
Standardization Best Practices
How do I View Member Schools and Manage Alignment? | State Tools
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 %>
<% }); %>
<% } %>
<% }); %>
<% } %>