Skip to content

Commit 92ba225

Browse files
committed
chore(layout): add edit link
1 parent cabf438 commit 92ba225

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

src/content/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,9 @@ If you'd like to see ConnectBot translated into your language and you're willing
3636
<QRCode value="https://play.google.com/store/apps/details?id=org.connectbot" />
3737

3838
You may also download ConnectBot from our [releases page](https://github.com/connectbot/connectbot/releases). Historical downloads may be available from the old Google Code site [downloads page](https://code.google.com/archive/p/connectbot/downloads).
39+
40+
---
41+
42+
<p style={{ textAlign: 'right', fontSize: '0.875rem' }}>
43+
<a href="https://github.com/connectbot/connectbot.github.io/edit/develop/src/content/index.mdx">Edit this page on GitHub →</a>
44+
</p>

src/theme.config.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const config = {
1818
</svg>
1919
),
2020
},
21-
docsRepositoryBase: 'https://github.com/connectbot/connectbot.github.io/tree/develop',
21+
docsRepositoryBase: 'https://github.com/connectbot/connectbot.github.io/tree/develop/src/content',
2222
footer: (
2323
<div
2424
style={{
@@ -122,6 +122,7 @@ const config = {
122122
feedback: {
123123
content: 'Question? Give us feedback →',
124124
labels: 'feedback',
125+
link: 'https://github.com/connectbot/connectbot.github.io/issues/new?labels=feedback',
125126
},
126127
sidebar: {
127128
defaultMenuCollapseLevel: 1,

0 commit comments

Comments
 (0)