Skip to content

Commit eb12c21

Browse files
Merge pull request #6916 from dotty-staging/fix-docs
Add header to some doc pages
2 parents 59b13d5 + fd2a75c commit eb12c21

File tree

6 files changed

+30
-0
lines changed

6 files changed

+30
-0
lines changed

docs/docs/contributing/contribute-knowledge.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: doc-page
3+
title: Contributing Knowledge
4+
---
5+
16
# Contribute Internals-related Knowledge
27
If you know anything useful at all about Dotty, feel free to log this knowledge:
38

docs/docs/contributing/debugging.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: doc-page
3+
title: Debugging Techniques
4+
---
5+
16
# Debugging Techniques
27
- [Setting up the playground](#setting-up-the-playground)
38
- [Show for human readable output](#show-for-human-readable-output)

docs/docs/contributing/procedures/vulpix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: doc-page
3+
title: Test Vulpix Framework
4+
---
5+
16
# Test Vulpix Framework
27
If you are modifying the Vulpix framework and need a playground with dummy tests to try out your modifications, do the following.
38

docs/docs/contributing/scala2-vs-scala3.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: doc-page
3+
title: Divergences between Scala 2 and Dotty
4+
---
5+
16
# Divergences between Scala 2 and Dotty
27
The following issues encountered when compiling Scala 2 code as-is under Dotty:
38

docs/docs/contributing/tools/mill.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: doc-page
3+
title: Basic Operations with Mill
4+
---
5+
16
Here's an example of how to test a project that uses mill:
27

38
```bash

docs/docs/contributing/tools/scalafix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: doc-page
3+
title: Working with Scalafix
4+
---
5+
16
# Working with Scalafix
27

38
First, create a new rule as follows (command from https://scalacenter.github.io/scalafix/docs/developers/setup.html):

0 commit comments

Comments
 (0)