From 2216012074d9e6ffb33f4a5a7b226c74544c319f Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Tue, 24 Mar 2020 19:08:41 +0100 Subject: [PATCH] rollout --- docs/src/pages/getting-started/templates/album/README.md | 4 ++++ docs/src/pages/getting-started/templates/blog/README.md | 4 ++++ docs/src/pages/getting-started/templates/checkout/README.md | 3 ++- docs/src/pages/getting-started/templates/dashboard/README.md | 4 ++++ docs/src/pages/getting-started/templates/pricing/README.md | 4 ++++ .../pages/getting-started/templates/sign-in-side/README.md | 4 ++++ docs/src/pages/getting-started/templates/sign-in/README.md | 4 ++++ docs/src/pages/getting-started/templates/sign-up/README.md | 4 ++++ .../pages/getting-started/templates/sticky-footer/README.md | 4 ++++ 9 files changed, 34 insertions(+), 1 deletion(-) diff --git a/docs/src/pages/getting-started/templates/album/README.md b/docs/src/pages/getting-started/templates/album/README.md index c286dc0531d534..0838e1b78b83da 100644 --- a/docs/src/pages/getting-started/templates/album/README.md +++ b/docs/src/pages/getting-started/templates/album/README.md @@ -3,3 +3,7 @@ ## Usage Simply copy the files into your project, or one of the [example applications](https://github.com/mui-org/material-ui/tree/master/examples), and import and use the `Album` component. + +## Demo + +View the demo at https://material-ui.com/getting-started/templates/album/. diff --git a/docs/src/pages/getting-started/templates/blog/README.md b/docs/src/pages/getting-started/templates/blog/README.md index 2774bba6b75bb3..6a22476d885711 100644 --- a/docs/src/pages/getting-started/templates/blog/README.md +++ b/docs/src/pages/getting-started/templates/blog/README.md @@ -3,3 +3,7 @@ ## Usage Simply copy the files into your project, or one of the [example applications](https://github.com/mui-org/material-ui/tree/master/examples), and import and use the `Blog` component. + +## Demo + +View the demo at https://material-ui.com/getting-started/templates/blog/. diff --git a/docs/src/pages/getting-started/templates/checkout/README.md b/docs/src/pages/getting-started/templates/checkout/README.md index 67b533efae4cf9..acf1c2283cbb1d 100644 --- a/docs/src/pages/getting-started/templates/checkout/README.md +++ b/docs/src/pages/getting-started/templates/checkout/README.md @@ -5,4 +5,5 @@ Simply copy the files into your project, or one of the [example applications](https://github.com/mui-org/material-ui/tree/master/examples), and import and use the `Checkout` component. ## Demo -View the demo at https://material-ui.com/getting-started/templates/checkout/ + +View the demo at https://material-ui.com/getting-started/templates/checkout/. diff --git a/docs/src/pages/getting-started/templates/dashboard/README.md b/docs/src/pages/getting-started/templates/dashboard/README.md index ad133e67a762b5..e148483c9042a6 100644 --- a/docs/src/pages/getting-started/templates/dashboard/README.md +++ b/docs/src/pages/getting-started/templates/dashboard/README.md @@ -3,3 +3,7 @@ ## Usage Simply copy the files into your project, or one of the [example applications](https://github.com/mui-org/material-ui/tree/master/examples), and import and use the `Dashboard` component. + +## Demo + +View the demo at https://material-ui.com/getting-started/templates/dashboard/. diff --git a/docs/src/pages/getting-started/templates/pricing/README.md b/docs/src/pages/getting-started/templates/pricing/README.md index dbbb62c6afca56..9171bfecd43de3 100644 --- a/docs/src/pages/getting-started/templates/pricing/README.md +++ b/docs/src/pages/getting-started/templates/pricing/README.md @@ -3,3 +3,7 @@ ## Usage Simply copy the files into your project, or one of the [example applications](https://github.com/mui-org/material-ui/tree/master/examples), and import and use the `Pricing` component. + +## Demo + +View the demo at https://material-ui.com/getting-started/templates/pricing/. 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 556ec38f0a7473..ba33d7cb7669af 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 @@ -3,3 +3,7 @@ ## Usage Simply copy the files into your project, or one of the [example applications](https://github.com/mui-org/material-ui/tree/master/examples), and import and use the `SignInSide` component. + +## Demo + +View the demo at https://material-ui.com/getting-started/templates/sign-in-side/. 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 fdf481b80eb8ad..08c35a645b0ad5 100644 --- a/docs/src/pages/getting-started/templates/sign-in/README.md +++ b/docs/src/pages/getting-started/templates/sign-in/README.md @@ -3,3 +3,7 @@ ## Usage Simply copy the files into your project, or one of the [example applications](https://github.com/mui-org/material-ui/tree/master/examples), and import and use the `SignIn` component. + +## Demo + +View the demo at https://material-ui.com/getting-started/templates/sign-in/. 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 dbea413ea5410e..b8386c2e82862c 100644 --- a/docs/src/pages/getting-started/templates/sign-up/README.md +++ b/docs/src/pages/getting-started/templates/sign-up/README.md @@ -3,3 +3,7 @@ ## Usage Simply copy the files into your project, or one of the [example applications](https://github.com/mui-org/material-ui/tree/master/examples), and import and use the `SignUp` component. + +## Demo + +View the demo at https://material-ui.com/getting-started/templates/sign-up/. 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 5389a0a0a301b6..78026e330842bb 100644 --- a/docs/src/pages/getting-started/templates/sticky-footer/README.md +++ b/docs/src/pages/getting-started/templates/sticky-footer/README.md @@ -3,3 +3,7 @@ ## Usage Simply copy the files into your project, or one of the [example applications](https://github.com/mui-org/material-ui/tree/master/examples), and import and use the `StickyFooter` component. + +## Demo + +View the demo at https://material-ui.com/getting-started/templates/sticky-footer/.