Skip to content

Commit c8b55ba

Browse files
committed
docs: add in redirects for contributing pages
1 parent 5076321 commit c8b55ba

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

docs/_docs/contributing/debugging/debugging.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: doc-page
33
title: Debugging the Compiler
4+
redirectFrom: /docs/contributing/issues/debugging.html
45
---
56

67
This section goes over the various ways to debug either the compiler or the code

docs/_docs/contributing/debugging/inspection.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: doc-page
33
title: How to Inspect Values
4+
redirectFrom: /docs/contributing/issues/inspection.html
45
---
56

67
In this section, you will find out how to debug the contents of certain objects

docs/_docs/contributing/debugging/other-debugging.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: doc-page
33
title: Other Debugging Techniques
4+
redirectFrom: /docs/contributing/issues/debugging.html
45
---
56

67
## Debug Manually with JDB

docs/_docs/contributing/getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: doc-page
33
title: Getting Started
4+
redirectFrom: /docs/contributing/workflow.html
45
---
56

67
## Scala CLA

docs/_docs/contributing/sending-in-a-pr.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: doc-page
33
title: Sending in a pull request
4+
redirectFrom: /docs/contributing/issues/checklist.html
45
---
56

67
Once you solved the issue you were working on, you'll likely want to see your

docs/_docs/contributing/testing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: doc-page
33
title: Testing Your Changes
4+
redirectFrom: /docs/contributing/issues/testing.html
45
---
56

67
It is important to add tests before a pull request, to verify that everything is working as expected,

docs/sidebar.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ subsection:
185185
directory: procedures
186186
index: contributing/procedures/index.md
187187
subsection:
188+
- page: contributing/procedures/release.md
188189
- page: contributing/procedures/vulpix.md
189190
- title: High Level Architecture
190191
directory: architecture

0 commit comments

Comments
 (0)