주 콘텐츠로 건너뛰기
탐색 메뉴 토글
고객센터
가격안내
문의 등록
Docswave 고객센터
Docswave 기존 가이드
자주 묻는 질문
[일반] 자주 묻는 질문
검색
[일반] 자주 묻는 질문
고객센터로 문의하고 싶어요.
프리미엄 서비스와 무료 서비스의 차이점을 알려주세요.
프리미엄 서비스의 비용을 알려주세요.
무료로 서비스를 지원 받을 수 있나요? (종료)
Premium서비스 결제수단은 무엇이 있나요?
Google Workspace도 함께 도입하고 싶어요.
문서 유출의 위험은 없나요? 보안이 궁금해요.
;Docswave로 영수증 첨부 시 증빙 자료 효력이 있나요?
어떤 기업들이 이용하고 있나요?
;Docswave를 그만 이용하고 싶어요.
<% (categories.length > 1 ? categories : sections).forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<%= block.name %>
<% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
원하는 정보를 찾지 못하셨나요?
문의 등록
카테고리
<% 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) { %>
더보기
<% } %>
<% } %>