Skip to content

Commit

Permalink
Merge pull request #21 from ehgus/master
Browse files Browse the repository at this point in the history
html문서: 섹션 접기 기능 추가
  • Loading branch information
ehgus authored Oct 3, 2020
2 parents 619bc0f + 27ed697 commit 0990c9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### 줄리아 문서 번역하기
- [번역하기](https://github.com/juliakorea/translate-doc/wiki/%EB%B2%88%EC%97%AD%ED%95%98%EA%B8%B0)
- Julia 문서는 마크다운으로 번역됩니다. 모든 번역해야 할 문서는 /src 디렉토리에 있으며 자세한 사항은 [번역하기](https://github.com/juliakorea/translate-doc/wiki/%EB%B2%88%EC%97%AD%ED%95%98%EA%B8%B0)를 참고해주시기 바랍니다.


### 최근 번역 빌드한 것 보기 (HTML)
Expand Down
3 changes: 2 additions & 1 deletion make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,13 @@ else
canonical = t_html_canonical,
analytics = t_analytics,
assets = ["assets/julia-manual.css", ],
collapselevel = 1,
)
end

makedocs(
build = joinpath(pwd(), "local" in ARGS ? "_build_local" : "_build/html/ko/latest"),
modules = [Base, Core, [Base.root_module(Base, stdlib.stdlib) for stdlib in STDLIB_DOCS]...],
modules = [Main, Base, Core, [Base.root_module(Base, stdlib.stdlib) for stdlib in STDLIB_DOCS]...],
clean = false, # true
doctest = ("doctest=fix" in ARGS) ? (:fix) : ("doctest=true" in ARGS) ? true : false,
linkcheck = "linkcheck=true" in ARGS,
Expand Down

0 comments on commit 0990c9d

Please sign in to comment.