Footer implementation
Summary: Footer Implementation Reviewed By: emilsjolander Differential Revision: D6998645 fbshipit-source-id: db637f2d9fe1cdbcaa8366e0cc03f2bf67e2543a
This commit is contained in:
committed by
Facebook Github Bot
parent
d4b20f5793
commit
aac40cf89b
@@ -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">
|
||||
|
Reference in New Issue
Block a user