diff --git a/docs/src/pages/getting-started/templates/Templates.js b/docs/src/pages/getting-started/templates/Templates.js index 1564b62ef72b02..93e790d70ec364 100644 --- a/docs/src/pages/getting-started/templates/Templates.js +++ b/docs/src/pages/getting-started/templates/Templates.js @@ -37,7 +37,7 @@ function layouts(t) { { title: t('dashboardTitle'), description: t('dashboardDescr'), - src: '/static/images/layouts/dashboard.png', + src: '/static/images/templates/dashboard.png', href: '/getting-started/templates/dashboard', source: 'https://github.com/mui-org/material-ui/tree/master/docs/src/pages/getting-started/templates/dashboard', @@ -45,7 +45,7 @@ function layouts(t) { { title: t('signInTitle'), description: t('signInDescr'), - src: '/static/images/layouts/sign-in.png', + src: '/static/images/templates/sign-in.png', href: '/getting-started/templates/sign-in', source: 'https://github.com/mui-org/material-ui/tree/master/docs/src/pages/getting-started/templates/sign-in', @@ -53,7 +53,7 @@ function layouts(t) { { title: t('signInSideTitle'), description: t('signInSideDescr'), - src: '/static/images/layouts/sign-in-side.png', + src: '/static/images/templates/sign-in-side.png', href: '/getting-started/templates/sign-in-side', source: 'https://github.com/mui-org/material-ui/tree/master/docs/src/pages/getting-started/templates/sign-in-side', @@ -61,7 +61,7 @@ function layouts(t) { { title: t('signUpTitle'), description: t('signUpDescr'), - src: '/static/images/layouts/sign-up.png', + src: '/static/images/templates/sign-up.png', href: '/getting-started/templates/sign-up', source: 'https://github.com/mui-org/material-ui/tree/master/docs/src/pages/getting-started/templates/sign-up', @@ -69,7 +69,7 @@ function layouts(t) { { title: t('blogTitle'), description: t('blogDescr'), - src: '/static/images/layouts/blog.png', + src: '/static/images/templates/blog.png', href: '/getting-started/templates/blog', source: 'https://github.com/mui-org/material-ui/tree/master/docs/src/pages/getting-started/templates/blog', @@ -77,7 +77,7 @@ function layouts(t) { { title: t('checkoutTitle'), description: t('checkoutDescr'), - src: '/static/images/layouts/checkout.png', + src: '/static/images/templates/checkout.png', href: '/getting-started/templates/checkout', source: 'https://github.com/mui-org/material-ui/tree/master/docs/src/pages/getting-started/templates/checkout', @@ -85,7 +85,7 @@ function layouts(t) { { title: t('albumTitle'), description: t('albumDescr'), - src: '/static/images/layouts/album.png', + src: '/static/images/templates/album.png', href: '/getting-started/templates/album', source: 'https://github.com/mui-org/material-ui/tree/master/docs/src/pages/getting-started/templates/album', @@ -93,7 +93,7 @@ function layouts(t) { { title: t('pricingTitle'), description: t('pricingDescr'), - src: '/static/images/layouts/pricing.png', + src: '/static/images/templates/pricing.png', href: '/getting-started/templates/pricing', source: 'https://github.com/mui-org/material-ui/tree/master/docs/src/pages/getting-started/templates/pricing', @@ -101,7 +101,7 @@ function layouts(t) { { title: t('stickyFooterTitle'), description: t('stickyFooterDescr'), - src: '/static/images/layouts/sticky-footer.png', + src: '/static/images/templates/sticky-footer.png', href: '/getting-started/templates/sticky-footer', source: 'https://github.com/mui-org/material-ui/tree/master/docs/src/pages/getting-started/templates/sticky-footer', @@ -109,7 +109,7 @@ function layouts(t) { ]; } -function PageLayoutExamples(props) { +function Templates(props) { const { classes } = props; const { t } = useSelector(state => ({ t: state.options.t })); @@ -124,6 +124,7 @@ function PageLayoutExamples(props) { className={classes.cardMedia} image={layout.src} title={layout.title} + rel="nofollow" target="_blank" /> @@ -144,8 +145,8 @@ function PageLayoutExamples(props) { ); } -PageLayoutExamples.propTypes = { +Templates.propTypes = { classes: PropTypes.object.isRequired, }; -export default withStyles(styles)(PageLayoutExamples); +export default withStyles(styles)(Templates); diff --git a/docs/src/pages/getting-started/templates/album/README.md b/docs/src/pages/getting-started/templates/album/README.md index eace8a7fef94eb..c286dc0531d534 100644 --- a/docs/src/pages/getting-started/templates/album/README.md +++ b/docs/src/pages/getting-started/templates/album/README.md @@ -1,4 +1,4 @@ -# Album layout +# Album template ## Usage diff --git a/docs/src/pages/getting-started/templates/blog/README.md b/docs/src/pages/getting-started/templates/blog/README.md index 75f42f037d0195..2774bba6b75bb3 100644 --- a/docs/src/pages/getting-started/templates/blog/README.md +++ b/docs/src/pages/getting-started/templates/blog/README.md @@ -1,4 +1,4 @@ -# Blog layout +# Blog template ## Usage diff --git a/docs/src/pages/getting-started/templates/checkout/README.md b/docs/src/pages/getting-started/templates/checkout/README.md index 44a034e09f3041..2f53ebc283ebf8 100644 --- a/docs/src/pages/getting-started/templates/checkout/README.md +++ b/docs/src/pages/getting-started/templates/checkout/README.md @@ -1,4 +1,4 @@ -# Checkout layout +# Checkout template ## Usage diff --git a/docs/src/pages/getting-started/templates/dashboard/README.md b/docs/src/pages/getting-started/templates/dashboard/README.md index f5feceed51e8cd..ad133e67a762b5 100644 --- a/docs/src/pages/getting-started/templates/dashboard/README.md +++ b/docs/src/pages/getting-started/templates/dashboard/README.md @@ -1,4 +1,4 @@ -# Dashboard layout +# Dashboard template ## Usage diff --git a/docs/src/pages/getting-started/templates/pricing/README.md b/docs/src/pages/getting-started/templates/pricing/README.md index 9179a9ed0cb058..dbbb62c6afca56 100644 --- a/docs/src/pages/getting-started/templates/pricing/README.md +++ b/docs/src/pages/getting-started/templates/pricing/README.md @@ -1,4 +1,4 @@ -# Pricing layout +# Pricing template ## Usage diff --git a/docs/src/pages/getting-started/templates/sign-in-side/README.md b/docs/src/pages/getting-started/templates/sign-in-side/README.md index 58076514739784..556ec38f0a7473 100644 --- a/docs/src/pages/getting-started/templates/sign-in-side/README.md +++ b/docs/src/pages/getting-started/templates/sign-in-side/README.md @@ -1,4 +1,4 @@ -# Sign-in side layout +# Sign-in side template ## Usage diff --git a/docs/src/pages/getting-started/templates/sign-in/README.md b/docs/src/pages/getting-started/templates/sign-in/README.md index be9d25f61bb55a..fdf481b80eb8ad 100644 --- a/docs/src/pages/getting-started/templates/sign-in/README.md +++ b/docs/src/pages/getting-started/templates/sign-in/README.md @@ -1,4 +1,4 @@ -# Sign-in layout +# Sign-in template ## Usage diff --git a/docs/src/pages/getting-started/templates/sign-up/README.md b/docs/src/pages/getting-started/templates/sign-up/README.md index fc9efbe9f65196..dbea413ea5410e 100644 --- a/docs/src/pages/getting-started/templates/sign-up/README.md +++ b/docs/src/pages/getting-started/templates/sign-up/README.md @@ -1,4 +1,4 @@ -# Sign-up layout +# Sign-up template ## Usage diff --git a/docs/src/pages/getting-started/templates/sticky-footer/README.md b/docs/src/pages/getting-started/templates/sticky-footer/README.md index 83753a5206b6b0..a6155000a1a7da 100644 --- a/docs/src/pages/getting-started/templates/sticky-footer/README.md +++ b/docs/src/pages/getting-started/templates/sticky-footer/README.md @@ -1,4 +1,4 @@ -# Sticky footer layout +# Sticky footer template ## Usage diff --git a/docs/static/images/layouts/dashboard.png b/docs/static/images/layouts/dashboard.png deleted file mode 100644 index e08ce402bf78a3..00000000000000 Binary files a/docs/static/images/layouts/dashboard.png and /dev/null differ diff --git a/docs/static/images/layouts/album.png b/docs/static/images/templates/album.png similarity index 100% rename from docs/static/images/layouts/album.png rename to docs/static/images/templates/album.png diff --git a/docs/static/images/layouts/blog.png b/docs/static/images/templates/blog.png similarity index 100% rename from docs/static/images/layouts/blog.png rename to docs/static/images/templates/blog.png diff --git a/docs/static/images/layouts/checkout.png b/docs/static/images/templates/checkout.png similarity index 100% rename from docs/static/images/layouts/checkout.png rename to docs/static/images/templates/checkout.png diff --git a/docs/static/images/templates/dashboard.png b/docs/static/images/templates/dashboard.png new file mode 100644 index 00000000000000..a98f9da336df1c Binary files /dev/null and b/docs/static/images/templates/dashboard.png differ diff --git a/docs/static/images/layouts/pricing.png b/docs/static/images/templates/pricing.png similarity index 100% rename from docs/static/images/layouts/pricing.png rename to docs/static/images/templates/pricing.png diff --git a/docs/static/images/layouts/sign-in-side.png b/docs/static/images/templates/sign-in-side.png similarity index 100% rename from docs/static/images/layouts/sign-in-side.png rename to docs/static/images/templates/sign-in-side.png diff --git a/docs/static/images/layouts/sign-in.png b/docs/static/images/templates/sign-in.png similarity index 100% rename from docs/static/images/layouts/sign-in.png rename to docs/static/images/templates/sign-in.png diff --git a/docs/static/images/layouts/sign-up.png b/docs/static/images/templates/sign-up.png similarity index 100% rename from docs/static/images/layouts/sign-up.png rename to docs/static/images/templates/sign-up.png diff --git a/docs/static/images/layouts/sticky-footer.png b/docs/static/images/templates/sticky-footer.png similarity index 100% rename from docs/static/images/layouts/sticky-footer.png rename to docs/static/images/templates/sticky-footer.png diff --git a/docs/static/themes/creative-tim-dashboard.jpg b/docs/static/themes/creative-tim-dashboard.jpg deleted file mode 100644 index 77bcee99248469..00000000000000 Binary files a/docs/static/themes/creative-tim-dashboard.jpg and /dev/null differ diff --git a/docs/static/themes/creative-tim-kit.jpg b/docs/static/themes/creative-tim-kit.jpg deleted file mode 100644 index 2fc23a888c51d3..00000000000000 Binary files a/docs/static/themes/creative-tim-kit.jpg and /dev/null differ diff --git a/docs/static/themes/instapaper.png b/docs/static/themes/instapaper.png deleted file mode 100644 index 9a4d0dc52a68fd..00000000000000 Binary files a/docs/static/themes/instapaper.png and /dev/null differ diff --git a/docs/static/themes/instapaper/logo.png b/docs/static/themes/instapaper/logo.png deleted file mode 100644 index bc8ec21eaedbd8..00000000000000 Binary files a/docs/static/themes/instapaper/logo.png and /dev/null differ diff --git a/docs/static/themes/tweeper.png b/docs/static/themes/tweeper.png deleted file mode 100644 index a5c2e84a50110a..00000000000000 Binary files a/docs/static/themes/tweeper.png and /dev/null differ