this is really nice; thank you for putting this package together.
On Saturday, 20 August 2016 12:36:21 UTC+1, Morten Piibeleht wrote: > > On Saturday, August 20, 2016 at 2:18:37 AM UTC+3, Christoph Ortner wrote: >> >> I want to give this a try but I can't find the example of HTML output, >> which is supposed to be in test/html? >> >> Thank you. >> > > I apologize, the linked docs are a bit outdated and will be updated > shortly. As was already mentioned, since Documenter uses the HTML output > for its own docs, `docs/make.jl` is the best example. > > `mkdocs.yml` has been dropped indeed. Instead the site's structure and > title have to be defined in `make.jl`, via the (currently undocumented) > `sitename` and `pages` options. > > The HTML site gets built into `build/` directly, where we normally have > outputted the processed Markdown files (with the filenames being translated > as `path/file.md` -> `path/file.html`). > > On Saturday, August 20, 2016 at 2:53:23 AM UTC+3, Stefan Karpinski wrote: >> >> On Fri, Aug 19, 2016 at 5:07 PM, Morten Piibeleht <[email protected]> >> wrote: >> >>> [*] Developed as part of Morten’s Google Summer of Code project >>> <https://summerofcode.withgoogle.com/dashboard/project/5046486001778688/details/> >>> . >>> >> Since I think that page is private, here's the description of the project: > > > Yes, the correct link should have been > https://summerofcode.withgoogle.com/projects/#5046486001778688 (but it > basically only contains the description Stefan already posted). >
