Skip to content

Commit

Permalink
moved building blocks to fundamental
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Apr 11, 2023
1 parent 7f7d4d7 commit bf76723
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const config = {
type: 'dropdown',
label: 'Building Blocks',
position: 'left',
to: '/building-blocks/',
to: '/fundamentals/building-blocks/',
items: [
{
to: '/components/',
Expand Down Expand Up @@ -232,7 +232,7 @@ const config = {
to: '/intro/',
}, {
label: 'Building Blocks',
to: '/building-blocks/',
to: '/fundamentals/building-blocks/',
}, {
label: 'Tutorials',
to: '/category/tutorials/',
Expand Down
2 changes: 1 addition & 1 deletion src/theme/sections/home-callouts/home-callouts.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function HomeCallouts() {
title: 'Building Blocks',
subtitle: 'Check out our building blocks',
urlText: 'Our Building Blocks',
url: useBaseUrl('/building-blocks/'),
url: useBaseUrl('/fundamentals/building-blocks/'),
},
{
title: 'Tutorials',
Expand Down

0 comments on commit bf76723

Please sign in to comment.