aboutsummaryrefslogtreecommitdiff
path: root/doc-tool/src/dotty/tools/dottydoc/staticsite/Page.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add position based error reporting to dottydocFelix Mulder2017-02-011-41/+60
|
* Refactor templates and pages to deal with `SourceFile`Felix Mulder2017-02-011-17/+40
| | | | | This commit is the first step towards having reportable errors in the template files
* Make naked codeblocks default to ScalaFelix Mulder2017-01-311-0/+1
|
* Allow links in static site to reference API entitiesFelix Mulder2017-01-311-2/+4
|
* Add `firstParagraph` to `Page`Felix Mulder2017-01-311-0/+28
|
* Unwrap strings in YAML front-matterFelix Mulder2017-01-311-1/+5
|
* Remove `Context` from site generationFelix Mulder2017-01-311-10/+9
|
* Make `Page#yaml` be `Map[String, String | List[String]]`Felix Mulder2017-01-311-6/+9
| | | | | 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-0/+2
|
* Implement `{% include 'template' %}` featureFelix Mulder2017-01-311-7/+4
|
* Preserve `page` object on expansionFelix Mulder2017-01-311-3/+20
|
* Add `Page` trait with concrete classes for HTML and MDFelix Mulder2017-01-311-10/+43
|
* Add initial page rendering using liquid and yaml front matterFelix Mulder2017-01-311-0/+50