Skip to content
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
6 changes: 6 additions & 0 deletions src/content/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ If you'd like to see ConnectBot translated into your language and you're willing
<QRCode value="https://play.google.com/store/apps/details?id=org.connectbot" />

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).

---

<p style={{ textAlign: 'right', fontSize: '0.875rem' }}>
<a href="https://github.com/connectbot/connectbot.github.io/edit/develop/src/content/index.mdx">Edit this page on GitHub →</a>
</p>
3 changes: 2 additions & 1 deletion src/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</svg>
),
},
docsRepositoryBase: 'https://github.com/connectbot/connectbot.github.io/tree/develop',
docsRepositoryBase: 'https://github.com/connectbot/connectbot.github.io/tree/develop/src/content',
footer: (
<div
style={{
Expand Down Expand Up @@ -122,6 +122,7 @@
feedback: {
content: 'Question? Give us feedback →',
labels: 'feedback',
link: 'https://github.com/connectbot/connectbot.github.io/issues/new?labels=feedback',
},
sidebar: {
defaultMenuCollapseLevel: 1,
Expand Down Expand Up @@ -158,7 +159,7 @@
nextThemes: {
defaultTheme: 'dark',
},
useNextSeoProps() {

Check warning on line 162 in src/theme.config.tsx

View workflow job for this annotation

GitHub Actions / build

If your function doesn't call any Hooks, avoid the 'use' prefix. Instead, write it as a regular function without the 'use' prefix
return {
titleTemplate: '%s | ConnectBot',
description: 'ConnectBot is a secure shell client for the Android platform.',
Expand Down