mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-30 17:37:09 +02:00
feat(v2): implement blog (#1062)
* feat(v2): implement blog * expect flat blog structure * \n * blogpage can import many posts
This commit is contained in:
parent
a2d3f26722
commit
12fd204840
22 changed files with 736 additions and 16 deletions
|
@ -30,7 +30,7 @@ function Navbar() {
|
|||
<NavLink
|
||||
activeClassName={styles.navLinkActive}
|
||||
className={styles.navLink}
|
||||
to="https://docusaurus.io/blog">
|
||||
to="/blog">
|
||||
Blog
|
||||
</NavLink>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue