mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-24 20:17:50 +02:00
docs(v2): Docs refactoring and reorganization (#3831)
* stable refactor of plugins api documentation * plugins sidebar not collapsed by default as small? * theme docs reorg * Refactor migration guide doc * fix broken link
This commit is contained in:
parent
f43781ff41
commit
8f47babb46
31 changed files with 1529 additions and 1418 deletions
|
@ -129,7 +129,7 @@ function Home() {
|
|||
<div className={clsx(styles.announcement, styles.announcementDark)}>
|
||||
<div className={styles.announcementInner}>
|
||||
<Translate>Coming from v1? Check out our</Translate>{' '}
|
||||
<Link to={useBaseUrl('/docs/migrating-from-v1-to-v2')}>
|
||||
<Link to={useBaseUrl('/docs/migration')}>
|
||||
<Translate>v1 to v2 migration guide</Translate>
|
||||
</Link>
|
||||
.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue