주 콘텐츠로 건너뛰기
탐색 메뉴 토글
고객센터
가격안내
문의 등록
Docswave 고객센터
Docswave 기존 가이드
자주 묻는 질문
[사용방법] 자주묻는질문
검색
[사용방법] 자주묻는질문
마스터 계정을 변경하고 싶어요.
구글 드라이브에 ;Docswave 폴더가 생성되었어요. 삭제해도 되나요?
;Docswave를 사용하려면 꼭 Gmail 계정이 있어야만 하나요?
;Docswave에서 메일을 못 받았어요.
;Docswave에서 사용하는 문서와 첨부 파일들은 어디에 저장되나요?
조직 생성 시 입력한 정보는 나중에 변경할 수 있나요?
로그인을 했는데 계속 조직을 생성하라고 나와요 or 다른 아이디로 로그인 돼요.
초대 메일을 통해 ;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) { %>
더보기
<% } %>
<% } %>