Skip to content

Commit

Permalink
[docs] Material-UI v4 is out 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 20, 2019
1 parent a33f0ab commit b5bbb97
Show file tree
Hide file tree
Showing 24 changed files with 332 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/src/modules/components/MarkdownDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ const styles = theme => ({
fontWeight: 400,
fontFamily: theme.typography.fontFamily,
},
'& img': {
display: 'block',
margin: 'auto',
},
'& .blog-description': {
fontSize: theme.typography.pxToRem(14),
textAlign: 'center',
},
},
footer: {
marginTop: theme.spacing(12),
Expand Down
4 changes: 4 additions & 0 deletions docs/src/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@ const pages = [
{
pathname: '/blog',
children: [
{
pathname: '/blog/material-ui-v4-is-out',
title: 'Material-UI v4 is out'
},
{ pathname: '/blog/april-2019-update' },
{ pathname: '/blog/march-2019-update' },
{ pathname: '/blog/2019-developer-survey-results' },
Expand Down
11 changes: 11 additions & 0 deletions pages/blog/material-ui-v4-is-out.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import 'docs/src/modules/components/bootstrap';
// --- Post bootstrap -----
import React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import markdown from './material-ui-v4-is-out.md';

function Page() {
return <MarkdownDocs markdown={markdown} blog disableAd disableToc disableEdit />;
}

export default Page;
309 changes: 309 additions & 0 deletions pages/blog/material-ui-v4-is-out.md

Large diffs are not rendered by default.

Binary file added static/blog/material-ui-v4-is-out/Box.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/blog/material-ui-v4-is-out/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/blog/material-ui-v4-is-out/bundle-size.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/blog/material-ui-v4-is-out/cookbook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/blog/material-ui-v4-is-out/demo1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/blog/material-ui-v4-is-out/demo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/blog/material-ui-v4-is-out/demo3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/blog/material-ui-v4-is-out/devtools.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/blog/material-ui-v4-is-out/font-size.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/blog/material-ui-v4-is-out/injectFirst.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/blog/material-ui-v4-is-out/layout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/blog/material-ui-v4-is-out/material1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/blog/material-ui-v4-is-out/material2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/blog/material-ui-v4-is-out/pickers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/blog/material-ui-v4-is-out/spacing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/blog/material-ui-v4-is-out/switch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/blog/material-ui-v4-is-out/trackbundle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/blog/material-ui-v4-is-out/typescript.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b5bbb97

Please sign in to comment.