Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Use data to improve the ranking #12315

Merged
merged 1 commit into from
Jul 28, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 34 additions & 34 deletions docs/src/modules/components/withRoot.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@ const pages = [
pathname: '/style',
children: [
{
pathname: '/style/css-baseline',
title: 'CSS Baseline',
pathname: '/style/icons',
},
{
pathname: '/style/color',
},
{
pathname: '/style/icons',
pathname: '/style/typography',
},
{
pathname: '/style/typography',
pathname: '/style/css-baseline',
title: 'CSS Baseline',
},
],
},
Expand All @@ -76,10 +76,10 @@ const pages = [
pathname: '/layout/grid',
},
{
pathname: '/layout/hidden',
pathname: '/layout/breakpoints',
},
{
pathname: '/layout/breakpoints',
pathname: '/layout/hidden',
},
],
},
Expand All @@ -89,6 +89,9 @@ const pages = [
{
pathname: '/utils/modal',
},
{
pathname: '/utils/transitions',
},
{
pathname: '/utils/popover',
},
Expand All @@ -98,9 +101,6 @@ const pages = [
{
pathname: '/utils/portal',
},
{
pathname: '/utils/transitions',
},
{
pathname: '/utils/click-away-listener',
},
Expand All @@ -117,20 +117,20 @@ const pages = [
{
pathname: '/customization',
children: [
{
pathname: '/customization/overrides',
},
{
pathname: '/customization/themes',
},
{
pathname: '/customization/default-theme',
title: 'Default Theme',
pathname: '/customization/overrides',
},
{
pathname: '/customization/css-in-js',
title: 'CSS in JS',
},
{
pathname: '/customization/default-theme',
title: 'Default Theme',
},
],
},
{
Expand All @@ -141,40 +141,40 @@ const pages = [
title: 'API Design Approach',
},
{
pathname: '/guides/minimizing-bundle-size',
pathname: '/guides/typescript',
title: 'TypeScript',
},
{
pathname: '/guides/interoperability',
title: 'Style Library Interoperability',
},
{
pathname: '/guides/migration-v0x',
title: 'Migration From v0.x',
pathname: '/guides/minimizing-bundle-size',
},
{
pathname: '/guides/composition',
},
{
pathname: '/guides/server-rendering',
},
{
pathname: '/guides/composition',
pathname: '/guides/migration-v0x',
title: 'Migration From v0.x',
},
{
pathname: '/guides/testing',
},
{
pathname: '/guides/typescript',
title: 'TypeScript',
pathname: '/guides/flow',
},
{
pathname: '/guides/flow',
pathname: '/guides/right-to-left',
title: 'Right-to-left',
},
{
pathname: '/guides/csp',
title: 'Content Security Policy',
},
{
pathname: '/guides/right-to-left',
title: 'Right-to-left',
},
],
},
{
Expand Down Expand Up @@ -204,29 +204,29 @@ const pages = [
pathname: '/discover-more',
children: [
{
pathname: '/discover-more/vision',
pathname: '/discover-more/showcase',
},
{
pathname: '/discover-more/backers',
title: 'Sponsors & Backers',
pathname: '/discover-more/related-projects',
},
{
pathname: '/discover-more/community',
pathname: '/discover-more/roadmap',
},
{
pathname: '/discover-more/related-projects',
pathname: '/discover-more/backers',
title: 'Sponsors & Backers',
},
{
pathname: '/discover-more/showcase',
pathname: '/discover-more/vision',
},
{
pathname: '/discover-more/roadmap',
pathname: '/discover-more/team',
},
{
pathname: '/discover-more/changelog',
pathname: '/discover-more/community',
},
{
pathname: '/discover-more/team',
pathname: '/discover-more/changelog',
},
{
pathname: '/discover-more/governance',
Expand Down