Skip to content

Commit 3b82d64

Browse files
committed
task completed, now refactor
1 parent 3349edb commit 3b82d64

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/docusaurus.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { themes as prismThemes } from 'prism-react-renderer'
44

55
const repoLink = 'https://github.com/binarapps/baca-react-native-template'
66
const docsLink = '/docs/overview'
7+
const demoLink = 'https://binarapps.online/sign-in'
78

89
const config: Config = {
910
title: 'BACA - react native starter',
@@ -71,6 +72,11 @@ const config: Config = {
7172
label: 'Docs',
7273
position: 'left',
7374
},
75+
{
76+
to: demoLink,
77+
label: 'Demo',
78+
position: 'left',
79+
},
7480
],
7581
},
7682
footer: {

docs/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function HomepageHeader() {
5555
</Link>
5656
<Link
5757
className={clsx('button button--secondary button--lg', styles.buttonTryIt)}
58-
to="/docs/overview"
58+
to="https://binarapps.online/sign-in"
5959
>
6060
Try it
6161
</Link>

0 commit comments

Comments
 (0)