mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-28 05:58:38 +02:00
chore(v2): mention about docs home page in init templates (#2763)
* chore(v2): mention about docs home page in init templates * use home page id for docs Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
This commit is contained in:
parent
fc161b8455
commit
c7baa125e6
7 changed files with 19 additions and 13 deletions
|
@ -71,7 +71,7 @@ function Home() {
|
|||
'button button--outline button--secondary button--lg',
|
||||
styles.getStarted,
|
||||
)}
|
||||
to={useBaseUrl('docs/doc1')}>
|
||||
to={useBaseUrl('docs/')}>
|
||||
Get Started
|
||||
</Link>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue