bugfixes
Summary: - adds favicon - adds page titles - fixes bug in react native code gen allow-large-files Reviewed By: emilsjolander Differential Revision: D7013492 fbshipit-source-id: d29a56a7caddf0da4fb19a0ba443c6906ccfff56
This commit is contained in:
committed by
Facebook Github Bot
parent
7f44ec512e
commit
e024943c4b
@@ -23,7 +23,7 @@ const CATEGORY_TITLE = {
|
||||
};
|
||||
|
||||
export default ({data}) => (
|
||||
<Page className="docs-landing" shouldShowFooter>
|
||||
<Page className="docs-landing" shouldShowFooter title="Documentation">
|
||||
<Padded>
|
||||
<Row className="heading">
|
||||
<Col xl={16} lg={16} md={24} sm={24} xs={24}>
|
||||
@@ -31,11 +31,11 @@ export default ({data}) => (
|
||||
<p>
|
||||
Welcome to Yoga's documentation page. Below you will find helpful
|
||||
documentation covering all the features of the library. Each page
|
||||
comes with an interactive playground for you to explore that feature.
|
||||
The examples section feature some of the most common layouts and
|
||||
how to build them. This is a community projects and contributions
|
||||
within documentation, code, and tests are more then welcome.
|
||||
The contributing section below covers how to get started.
|
||||
comes with an interactive playground for you to explore that
|
||||
feature. The examples section feature some of the most common
|
||||
layouts and how to build them. This is a community projects and
|
||||
contributions within documentation, code, and tests are more then
|
||||
welcome. The contributing section below covers how to get started.
|
||||
</p>
|
||||
</Col>
|
||||
</Row>
|
||||
|
Reference in New Issue
Block a user