Skip to content

Commit baece7a

Browse files
committed
add website #andy
1 parent 317383d commit baece7a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.idea/workspace.xml

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const config = {
3434
({
3535
docs: {
3636
sidebarPath: './sidebars.js',
37+
routeBasePath: 'blog',
3738
// Please change this to your repo.
3839
// Remove this to remove the "edit this page" links.
3940
editUrl:
@@ -121,7 +122,7 @@ const config = {
121122
items: [
122123
{
123124
label: 'Blog',
124-
to: '/docs/recent_posts/release_notes/0.6',
125+
to: '/blog/recent_posts/release_notes/0.6',
125126
},
126127
{
127128
label: 'GitHub',

0 commit comments

Comments
 (0)