aboutsummaryrefslogtreecommitdiff
path: root/doc-tool/test/dotty
Commit message (Collapse)AuthorAgeFilesLines
* Add position based error reporting to dottydocFelix Mulder2017-02-012-55/+16
|
* Refactor templates and pages to deal with `SourceFile`Felix Mulder2017-02-012-30/+47
| | | | | This commit is the first step towards having reportable errors in the template files
* Document dottydoc capabilities, add anchored headersFelix Mulder2017-01-311-1/+1
|
* Allow links in static site to reference API entitiesFelix Mulder2017-01-311-0/+4
|
* Allow custom project nameFelix Mulder2017-01-311-1/+1
|
* Add basic API generation from templatesFelix Mulder2017-01-311-6/+4
|
* Add blog layoutFelix Mulder2017-01-311-1/+1
|
* Make `Page#yaml` be `Map[String, String | List[String]]`Felix Mulder2017-01-311-2/+2
| | | | | YAML front matter can be lists, unfortunately we don't have union types in scala 2
* Add initial defaults to page generationFelix Mulder2017-01-311-5/+8
|
* Add static site gen to dottydoc mainFelix Mulder2017-01-311-4/+5
|
* Implement site structure discoveryFelix Mulder2017-01-311-10/+22
|
* Implement `{% include 'template' %}` featureFelix Mulder2017-01-312-13/+33
|
* Preserve `page` object on expansionFelix Mulder2017-01-311-0/+22
|
* Fix recursive expansion of templatesFelix Mulder2017-01-312-0/+164