주 콘텐츠로 건너뛰기
탐색 메뉴 토글
기사
동영상 튜토리얼
아카데미
라이브 교육
업그레이드
Asana 실행
로그인
시작하기
검색
무엇을 도와드릴까요?
검색
<% if (ids.length) { %>
<% ids.forEach(function(id, index) { %>
<% if (playInline) { %>
<% if (showDuration) { %>
<% } %>
<% } else { %>
<% if (showDuration) { %>
<% } %>
<% } %> <% if (showTitle) { %>
<% } %>
<% }); %>
<% } %>
상위 검색
<%= getStartedSection.dynamicTitle %>
<% getStartedSection.links.forEach(function(link, index) { %>
<%= link.dynamicLinkText %>
<% }) %>
<%= recommendedLinksSection.dynamicTitle %>
<%= recommendedLinksSection.headerLink.dynamicHeaderLink %>
<% recommendedLinksSection.linkColumns.forEach(function(linkColumn, index) { %>
<%= linkColumn.dynamicTitle %>
<% linkColumn.links.forEach(function(link){%>
<%= link.dynamicLinkText %>
<% }) %>
<% }) %>
<%= useCasesSection.dynamicTitle %>
<%= useCasesSection.headerLink.dynamicHeaderLink %>
<% useCasesSection.links.forEach(function(link, index) { %>
<%= link.dynamicLinkText %>
<% }) %>
<% videoCourseSection.videoCourseRows.forEach(function(videoCourseRow, index) { %>
<%= videoCourseRow.dynamicTitle %>
<%= videoCourseRow.headerLink.dynamicHeaderLink %>
<% videoCourseRow.links.forEach(function(link, index) { %>
<%= link.dynamicLinkText %>
<%= link.dynamicLinkDescription %>
<% }) %>
<% }) %>
<%= keepExploringSection.dynamicTitle %>
<% keepExploringSection.links.forEach(function(link, index) { %>
<%= link.dynamicLinkText %>
<%= link.dynamicLinkDescription %>
<% }) %>
카테고리
<% 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 }) %>
<% }); %>
<% var maxSections = 5 %>
탐색 메뉴 토글
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
카테고리
카테고리
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
도움말 항목
<% 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 (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
더보기
<% } %>
<% } %>