dotty.tools.scaladoc.site
package dotty.tools.scaladoc.site
Type members
Classlikes
class StaticSiteContext(val root: File, val args: Args, val sourceLinks: SourceLinks, val snippetCompilerArgs: SnippetCompilerArgs, val snippetChecker: SnippetChecker)(using val outerCtx: CompilerContext)
case class for the template files.
Template file is a file .md
or .html
handling settings.
case class for the template files.
Template file is a file .md
or .html
handling settings.
- Value parameters:
- file
The Actual file defining the template.
- rawCode
The content, what is to be shown, everything but settings.
- settings
The config defined in the begging of the file, between the pair of
---
(e.g. layout: basic).