# Documentation without package creation

**URL:** https://discourse.julialang.org/t/documentation-without-package-creation/36133
**Category:** Tooling
**Tags:** documenter
**Created:** [March 18, 2020, 10:24am UTC](https://discourse.julialang.org/t/documentation-without-package-creation/36133 "2020-03-18T10:24:54Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Sebastian\_Troue](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sebastian_troue/32/12130_2.png) [@Sebastian\_Troue](https://discourse.julialang.org/u/Sebastian_Troue)
#### Post date: [March 18, 2020, 10:24am UTC](https://discourse.julialang.org/t/documentation-without-package-creation/36133/1 "2020-03-18T10:24:55Z")

</div>

Is it possible to create a html page containg the Doc-Strings of all .jl files inside a folder (and subfolders)? I do not want to create a package or module out of the files. I just want a well organized overview over all the Doc-Strings. Following the Documenter.jl documentation i was not able to find such a method.
