Skip to content

Commit 1dd2d78

Browse files
committed
Misc improvements and enable edit links
1 parent 8723b53 commit 1dd2d78

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

list/.vuepress/config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ module.exports = {
2121
themeConfig: {
2222
lastUpdated: false,
2323
contributors: false,
24+
editLink: true,
25+
docsRepo: "https://github.com/gbdev/gbdev.github.io",
2426
navbar: [{
2527
text: 'Community',
2628
link: '/',

list/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ head:
1010
Home of the Game Boy and Game Boy Advance homebrew development scene.
1111
We are working on (open) development tools, documentation and digital
1212
preservation.
13+
editLink: false
1314
---
1415

1516
<div id='outer'>

list/guides/deadcscroll.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ head:
1010

1111
# Dead C Scroll
1212

13+
Written by Bob.
14+
15+
---
16+
1317
An assembly tutorial for Game Boy showing how the scroll registers can be exploited to create some nice and interesting effects.
1418

1519
Files related to this tutorial can be found [here](https://github.com/gbdev/gbdev.github.io/tree/dev/list/.vuepress/public/deadcscroll).

0 commit comments

Comments
 (0)