Summary: This starts us transitioning the Yoga website off of an ancient version of Gatsby by initializing a new Docusaurus project. This commit adds a new stock project, to be filled in later, then fixes license lint errors. Note that this seems to have init'd using npm, but in the next diff I convert this to yarn workspaces anyway. Differential Revision: D46884434 fbshipit-source-id: 26e2ecba057ae99c4ef878e4cd21c8d21a25c2b5
27 lines
900 B
JSON
27 lines
900 B
JSON
{
|
|
"unversionedId": "tutorial-basics/create-a-document",
|
|
"id": "tutorial-basics/create-a-document",
|
|
"title": "Create a Document",
|
|
"description": "Documents are groups of pages connected through:",
|
|
"source": "@site/docs/tutorial-basics/create-a-document.md",
|
|
"sourceDirName": "tutorial-basics",
|
|
"slug": "/tutorial-basics/create-a-document",
|
|
"permalink": "/docs/tutorial-basics/create-a-document",
|
|
"draft": false,
|
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/docs/tutorial-basics/create-a-document.md",
|
|
"tags": [],
|
|
"version": "current",
|
|
"sidebarPosition": 2,
|
|
"frontMatter": {
|
|
"sidebar_position": 2
|
|
},
|
|
"sidebar": "tutorialSidebar",
|
|
"previous": {
|
|
"title": "Create a Page",
|
|
"permalink": "/docs/tutorial-basics/create-a-page"
|
|
},
|
|
"next": {
|
|
"title": "Create a Blog Post",
|
|
"permalink": "/docs/tutorial-basics/create-a-blog-post"
|
|
}
|
|
} |