Skip to content

Commit a13fc16

Browse files
committed
content: correct edit links for site github repo
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent a114846 commit a13fc16

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

content/docs/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ weight: 20
55
menu:
66
main:
77
weight: 20
8+
9+
cascade:
10+
github_repo: https://github.com/tinygo-org/tinygo-site
11+
github_subdir: content/docs
12+
path_base_for_github_subdir: content/docs
13+
github_branch: dev
814
---
915

1016
The TinyGo documentation is organized into specific sections to help you locate the information that you need.

content/getting-started/_index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ weight: 5
66
menu:
77
main:
88
weight: 5
9+
10+
cascade:
11+
github_repo: https://github.com/tinygo-org/tinygo-site
12+
github_subdir: content/getting-started
13+
path_base_for_github_subdir: content/getting-started
14+
github_branch: dev
915
---
1016

1117
New to TinyGo? This is the place to get started.
12-
13-
<iframe width="420" height="315"
14-
src="https://www.youtube.com/embed/Fl5eFIYU1Xg">
15-
</iframe>

content/media/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,10 @@ menu:
77
weight: 40
88
description: >
99
Here are some of the videos, podcasts, and blog posts written about TinyGo.
10+
11+
cascade:
12+
github_repo: https://github.com/tinygo-org/tinygo-site
13+
github_subdir: content/media
14+
path_base_for_github_subdir: content/media
15+
github_branch: dev
1016
---

content/tour/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
title: "Tour of TinyGo"
33
type: "docs"
4+
5+
cascade:
6+
github_repo: https://github.com/tinygo-org/tinygo-site
7+
github_subdir: content/tour
8+
path_base_for_github_subdir: content/tour
9+
github_branch: dev
410
---
511

612
Welcome to the tour of TinyGo!

0 commit comments

Comments
 (0)