diff --git a/docs/docs/contributing/contribute-knowledge.md b/docs/docs/contributing/contribute-knowledge.md index ef4452eafbb2..7164774ac1df 100644 --- a/docs/docs/contributing/contribute-knowledge.md +++ b/docs/docs/contributing/contribute-knowledge.md @@ -1,3 +1,8 @@ +--- +layout: doc-page +title: Contributing Knowledge +--- + # Contribute Internals-related Knowledge If you know anything useful at all about Dotty, feel free to log this knowledge: diff --git a/docs/docs/contributing/debugging.md b/docs/docs/contributing/debugging.md index 5bc2a7676139..efabcfbd11b1 100644 --- a/docs/docs/contributing/debugging.md +++ b/docs/docs/contributing/debugging.md @@ -1,3 +1,8 @@ +--- +layout: doc-page +title: Debugging Techniques +--- + # Debugging Techniques - [Setting up the playground](#setting-up-the-playground) - [Show for human readable output](#show-for-human-readable-output) diff --git a/docs/docs/contributing/procedures/vulpix.md b/docs/docs/contributing/procedures/vulpix.md index f1cdf70e5897..5e8a2eab425b 100644 --- a/docs/docs/contributing/procedures/vulpix.md +++ b/docs/docs/contributing/procedures/vulpix.md @@ -1,3 +1,8 @@ +--- +layout: doc-page +title: Test Vulpix Framework +--- + # Test Vulpix Framework If you are modifying the Vulpix framework and need a playground with dummy tests to try out your modifications, do the following. diff --git a/docs/docs/contributing/scala2-vs-scala3.md b/docs/docs/contributing/scala2-vs-scala3.md index d7f20190cf57..8d1057f3cf06 100644 --- a/docs/docs/contributing/scala2-vs-scala3.md +++ b/docs/docs/contributing/scala2-vs-scala3.md @@ -1,3 +1,8 @@ +--- +layout: doc-page +title: Divergences between Scala 2 and Dotty +--- + # Divergences between Scala 2 and Dotty The following issues encountered when compiling Scala 2 code as-is under Dotty: diff --git a/docs/docs/contributing/tools/mill.md b/docs/docs/contributing/tools/mill.md index a3143860be42..5aae2c5694ed 100644 --- a/docs/docs/contributing/tools/mill.md +++ b/docs/docs/contributing/tools/mill.md @@ -1,3 +1,8 @@ +--- +layout: doc-page +title: Basic Operations with Mill +--- + Here's an example of how to test a project that uses mill: ```bash diff --git a/docs/docs/contributing/tools/scalafix.md b/docs/docs/contributing/tools/scalafix.md index c8d6a6f9dad3..58c7d0eb7b3a 100644 --- a/docs/docs/contributing/tools/scalafix.md +++ b/docs/docs/contributing/tools/scalafix.md @@ -1,3 +1,8 @@ +--- +layout: doc-page +title: Working with Scalafix +--- + # Working with Scalafix First, create a new rule as follows (command from https://scalacenter.github.io/scalafix/docs/developers/setup.html):