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
@@ -0,0 +1,2 @@
|
||||
webpackJsonp([0xfd0f0d2dff03],{166:function(e,t){},132:function(e,t,a){"use strict";function n(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var l=a(1),r=n(l);a(166),t.default=function(e){return r.default.createElement("div",{className:"Padded "+(e.className||"")},e.children)},e.exports=t.default},467:function(e,t){},371:function(e,t,a){"use strict";function n(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0,t.query=void 0;var l=a(37),r=n(l),o=a(32),u=n(o);a(38),a(33);var d=a(1),i=n(d),c=a(48),f=n(c),s=a(133),m=n(s),h=a(132),p=n(h);a(467);var g={"getting-started":"Getting Started",properties:"Properties",examples:"Examples",contributing:"Contributing"};t.default=function(e){var t=e.data;return i.default.createElement(m.default,{className:"docs-landing",shouldShowFooter:!0,title:"Documentation"},i.default.createElement(p.default,null,i.default.createElement(r.default,{className:"heading"},i.default.createElement(u.default,{xl:16,lg:16,md:24,sm:24,xs:24},i.default.createElement("h1",null,"Documentation"),i.default.createElement("p",null,"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."))),i.default.createElement(r.default,null,["getting-started","properties","examples","contributing"].map(function(e){return i.default.createElement(u.default,{lg:6,md:12,xs:24,key:e,className:"category"},i.default.createElement("h2",null,g[e]),t.allMarkdownRemark.edges.filter(function(t){var a=t.node;return a.fileAbsolutePath.indexOf("/"+e+"/")>-1}).map(function(e){var t=e.node;return t.frontmatter.redirect?i.default.createElement("a",{key:t.id,href:t.frontmatter.path},t.frontmatter.title):i.default.createElement(f.default,{key:t.id,to:t.frontmatter.path},t.frontmatter.title)}))}))))};t.query="** extracted graphql fragment **"}});
|
||||
//# sourceMappingURL=component---src-pages-docs-index-js-311abd3b9bcab2bf1048.js.map
|
Reference in New Issue
Block a user