mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-04 03:42:34 +02:00
Merge branch 'master' into feature/client-side-redirects
This commit is contained in:
commit
a02f90c064
2 changed files with 3 additions and 3 deletions
|
@ -131,7 +131,7 @@ module.exports = {
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
label: 'Docs',
|
label: 'Docs',
|
||||||
to: 'docs/introduction', // "fake" link
|
to: 'docs', // "fake" link
|
||||||
position: 'left',
|
position: 'left',
|
||||||
activeBaseRegex: `docs/(?!next/(support|team|resources))`,
|
activeBaseRegex: `docs/(?!next/(support|team|resources))`,
|
||||||
items: [
|
items: [
|
||||||
|
@ -180,7 +180,7 @@ module.exports = {
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Introduction',
|
label: 'Introduction',
|
||||||
to: 'docs/introduction',
|
to: 'docs',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Installation',
|
label: 'Installation',
|
||||||
|
|
|
@ -97,7 +97,7 @@ function Home() {
|
||||||
<div className={styles.indexCtas}>
|
<div className={styles.indexCtas}>
|
||||||
<Link
|
<Link
|
||||||
className={styles.indexCtasGetStartedButton}
|
className={styles.indexCtasGetStartedButton}
|
||||||
to={useBaseUrl('docs/introduction')}>
|
to={useBaseUrl('docs/')}>
|
||||||
Get Started
|
Get Started
|
||||||
</Link>
|
</Link>
|
||||||
<span className={styles.indexCtasGitHubButtonWrapper}>
|
<span className={styles.indexCtasGitHubButtonWrapper}>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue