Markdown redirect frontmatter

Reviewed By: danielbuechele

Differential Revision: D6987631

fbshipit-source-id: 8b3431fa885fb94d4a87119b5a5199db0b36b20c
This commit is contained in:
Emil Sjölander
2018-02-14 08:42:49 -08:00
committed by Facebook Github Bot
parent 740ef6cd9e
commit 3ec41b656f
24 changed files with 207 additions and 110 deletions

View File

@@ -12,7 +12,7 @@
import React, {Component} from 'react';
import Link from 'gatsby-link';
import {Icon} from 'antd';
import {Icon, Row, Col} from 'antd';
import './Toolbar.css';
type Props = {
@@ -32,7 +32,13 @@ export default class Toolbar extends Component<Props> {
</Link>
<Link to="/docs" activeClassName="selected">Documentation</Link>
<Link to="/playground" activeClassName="selected">Playground</Link>
<Row>
<Col xl={24} lg={0} md={0} sm={0} xs={0}>
<Link to="/playground" activeClassName="selected">Playground</Link>
</Col>
</Row>
<a href="https://github.com/facebook/yoga">GitHub</a>
{this.props.onShowCode && (