We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176ea28 commit c7e4452Copy full SHA for c7e4452
1 file changed
docs/docusaurus.config.ts
@@ -3,6 +3,7 @@ import type { Config } from '@docusaurus/types'
3
import { themes as prismThemes } from 'prism-react-renderer'
4
5
const repoLink = 'https://github.com/binarapps/baca-react-native-template'
6
+const docsLink = '/docs/overview'
7
8
const config: Config = {
9
title: 'BACA - react native starter',
@@ -58,12 +59,18 @@ const config: Config = {
58
59
src: 'img/logo-light.png',
60
srcDark: 'img/logo-dark.png',
61
},
62
+ hideOnScroll: true,
63
items: [
64
{
65
href: repoLink,
66
label: 'GitHub',
67
position: 'right',
68
69
+ {
70
+ to: docsLink,
71
+ label: 'Docs',
72
+ position: 'left',
73
+ },
74
],
75
76
footer: {
0 commit comments