Skip to content

Commit d24a6d0

Browse files
committed
chore: set doc entry page to quick start guide
1 parent 5b901d9 commit d24a6d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
// src: 'img/logo.svg',
1515
// },
1616
links: [
17-
{to: 'docs/doc1', label: 'Docs', position: 'right'},
17+
{to: 'docs/quick-start', label: 'Docs', position: 'right'},
1818
{to: 'blog', label: 'Blog', position: 'right'},
1919
{
2020
href: 'https://github.com/obsidian-rs/obsidian',

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function Home() {
7070
'button button--outline button--secondary button--lg',
7171
styles.getStarted,
7272
)}
73-
to={useBaseUrl('docs/doc1')}>
73+
to={useBaseUrl('docs/quick-start')}>
7474
Get Started
7575
</Link>
7676
</div>

0 commit comments

Comments
 (0)