Footer implementation

Summary: Footer Implementation

Reviewed By: emilsjolander

Differential Revision: D6998645

fbshipit-source-id: db637f2d9fe1cdbcaa8366e0cc03f2bf67e2543a
This commit is contained in:
Pritesh Nandgaonkar
2018-02-15 06:12:23 -08:00
committed by Facebook Github Bot
parent d4b20f5793
commit aac40cf89b
7 changed files with 176 additions and 67 deletions

View File

@@ -19,11 +19,14 @@ import './index.css';
export default ({pathContext}) => {
return (
<Page className="doc-block no-playground">
<Page className="doc-block no-playground" shouldShowFooter>
<Padded>
<Row>
<Col xl={16} lg={16} md={24} sm={24} xs={24}>
<div className="markdown" dangerouslySetInnerHTML={{__html: pathContext.html}} />
<div
className="markdown"
dangerouslySetInnerHTML={{__html: pathContext.html}}
/>
</Col>
</Row>
<Link to="/docs" className="overview">