Skip to content

Add header to some doc pages #6916

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/docs/contributing/contribute-knowledge.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
5 changes: 5 additions & 0 deletions docs/docs/contributing/debugging.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
5 changes: 5 additions & 0 deletions docs/docs/contributing/procedures/vulpix.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
5 changes: 5 additions & 0 deletions docs/docs/contributing/scala2-vs-scala3.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
5 changes: 5 additions & 0 deletions docs/docs/contributing/tools/mill.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions docs/docs/contributing/tools/scalafix.md
Original file line number Diff line number Diff line change
@@ -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):
Expand Down