We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11188b6 commit 69c0c65Copy full SHA for 69c0c65
2 files changed
website/pages/en/index.js
@@ -63,7 +63,7 @@ class HomeSplash extends React.Component {
63
<div className="inner">
64
<ProjectTitle tagline={siteConfig.tagline} title={siteConfig.title} />
65
<PromoSection>
66
- <Button href="docs/installation">GET STARTED</Button>
+ <Button href="docs/overview">GET STARTED</Button>
67
{/* <Button href="/docs/installation">API</Button> */}
68
</PromoSection>
69
</div>
website/siteConfig.js
@@ -31,7 +31,7 @@ const siteConfig = {
31
32
// For no header links in the top nav bar -> headerLinks: [],
33
headerLinks: [
34
- {doc: 'installation', label: 'Docs'},
+ {doc: 'overview', label: 'Docs'},
35
{
36
href: 'https://github.com/mCodex/react-native-sensitive-info',
37
label: 'GitHub',
0 commit comments