Add skeleton for documentation (#1589)
Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1589 Adds a skeleton to the new website of documentation and such for us to fill out. Reviewed By: joevilches Differential Revision: D54567186 fbshipit-source-id: 700dfe0787fcb9806c3daa0675e838540119bbc0
This commit is contained in:
committed by
Facebook GitHub Bot
parent
367643faa5
commit
cc2a87d4f9
@@ -89,8 +89,20 @@ export default {
|
||||
title: 'Docs',
|
||||
items: [
|
||||
{
|
||||
label: 'Tutorial',
|
||||
to: '/docs/intro',
|
||||
label: 'About Yoga',
|
||||
to: '/docs/about-yoga',
|
||||
},
|
||||
{
|
||||
label: 'Getting Started',
|
||||
to: '/docs/getting-started/laying-out-a-tree',
|
||||
},
|
||||
{
|
||||
label: 'Advanced',
|
||||
to: '/docs/advanced/caching',
|
||||
},
|
||||
{
|
||||
label: 'Examples',
|
||||
to: '/docs/examples/align-content',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user