Docusaurus: Replace config basics #1314
5066
javascript/yarn.lock
5066
javascript/yarn.lock
File diff suppressed because it is too large
Load Diff
9
package.json
Normal file
9
package.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"name": "yoga-repo",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"private": true,
|
||||||
|
"workspaces": [
|
||||||
|
"javascript",
|
||||||
|
"website-next"
|
||||||
|
]
|
||||||
|
}
|
5
website-next/.docusaurus/DONT-EDIT-THIS-FOLDER
Normal file
5
website-next/.docusaurus/DONT-EDIT-THIS-FOLDER
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
This folder stores temp files that Docusaurus' client bundler accesses.
|
||||||
|
|
||||||
|
DO NOT hand-modify files in this folder because they will be overwritten in the
|
||||||
|
next build. You can clear all build artifacts (including this folder) with the
|
||||||
|
`docusaurus clear` command.
|
6
website-next/.docusaurus/client-modules.js
Normal file
6
website-next/.docusaurus/client-modules.js
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
export default [
|
||||||
|
require('/Users/ngerlem/fbsource/xplat/yoga/node_modules/infima/dist/css/default/default.css'),
|
||||||
|
require('/Users/ngerlem/fbsource/xplat/yoga/node_modules/@docusaurus/theme-classic/lib/prism-include-languages'),
|
||||||
|
require('/Users/ngerlem/fbsource/xplat/yoga/node_modules/@docusaurus/theme-classic/lib/nprogress'),
|
||||||
|
require('/Users/ngerlem/fbsource/xplat/yoga/website-next/src/css/custom.css'),
|
||||||
|
];
|
1
website-next/.docusaurus/codeTranslations.json
Normal file
1
website-next/.docusaurus/codeTranslations.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{}
|
@@ -0,0 +1,218 @@
|
|||||||
|
{
|
||||||
|
"blogPosts": [
|
||||||
|
{
|
||||||
|
"id": "welcome",
|
||||||
|
"metadata": {
|
||||||
|
"permalink": "/blog/welcome",
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/blog/2021-08-26-welcome/index.md",
|
||||||
|
"source": "@site/blog/2021-08-26-welcome/index.md",
|
||||||
|
"title": "Welcome",
|
||||||
|
"description": "Docusaurus blogging features are powered by the blog plugin.",
|
||||||
|
"date": "2021-08-26T00:00:00.000Z",
|
||||||
|
"formattedDate": "August 26, 2021",
|
||||||
|
"tags": [
|
||||||
|
{
|
||||||
|
"label": "facebook",
|
||||||
|
"permalink": "/blog/tags/facebook"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "hello",
|
||||||
|
"permalink": "/blog/tags/hello"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "docusaurus",
|
||||||
|
"permalink": "/blog/tags/docusaurus"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"readingTime": 0.405,
|
||||||
|
"hasTruncateMarker": false,
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Sébastien Lorber",
|
||||||
|
"title": "Docusaurus maintainer",
|
||||||
|
"url": "https://sebastienlorber.com",
|
||||||
|
"imageURL": "https://github.com/slorber.png",
|
||||||
|
"key": "slorber"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Yangshun Tay",
|
||||||
|
"title": "Front End Engineer @ Facebook",
|
||||||
|
"url": "https://github.com/yangshun",
|
||||||
|
"imageURL": "https://github.com/yangshun.png",
|
||||||
|
"key": "yangshun"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"frontMatter": {
|
||||||
|
"slug": "welcome",
|
||||||
|
"title": "Welcome",
|
||||||
|
"authors": [
|
||||||
|
"slorber",
|
||||||
|
"yangshun"
|
||||||
|
],
|
||||||
|
"tags": [
|
||||||
|
"facebook",
|
||||||
|
"hello",
|
||||||
|
"docusaurus"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"nextItem": {
|
||||||
|
"title": "MDX Blog Post",
|
||||||
|
"permalink": "/blog/mdx-blog-post"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"content": "[Docusaurus blogging features](https://docusaurus.io/docs/blog) are powered by the [blog plugin](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog).\n\nSimply add Markdown files (or folders) to the `blog` directory.\n\nRegular blog authors can be added to `authors.yml`.\n\nThe blog post date can be extracted from filenames, such as:\n\n- `2019-05-30-welcome.md`\n- `2019-05-30-welcome/index.md`\n\nA blog post folder can be convenient to co-locate blog post images:\n\n\n\nThe blog supports tags as well!\n\n**And if you don't want a blog**: just delete this directory, and use `blog: false` in your Docusaurus config."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "mdx-blog-post",
|
||||||
|
"metadata": {
|
||||||
|
"permalink": "/blog/mdx-blog-post",
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/blog/2021-08-01-mdx-blog-post.mdx",
|
||||||
|
"source": "@site/blog/2021-08-01-mdx-blog-post.mdx",
|
||||||
|
"title": "MDX Blog Post",
|
||||||
|
"description": "Blog posts support Docusaurus Markdown features, such as MDX.",
|
||||||
|
"date": "2021-08-01T00:00:00.000Z",
|
||||||
|
"formattedDate": "August 1, 2021",
|
||||||
|
"tags": [
|
||||||
|
{
|
||||||
|
"label": "docusaurus",
|
||||||
|
"permalink": "/blog/tags/docusaurus"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"readingTime": 0.175,
|
||||||
|
"hasTruncateMarker": false,
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Sébastien Lorber",
|
||||||
|
"title": "Docusaurus maintainer",
|
||||||
|
"url": "https://sebastienlorber.com",
|
||||||
|
"imageURL": "https://github.com/slorber.png",
|
||||||
|
"key": "slorber"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"frontMatter": {
|
||||||
|
"slug": "mdx-blog-post",
|
||||||
|
"title": "MDX Blog Post",
|
||||||
|
"authors": [
|
||||||
|
"slorber"
|
||||||
|
],
|
||||||
|
"tags": [
|
||||||
|
"docusaurus"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"prevItem": {
|
||||||
|
"title": "Welcome",
|
||||||
|
"permalink": "/blog/welcome"
|
||||||
|
},
|
||||||
|
"nextItem": {
|
||||||
|
"title": "Long Blog Post",
|
||||||
|
"permalink": "/blog/long-blog-post"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"content": "Blog posts support [Docusaurus Markdown features](https://docusaurus.io/docs/markdown-features), such as [MDX](https://mdxjs.com/).\n\n:::tip\n\nUse the power of React to create interactive blog posts.\n\n```js\n<button onClick={() => alert('button clicked!')}>Click me!</button>\n```\n\n<button onClick={() => alert('button clicked!')}>Click me!</button>\n\n:::"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "long-blog-post",
|
||||||
|
"metadata": {
|
||||||
|
"permalink": "/blog/long-blog-post",
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/blog/2019-05-29-long-blog-post.md",
|
||||||
|
"source": "@site/blog/2019-05-29-long-blog-post.md",
|
||||||
|
"title": "Long Blog Post",
|
||||||
|
"description": "This is the summary of a very long blog post,",
|
||||||
|
"date": "2019-05-29T00:00:00.000Z",
|
||||||
|
"formattedDate": "May 29, 2019",
|
||||||
|
"tags": [
|
||||||
|
{
|
||||||
|
"label": "hello",
|
||||||
|
"permalink": "/blog/tags/hello"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "docusaurus",
|
||||||
|
"permalink": "/blog/tags/docusaurus"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"readingTime": 2.05,
|
||||||
|
"hasTruncateMarker": true,
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Endilie Yacop Sucipto",
|
||||||
|
"title": "Maintainer of Docusaurus",
|
||||||
|
"url": "https://github.com/endiliey",
|
||||||
|
"imageURL": "https://github.com/endiliey.png",
|
||||||
|
"key": "endi"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"frontMatter": {
|
||||||
|
"slug": "long-blog-post",
|
||||||
|
"title": "Long Blog Post",
|
||||||
|
"authors": "endi",
|
||||||
|
"tags": [
|
||||||
|
"hello",
|
||||||
|
"docusaurus"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"prevItem": {
|
||||||
|
"title": "MDX Blog Post",
|
||||||
|
"permalink": "/blog/mdx-blog-post"
|
||||||
|
},
|
||||||
|
"nextItem": {
|
||||||
|
"title": "First Blog Post",
|
||||||
|
"permalink": "/blog/first-blog-post"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"content": "This is the summary of a very long blog post,\n\nUse a `<!--` `truncate` `-->` comment to limit blog post size in the list view.\n\n<!--truncate-->\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "first-blog-post",
|
||||||
|
"metadata": {
|
||||||
|
"permalink": "/blog/first-blog-post",
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/blog/2019-05-28-first-blog-post.md",
|
||||||
|
"source": "@site/blog/2019-05-28-first-blog-post.md",
|
||||||
|
"title": "First Blog Post",
|
||||||
|
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet",
|
||||||
|
"date": "2019-05-28T00:00:00.000Z",
|
||||||
|
"formattedDate": "May 28, 2019",
|
||||||
|
"tags": [
|
||||||
|
{
|
||||||
|
"label": "hola",
|
||||||
|
"permalink": "/blog/tags/hola"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "docusaurus",
|
||||||
|
"permalink": "/blog/tags/docusaurus"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"readingTime": 0.12,
|
||||||
|
"hasTruncateMarker": false,
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Gao Wei",
|
||||||
|
"title": "Docusaurus Core Team",
|
||||||
|
"url": "https://github.com/wgao19",
|
||||||
|
"image_url": "https://github.com/wgao19.png",
|
||||||
|
"imageURL": "https://github.com/wgao19.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"frontMatter": {
|
||||||
|
"slug": "first-blog-post",
|
||||||
|
"title": "First Blog Post",
|
||||||
|
"authors": {
|
||||||
|
"name": "Gao Wei",
|
||||||
|
"title": "Docusaurus Core Team",
|
||||||
|
"url": "https://github.com/wgao19",
|
||||||
|
"image_url": "https://github.com/wgao19.png",
|
||||||
|
"imageURL": "https://github.com/wgao19.png"
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"hola",
|
||||||
|
"docusaurus"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"prevItem": {
|
||||||
|
"title": "Long Blog Post",
|
||||||
|
"permalink": "/blog/long-blog-post"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"permalink": "/blog",
|
||||||
|
"page": 1,
|
||||||
|
"postsPerPage": 10,
|
||||||
|
"totalPages": 1,
|
||||||
|
"totalCount": 4,
|
||||||
|
"blogDescription": "Blog",
|
||||||
|
"blogTitle": "Blog"
|
||||||
|
}
|
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"title": "Recent posts",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"title": "Welcome",
|
||||||
|
"permalink": "/blog/welcome"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "MDX Blog Post",
|
||||||
|
"permalink": "/blog/mdx-blog-post"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Long Blog Post",
|
||||||
|
"permalink": "/blog/long-blog-post"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "First Blog Post",
|
||||||
|
"permalink": "/blog/first-blog-post"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"permalink": "/blog/tags/docusaurus",
|
||||||
|
"page": 1,
|
||||||
|
"postsPerPage": 10,
|
||||||
|
"totalPages": 1,
|
||||||
|
"totalCount": 4,
|
||||||
|
"blogDescription": "Blog",
|
||||||
|
"blogTitle": "Blog"
|
||||||
|
}
|
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"label": "docusaurus",
|
||||||
|
"permalink": "/blog/tags/docusaurus",
|
||||||
|
"allTagsPath": "/blog/tags",
|
||||||
|
"count": 4
|
||||||
|
}
|
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"permalink": "/blog/tags/facebook",
|
||||||
|
"page": 1,
|
||||||
|
"postsPerPage": 10,
|
||||||
|
"totalPages": 1,
|
||||||
|
"totalCount": 1,
|
||||||
|
"blogDescription": "Blog",
|
||||||
|
"blogTitle": "Blog"
|
||||||
|
}
|
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"label": "facebook",
|
||||||
|
"permalink": "/blog/tags/facebook",
|
||||||
|
"allTagsPath": "/blog/tags",
|
||||||
|
"count": 1
|
||||||
|
}
|
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"permalink": "/blog/tags/hello",
|
||||||
|
"page": 1,
|
||||||
|
"postsPerPage": 10,
|
||||||
|
"totalPages": 1,
|
||||||
|
"totalCount": 2,
|
||||||
|
"blogDescription": "Blog",
|
||||||
|
"blogTitle": "Blog"
|
||||||
|
}
|
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"label": "hello",
|
||||||
|
"permalink": "/blog/tags/hello",
|
||||||
|
"allTagsPath": "/blog/tags",
|
||||||
|
"count": 2
|
||||||
|
}
|
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"permalink": "/blog/tags/hola",
|
||||||
|
"page": 1,
|
||||||
|
"postsPerPage": 10,
|
||||||
|
"totalPages": 1,
|
||||||
|
"totalCount": 1,
|
||||||
|
"blogDescription": "Blog",
|
||||||
|
"blogTitle": "Blog"
|
||||||
|
}
|
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"label": "hola",
|
||||||
|
"permalink": "/blog/tags/hola",
|
||||||
|
"allTagsPath": "/blog/tags",
|
||||||
|
"count": 1
|
||||||
|
}
|
@@ -0,0 +1,22 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"label": "facebook",
|
||||||
|
"permalink": "/blog/tags/facebook",
|
||||||
|
"count": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "hello",
|
||||||
|
"permalink": "/blog/tags/hello",
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "docusaurus",
|
||||||
|
"permalink": "/blog/tags/docusaurus",
|
||||||
|
"count": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "hola",
|
||||||
|
"permalink": "/blog/tags/hola",
|
||||||
|
"count": 1
|
||||||
|
}
|
||||||
|
]
|
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"name": "docusaurus-plugin-content-blog",
|
||||||
|
"id": "default"
|
||||||
|
}
|
@@ -0,0 +1,49 @@
|
|||||||
|
{
|
||||||
|
"permalink": "/blog/first-blog-post",
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/blog/2019-05-28-first-blog-post.md",
|
||||||
|
"source": "@site/blog/2019-05-28-first-blog-post.md",
|
||||||
|
"title": "First Blog Post",
|
||||||
|
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet",
|
||||||
|
"date": "2019-05-28T00:00:00.000Z",
|
||||||
|
"formattedDate": "May 28, 2019",
|
||||||
|
"tags": [
|
||||||
|
{
|
||||||
|
"label": "hola",
|
||||||
|
"permalink": "/blog/tags/hola"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "docusaurus",
|
||||||
|
"permalink": "/blog/tags/docusaurus"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"readingTime": 0.12,
|
||||||
|
"hasTruncateMarker": false,
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Gao Wei",
|
||||||
|
"title": "Docusaurus Core Team",
|
||||||
|
"url": "https://github.com/wgao19",
|
||||||
|
"image_url": "https://github.com/wgao19.png",
|
||||||
|
"imageURL": "https://github.com/wgao19.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"frontMatter": {
|
||||||
|
"slug": "first-blog-post",
|
||||||
|
"title": "First Blog Post",
|
||||||
|
"authors": {
|
||||||
|
"name": "Gao Wei",
|
||||||
|
"title": "Docusaurus Core Team",
|
||||||
|
"url": "https://github.com/wgao19",
|
||||||
|
"image_url": "https://github.com/wgao19.png",
|
||||||
|
"imageURL": "https://github.com/wgao19.png"
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"hola",
|
||||||
|
"docusaurus"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"prevItem": {
|
||||||
|
"title": "Long Blog Post",
|
||||||
|
"permalink": "/blog/long-blog-post"
|
||||||
|
}
|
||||||
|
}
|
@@ -0,0 +1,47 @@
|
|||||||
|
{
|
||||||
|
"permalink": "/blog/long-blog-post",
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/blog/2019-05-29-long-blog-post.md",
|
||||||
|
"source": "@site/blog/2019-05-29-long-blog-post.md",
|
||||||
|
"title": "Long Blog Post",
|
||||||
|
"description": "This is the summary of a very long blog post,",
|
||||||
|
"date": "2019-05-29T00:00:00.000Z",
|
||||||
|
"formattedDate": "May 29, 2019",
|
||||||
|
"tags": [
|
||||||
|
{
|
||||||
|
"label": "hello",
|
||||||
|
"permalink": "/blog/tags/hello"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "docusaurus",
|
||||||
|
"permalink": "/blog/tags/docusaurus"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"readingTime": 2.05,
|
||||||
|
"hasTruncateMarker": true,
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Endilie Yacop Sucipto",
|
||||||
|
"title": "Maintainer of Docusaurus",
|
||||||
|
"url": "https://github.com/endiliey",
|
||||||
|
"imageURL": "https://github.com/endiliey.png",
|
||||||
|
"key": "endi"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"frontMatter": {
|
||||||
|
"slug": "long-blog-post",
|
||||||
|
"title": "Long Blog Post",
|
||||||
|
"authors": "endi",
|
||||||
|
"tags": [
|
||||||
|
"hello",
|
||||||
|
"docusaurus"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"prevItem": {
|
||||||
|
"title": "MDX Blog Post",
|
||||||
|
"permalink": "/blog/mdx-blog-post"
|
||||||
|
},
|
||||||
|
"nextItem": {
|
||||||
|
"title": "First Blog Post",
|
||||||
|
"permalink": "/blog/first-blog-post"
|
||||||
|
}
|
||||||
|
}
|
@@ -0,0 +1,44 @@
|
|||||||
|
{
|
||||||
|
"permalink": "/blog/mdx-blog-post",
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/blog/2021-08-01-mdx-blog-post.mdx",
|
||||||
|
"source": "@site/blog/2021-08-01-mdx-blog-post.mdx",
|
||||||
|
"title": "MDX Blog Post",
|
||||||
|
"description": "Blog posts support Docusaurus Markdown features, such as MDX.",
|
||||||
|
"date": "2021-08-01T00:00:00.000Z",
|
||||||
|
"formattedDate": "August 1, 2021",
|
||||||
|
"tags": [
|
||||||
|
{
|
||||||
|
"label": "docusaurus",
|
||||||
|
"permalink": "/blog/tags/docusaurus"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"readingTime": 0.175,
|
||||||
|
"hasTruncateMarker": false,
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Sébastien Lorber",
|
||||||
|
"title": "Docusaurus maintainer",
|
||||||
|
"url": "https://sebastienlorber.com",
|
||||||
|
"imageURL": "https://github.com/slorber.png",
|
||||||
|
"key": "slorber"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"frontMatter": {
|
||||||
|
"slug": "mdx-blog-post",
|
||||||
|
"title": "MDX Blog Post",
|
||||||
|
"authors": [
|
||||||
|
"slorber"
|
||||||
|
],
|
||||||
|
"tags": [
|
||||||
|
"docusaurus"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"prevItem": {
|
||||||
|
"title": "Welcome",
|
||||||
|
"permalink": "/blog/welcome"
|
||||||
|
},
|
||||||
|
"nextItem": {
|
||||||
|
"title": "Long Blog Post",
|
||||||
|
"permalink": "/blog/long-blog-post"
|
||||||
|
}
|
||||||
|
}
|
@@ -0,0 +1,58 @@
|
|||||||
|
{
|
||||||
|
"permalink": "/blog/welcome",
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/blog/2021-08-26-welcome/index.md",
|
||||||
|
"source": "@site/blog/2021-08-26-welcome/index.md",
|
||||||
|
"title": "Welcome",
|
||||||
|
"description": "Docusaurus blogging features are powered by the blog plugin.",
|
||||||
|
"date": "2021-08-26T00:00:00.000Z",
|
||||||
|
"formattedDate": "August 26, 2021",
|
||||||
|
"tags": [
|
||||||
|
{
|
||||||
|
"label": "facebook",
|
||||||
|
"permalink": "/blog/tags/facebook"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "hello",
|
||||||
|
"permalink": "/blog/tags/hello"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "docusaurus",
|
||||||
|
"permalink": "/blog/tags/docusaurus"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"readingTime": 0.405,
|
||||||
|
"hasTruncateMarker": false,
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Sébastien Lorber",
|
||||||
|
"title": "Docusaurus maintainer",
|
||||||
|
"url": "https://sebastienlorber.com",
|
||||||
|
"imageURL": "https://github.com/slorber.png",
|
||||||
|
"key": "slorber"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Yangshun Tay",
|
||||||
|
"title": "Front End Engineer @ Facebook",
|
||||||
|
"url": "https://github.com/yangshun",
|
||||||
|
"imageURL": "https://github.com/yangshun.png",
|
||||||
|
"key": "yangshun"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"frontMatter": {
|
||||||
|
"slug": "welcome",
|
||||||
|
"title": "Welcome",
|
||||||
|
"authors": [
|
||||||
|
"slorber",
|
||||||
|
"yangshun"
|
||||||
|
],
|
||||||
|
"tags": [
|
||||||
|
"facebook",
|
||||||
|
"hello",
|
||||||
|
"docusaurus"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"nextItem": {
|
||||||
|
"title": "MDX Blog Post",
|
||||||
|
"permalink": "/blog/mdx-blog-post"
|
||||||
|
}
|
||||||
|
}
|
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"title": "Tutorial - Basics",
|
||||||
|
"description": "5 minutes to learn the most important Docusaurus concepts.",
|
||||||
|
"slug": "/category/tutorial---basics",
|
||||||
|
"permalink": "/docs/category/tutorial---basics",
|
||||||
|
"navigation": {
|
||||||
|
"previous": {
|
||||||
|
"title": "Tutorial Intro",
|
||||||
|
"permalink": "/docs/intro"
|
||||||
|
},
|
||||||
|
"next": {
|
||||||
|
"title": "Create a Page",
|
||||||
|
"permalink": "/docs/tutorial-basics/create-a-page"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"title": "Tutorial - Extras",
|
||||||
|
"slug": "/category/tutorial---extras",
|
||||||
|
"permalink": "/docs/category/tutorial---extras",
|
||||||
|
"navigation": {
|
||||||
|
"previous": {
|
||||||
|
"title": "Congratulations!",
|
||||||
|
"permalink": "/docs/tutorial-basics/congratulations"
|
||||||
|
},
|
||||||
|
"next": {
|
||||||
|
"title": "Manage Docs Versions",
|
||||||
|
"permalink": "/docs/tutorial-extras/manage-docs-versions"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"name": "docusaurus-plugin-content-docs",
|
||||||
|
"id": "default"
|
||||||
|
}
|
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"unversionedId": "intro",
|
||||||
|
"id": "intro",
|
||||||
|
"title": "Tutorial Intro",
|
||||||
|
"description": "Let's discover Docusaurus in less than 5 minutes.",
|
||||||
|
"source": "@site/docs/intro.md",
|
||||||
|
"sourceDirName": ".",
|
||||||
|
"slug": "/intro",
|
||||||
|
"permalink": "/docs/intro",
|
||||||
|
"draft": false,
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/docs/intro.md",
|
||||||
|
"tags": [],
|
||||||
|
"version": "current",
|
||||||
|
"sidebarPosition": 1,
|
||||||
|
"frontMatter": {
|
||||||
|
"sidebar_position": 1
|
||||||
|
},
|
||||||
|
"sidebar": "tutorialSidebar",
|
||||||
|
"next": {
|
||||||
|
"title": "Tutorial - Basics",
|
||||||
|
"permalink": "/docs/category/tutorial---basics"
|
||||||
|
}
|
||||||
|
}
|
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"unversionedId": "tutorial-basics/congratulations",
|
||||||
|
"id": "tutorial-basics/congratulations",
|
||||||
|
"title": "Congratulations!",
|
||||||
|
"description": "You have just learned the basics of Docusaurus and made some changes to the initial template.",
|
||||||
|
"source": "@site/docs/tutorial-basics/congratulations.md",
|
||||||
|
"sourceDirName": "tutorial-basics",
|
||||||
|
"slug": "/tutorial-basics/congratulations",
|
||||||
|
"permalink": "/docs/tutorial-basics/congratulations",
|
||||||
|
"draft": false,
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/docs/tutorial-basics/congratulations.md",
|
||||||
|
"tags": [],
|
||||||
|
"version": "current",
|
||||||
|
"sidebarPosition": 6,
|
||||||
|
"frontMatter": {
|
||||||
|
"sidebar_position": 6
|
||||||
|
},
|
||||||
|
"sidebar": "tutorialSidebar",
|
||||||
|
"previous": {
|
||||||
|
"title": "Deploy your site",
|
||||||
|
"permalink": "/docs/tutorial-basics/deploy-your-site"
|
||||||
|
},
|
||||||
|
"next": {
|
||||||
|
"title": "Tutorial - Extras",
|
||||||
|
"permalink": "/docs/category/tutorial---extras"
|
||||||
|
}
|
||||||
|
}
|
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"unversionedId": "tutorial-basics/create-a-blog-post",
|
||||||
|
"id": "tutorial-basics/create-a-blog-post",
|
||||||
|
"title": "Create a Blog Post",
|
||||||
|
"description": "Docusaurus creates a page for each blog post, but also a blog index page, a tag system, an RSS feed...",
|
||||||
|
"source": "@site/docs/tutorial-basics/create-a-blog-post.md",
|
||||||
|
"sourceDirName": "tutorial-basics",
|
||||||
|
"slug": "/tutorial-basics/create-a-blog-post",
|
||||||
|
"permalink": "/docs/tutorial-basics/create-a-blog-post",
|
||||||
|
"draft": false,
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/docs/tutorial-basics/create-a-blog-post.md",
|
||||||
|
"tags": [],
|
||||||
|
"version": "current",
|
||||||
|
"sidebarPosition": 3,
|
||||||
|
"frontMatter": {
|
||||||
|
"sidebar_position": 3
|
||||||
|
},
|
||||||
|
"sidebar": "tutorialSidebar",
|
||||||
|
"previous": {
|
||||||
|
"title": "Create a Document",
|
||||||
|
"permalink": "/docs/tutorial-basics/create-a-document"
|
||||||
|
},
|
||||||
|
"next": {
|
||||||
|
"title": "Markdown Features",
|
||||||
|
"permalink": "/docs/tutorial-basics/markdown-features"
|
||||||
|
}
|
||||||
|
}
|
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"unversionedId": "tutorial-basics/create-a-page",
|
||||||
|
"id": "tutorial-basics/create-a-page",
|
||||||
|
"title": "Create a Page",
|
||||||
|
"description": "Add Markdown or React files to src/pages to create a standalone page:",
|
||||||
|
"source": "@site/docs/tutorial-basics/create-a-page.md",
|
||||||
|
"sourceDirName": "tutorial-basics",
|
||||||
|
"slug": "/tutorial-basics/create-a-page",
|
||||||
|
"permalink": "/docs/tutorial-basics/create-a-page",
|
||||||
|
"draft": false,
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/docs/tutorial-basics/create-a-page.md",
|
||||||
|
"tags": [],
|
||||||
|
"version": "current",
|
||||||
|
"sidebarPosition": 1,
|
||||||
|
"frontMatter": {
|
||||||
|
"sidebar_position": 1
|
||||||
|
},
|
||||||
|
"sidebar": "tutorialSidebar",
|
||||||
|
"previous": {
|
||||||
|
"title": "Tutorial - Basics",
|
||||||
|
"permalink": "/docs/category/tutorial---basics"
|
||||||
|
},
|
||||||
|
"next": {
|
||||||
|
"title": "Create a Document",
|
||||||
|
"permalink": "/docs/tutorial-basics/create-a-document"
|
||||||
|
}
|
||||||
|
}
|
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"unversionedId": "tutorial-basics/deploy-your-site",
|
||||||
|
"id": "tutorial-basics/deploy-your-site",
|
||||||
|
"title": "Deploy your site",
|
||||||
|
"description": "Docusaurus is a static-site-generator (also called Jamstack).",
|
||||||
|
"source": "@site/docs/tutorial-basics/deploy-your-site.md",
|
||||||
|
"sourceDirName": "tutorial-basics",
|
||||||
|
"slug": "/tutorial-basics/deploy-your-site",
|
||||||
|
"permalink": "/docs/tutorial-basics/deploy-your-site",
|
||||||
|
"draft": false,
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/docs/tutorial-basics/deploy-your-site.md",
|
||||||
|
"tags": [],
|
||||||
|
"version": "current",
|
||||||
|
"sidebarPosition": 5,
|
||||||
|
"frontMatter": {
|
||||||
|
"sidebar_position": 5
|
||||||
|
},
|
||||||
|
"sidebar": "tutorialSidebar",
|
||||||
|
"previous": {
|
||||||
|
"title": "Markdown Features",
|
||||||
|
"permalink": "/docs/tutorial-basics/markdown-features"
|
||||||
|
},
|
||||||
|
"next": {
|
||||||
|
"title": "Congratulations!",
|
||||||
|
"permalink": "/docs/tutorial-basics/congratulations"
|
||||||
|
}
|
||||||
|
}
|
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"unversionedId": "tutorial-basics/markdown-features",
|
||||||
|
"id": "tutorial-basics/markdown-features",
|
||||||
|
"title": "Markdown Features",
|
||||||
|
"description": "Docusaurus supports Markdown and a few additional features.",
|
||||||
|
"source": "@site/docs/tutorial-basics/markdown-features.mdx",
|
||||||
|
"sourceDirName": "tutorial-basics",
|
||||||
|
"slug": "/tutorial-basics/markdown-features",
|
||||||
|
"permalink": "/docs/tutorial-basics/markdown-features",
|
||||||
|
"draft": false,
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/docs/tutorial-basics/markdown-features.mdx",
|
||||||
|
"tags": [],
|
||||||
|
"version": "current",
|
||||||
|
"sidebarPosition": 4,
|
||||||
|
"frontMatter": {
|
||||||
|
"sidebar_position": 4
|
||||||
|
},
|
||||||
|
"sidebar": "tutorialSidebar",
|
||||||
|
"previous": {
|
||||||
|
"title": "Create a Blog Post",
|
||||||
|
"permalink": "/docs/tutorial-basics/create-a-blog-post"
|
||||||
|
},
|
||||||
|
"next": {
|
||||||
|
"title": "Deploy your site",
|
||||||
|
"permalink": "/docs/tutorial-basics/deploy-your-site"
|
||||||
|
}
|
||||||
|
}
|
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"unversionedId": "tutorial-extras/manage-docs-versions",
|
||||||
|
"id": "tutorial-extras/manage-docs-versions",
|
||||||
|
"title": "Manage Docs Versions",
|
||||||
|
"description": "Docusaurus can manage multiple versions of your docs.",
|
||||||
|
"source": "@site/docs/tutorial-extras/manage-docs-versions.md",
|
||||||
|
"sourceDirName": "tutorial-extras",
|
||||||
|
"slug": "/tutorial-extras/manage-docs-versions",
|
||||||
|
"permalink": "/docs/tutorial-extras/manage-docs-versions",
|
||||||
|
"draft": false,
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/docs/tutorial-extras/manage-docs-versions.md",
|
||||||
|
"tags": [],
|
||||||
|
"version": "current",
|
||||||
|
"sidebarPosition": 1,
|
||||||
|
"frontMatter": {
|
||||||
|
"sidebar_position": 1
|
||||||
|
},
|
||||||
|
"sidebar": "tutorialSidebar",
|
||||||
|
"previous": {
|
||||||
|
"title": "Tutorial - Extras",
|
||||||
|
"permalink": "/docs/category/tutorial---extras"
|
||||||
|
},
|
||||||
|
"next": {
|
||||||
|
"title": "Translate your site",
|
||||||
|
"permalink": "/docs/tutorial-extras/translate-your-site"
|
||||||
|
}
|
||||||
|
}
|
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"unversionedId": "tutorial-extras/translate-your-site",
|
||||||
|
"id": "tutorial-extras/translate-your-site",
|
||||||
|
"title": "Translate your site",
|
||||||
|
"description": "Let's translate docs/intro.md to French.",
|
||||||
|
"source": "@site/docs/tutorial-extras/translate-your-site.md",
|
||||||
|
"sourceDirName": "tutorial-extras",
|
||||||
|
"slug": "/tutorial-extras/translate-your-site",
|
||||||
|
"permalink": "/docs/tutorial-extras/translate-your-site",
|
||||||
|
"draft": false,
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/docs/tutorial-extras/translate-your-site.md",
|
||||||
|
"tags": [],
|
||||||
|
"version": "current",
|
||||||
|
"sidebarPosition": 2,
|
||||||
|
"frontMatter": {
|
||||||
|
"sidebar_position": 2
|
||||||
|
},
|
||||||
|
"sidebar": "tutorialSidebar",
|
||||||
|
"previous": {
|
||||||
|
"title": "Manage Docs Versions",
|
||||||
|
"permalink": "/docs/tutorial-extras/manage-docs-versions"
|
||||||
|
}
|
||||||
|
}
|
@@ -0,0 +1,142 @@
|
|||||||
|
{
|
||||||
|
"pluginId": "default",
|
||||||
|
"version": "current",
|
||||||
|
"label": "Next",
|
||||||
|
"banner": null,
|
||||||
|
"badge": false,
|
||||||
|
"noIndex": false,
|
||||||
|
"className": "docs-version-current",
|
||||||
|
"isLast": true,
|
||||||
|
"docsSidebars": {
|
||||||
|
"tutorialSidebar": [
|
||||||
|
{
|
||||||
|
"type": "link",
|
||||||
|
"label": "Tutorial Intro",
|
||||||
|
"href": "/docs/intro",
|
||||||
|
"docId": "intro"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "category",
|
||||||
|
"label": "Tutorial - Basics",
|
||||||
|
"collapsible": true,
|
||||||
|
"collapsed": true,
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"type": "link",
|
||||||
|
"label": "Create a Page",
|
||||||
|
"href": "/docs/tutorial-basics/create-a-page",
|
||||||
|
"docId": "tutorial-basics/create-a-page"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "link",
|
||||||
|
"label": "Create a Document",
|
||||||
|
"href": "/docs/tutorial-basics/create-a-document",
|
||||||
|
"docId": "tutorial-basics/create-a-document"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "link",
|
||||||
|
"label": "Create a Blog Post",
|
||||||
|
"href": "/docs/tutorial-basics/create-a-blog-post",
|
||||||
|
"docId": "tutorial-basics/create-a-blog-post"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "link",
|
||||||
|
"label": "Markdown Features",
|
||||||
|
"href": "/docs/tutorial-basics/markdown-features",
|
||||||
|
"docId": "tutorial-basics/markdown-features"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "link",
|
||||||
|
"label": "Deploy your site",
|
||||||
|
"href": "/docs/tutorial-basics/deploy-your-site",
|
||||||
|
"docId": "tutorial-basics/deploy-your-site"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "link",
|
||||||
|
"label": "Congratulations!",
|
||||||
|
"href": "/docs/tutorial-basics/congratulations",
|
||||||
|
"docId": "tutorial-basics/congratulations"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"href": "/docs/category/tutorial---basics"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "category",
|
||||||
|
"label": "Tutorial - Extras",
|
||||||
|
"collapsible": true,
|
||||||
|
"collapsed": true,
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"type": "link",
|
||||||
|
"label": "Manage Docs Versions",
|
||||||
|
"href": "/docs/tutorial-extras/manage-docs-versions",
|
||||||
|
"docId": "tutorial-extras/manage-docs-versions"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "link",
|
||||||
|
"label": "Translate your site",
|
||||||
|
"href": "/docs/tutorial-extras/translate-your-site",
|
||||||
|
"docId": "tutorial-extras/translate-your-site"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"href": "/docs/category/tutorial---extras"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"docs": {
|
||||||
|
"intro": {
|
||||||
|
"id": "intro",
|
||||||
|
"title": "Tutorial Intro",
|
||||||
|
"description": "Let's discover Docusaurus in less than 5 minutes.",
|
||||||
|
"sidebar": "tutorialSidebar"
|
||||||
|
},
|
||||||
|
"tutorial-basics/congratulations": {
|
||||||
|
"id": "tutorial-basics/congratulations",
|
||||||
|
"title": "Congratulations!",
|
||||||
|
"description": "You have just learned the basics of Docusaurus and made some changes to the initial template.",
|
||||||
|
"sidebar": "tutorialSidebar"
|
||||||
|
},
|
||||||
|
"tutorial-basics/create-a-blog-post": {
|
||||||
|
"id": "tutorial-basics/create-a-blog-post",
|
||||||
|
"title": "Create a Blog Post",
|
||||||
|
"description": "Docusaurus creates a page for each blog post, but also a blog index page, a tag system, an RSS feed...",
|
||||||
|
"sidebar": "tutorialSidebar"
|
||||||
|
},
|
||||||
|
"tutorial-basics/create-a-document": {
|
||||||
|
"id": "tutorial-basics/create-a-document",
|
||||||
|
"title": "Create a Document",
|
||||||
|
"description": "Documents are groups of pages connected through:",
|
||||||
|
"sidebar": "tutorialSidebar"
|
||||||
|
},
|
||||||
|
"tutorial-basics/create-a-page": {
|
||||||
|
"id": "tutorial-basics/create-a-page",
|
||||||
|
"title": "Create a Page",
|
||||||
|
"description": "Add Markdown or React files to src/pages to create a standalone page:",
|
||||||
|
"sidebar": "tutorialSidebar"
|
||||||
|
},
|
||||||
|
"tutorial-basics/deploy-your-site": {
|
||||||
|
"id": "tutorial-basics/deploy-your-site",
|
||||||
|
"title": "Deploy your site",
|
||||||
|
"description": "Docusaurus is a static-site-generator (also called Jamstack).",
|
||||||
|
"sidebar": "tutorialSidebar"
|
||||||
|
},
|
||||||
|
"tutorial-basics/markdown-features": {
|
||||||
|
"id": "tutorial-basics/markdown-features",
|
||||||
|
"title": "Markdown Features",
|
||||||
|
"description": "Docusaurus supports Markdown and a few additional features.",
|
||||||
|
"sidebar": "tutorialSidebar"
|
||||||
|
},
|
||||||
|
"tutorial-extras/manage-docs-versions": {
|
||||||
|
"id": "tutorial-extras/manage-docs-versions",
|
||||||
|
"title": "Manage Docs Versions",
|
||||||
|
"description": "Docusaurus can manage multiple versions of your docs.",
|
||||||
|
"sidebar": "tutorialSidebar"
|
||||||
|
},
|
||||||
|
"tutorial-extras/translate-your-site": {
|
||||||
|
"id": "tutorial-extras/translate-your-site",
|
||||||
|
"title": "Translate your site",
|
||||||
|
"description": "Let's translate docs/intro.md to French.",
|
||||||
|
"sidebar": "tutorialSidebar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"name": "docusaurus-plugin-content-pages",
|
||||||
|
"id": "default"
|
||||||
|
}
|
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"type": "mdx",
|
||||||
|
"permalink": "/markdown-page",
|
||||||
|
"source": "@site/src/pages/markdown-page.md",
|
||||||
|
"title": "Markdown page example",
|
||||||
|
"description": "You don't need React to write simple standalone pages.",
|
||||||
|
"frontMatter": {
|
||||||
|
"title": "Markdown page example"
|
||||||
|
}
|
||||||
|
}
|
@@ -0,0 +1,697 @@
|
|||||||
|
{
|
||||||
|
"docusaurus-plugin-content-docs": {
|
||||||
|
"default": {
|
||||||
|
"loadedVersions": [
|
||||||
|
{
|
||||||
|
"versionName": "current",
|
||||||
|
"label": "Next",
|
||||||
|
"banner": null,
|
||||||
|
"badge": false,
|
||||||
|
"noIndex": false,
|
||||||
|
"className": "docs-version-current",
|
||||||
|
"path": "/docs",
|
||||||
|
"tagsPath": "/docs/tags",
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/docs",
|
||||||
|
"editUrlLocalized": "https://github.com/facebook/yoga/tree/main/website/i18n/en/docusaurus-plugin-content-docs/current",
|
||||||
|
"isLast": true,
|
||||||
|
"routePriority": -1,
|
||||||
|
"sidebarFilePath": "/Users/ngerlem/fbsource/xplat/yoga/website-next/sidebars.js",
|
||||||
|
"contentPath": "/Users/ngerlem/fbsource/xplat/yoga/website-next/docs",
|
||||||
|
"contentPathLocalized": "/Users/ngerlem/fbsource/xplat/yoga/website-next/i18n/en/docusaurus-plugin-content-docs/current",
|
||||||
|
"docs": [
|
||||||
|
{
|
||||||
|
"unversionedId": "intro",
|
||||||
|
"id": "intro",
|
||||||
|
"title": "Tutorial Intro",
|
||||||
|
"description": "Let's discover Docusaurus in less than 5 minutes.",
|
||||||
|
"source": "@site/docs/intro.md",
|
||||||
|
"sourceDirName": ".",
|
||||||
|
"slug": "/intro",
|
||||||
|
"permalink": "/docs/intro",
|
||||||
|
"draft": false,
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/docs/intro.md",
|
||||||
|
"tags": [],
|
||||||
|
"version": "current",
|
||||||
|
"sidebarPosition": 1,
|
||||||
|
"frontMatter": {
|
||||||
|
"sidebar_position": 1
|
||||||
|
},
|
||||||
|
"sidebar": "tutorialSidebar",
|
||||||
|
"next": {
|
||||||
|
"title": "Tutorial - Basics",
|
||||||
|
"permalink": "/docs/category/tutorial---basics"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"unversionedId": "tutorial-basics/congratulations",
|
||||||
|
"id": "tutorial-basics/congratulations",
|
||||||
|
"title": "Congratulations!",
|
||||||
|
"description": "You have just learned the basics of Docusaurus and made some changes to the initial template.",
|
||||||
|
"source": "@site/docs/tutorial-basics/congratulations.md",
|
||||||
|
"sourceDirName": "tutorial-basics",
|
||||||
|
"slug": "/tutorial-basics/congratulations",
|
||||||
|
"permalink": "/docs/tutorial-basics/congratulations",
|
||||||
|
"draft": false,
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/docs/tutorial-basics/congratulations.md",
|
||||||
|
"tags": [],
|
||||||
|
"version": "current",
|
||||||
|
"sidebarPosition": 6,
|
||||||
|
"frontMatter": {
|
||||||
|
"sidebar_position": 6
|
||||||
|
},
|
||||||
|
"sidebar": "tutorialSidebar",
|
||||||
|
"previous": {
|
||||||
|
"title": "Deploy your site",
|
||||||
|
"permalink": "/docs/tutorial-basics/deploy-your-site"
|
||||||
|
},
|
||||||
|
"next": {
|
||||||
|
"title": "Tutorial - Extras",
|
||||||
|
"permalink": "/docs/category/tutorial---extras"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"unversionedId": "tutorial-basics/create-a-blog-post",
|
||||||
|
"id": "tutorial-basics/create-a-blog-post",
|
||||||
|
"title": "Create a Blog Post",
|
||||||
|
"description": "Docusaurus creates a page for each blog post, but also a blog index page, a tag system, an RSS feed...",
|
||||||
|
"source": "@site/docs/tutorial-basics/create-a-blog-post.md",
|
||||||
|
"sourceDirName": "tutorial-basics",
|
||||||
|
"slug": "/tutorial-basics/create-a-blog-post",
|
||||||
|
"permalink": "/docs/tutorial-basics/create-a-blog-post",
|
||||||
|
"draft": false,
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/docs/tutorial-basics/create-a-blog-post.md",
|
||||||
|
"tags": [],
|
||||||
|
"version": "current",
|
||||||
|
"sidebarPosition": 3,
|
||||||
|
"frontMatter": {
|
||||||
|
"sidebar_position": 3
|
||||||
|
},
|
||||||
|
"sidebar": "tutorialSidebar",
|
||||||
|
"previous": {
|
||||||
|
"title": "Create a Document",
|
||||||
|
"permalink": "/docs/tutorial-basics/create-a-document"
|
||||||
|
},
|
||||||
|
"next": {
|
||||||
|
"title": "Markdown Features",
|
||||||
|
"permalink": "/docs/tutorial-basics/markdown-features"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"unversionedId": "tutorial-basics/create-a-page",
|
||||||
|
"id": "tutorial-basics/create-a-page",
|
||||||
|
"title": "Create a Page",
|
||||||
|
"description": "Add Markdown or React files to src/pages to create a standalone page:",
|
||||||
|
"source": "@site/docs/tutorial-basics/create-a-page.md",
|
||||||
|
"sourceDirName": "tutorial-basics",
|
||||||
|
"slug": "/tutorial-basics/create-a-page",
|
||||||
|
"permalink": "/docs/tutorial-basics/create-a-page",
|
||||||
|
"draft": false,
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/docs/tutorial-basics/create-a-page.md",
|
||||||
|
"tags": [],
|
||||||
|
"version": "current",
|
||||||
|
"sidebarPosition": 1,
|
||||||
|
"frontMatter": {
|
||||||
|
"sidebar_position": 1
|
||||||
|
},
|
||||||
|
"sidebar": "tutorialSidebar",
|
||||||
|
"previous": {
|
||||||
|
"title": "Tutorial - Basics",
|
||||||
|
"permalink": "/docs/category/tutorial---basics"
|
||||||
|
},
|
||||||
|
"next": {
|
||||||
|
"title": "Create a Document",
|
||||||
|
"permalink": "/docs/tutorial-basics/create-a-document"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"unversionedId": "tutorial-basics/deploy-your-site",
|
||||||
|
"id": "tutorial-basics/deploy-your-site",
|
||||||
|
"title": "Deploy your site",
|
||||||
|
"description": "Docusaurus is a static-site-generator (also called Jamstack).",
|
||||||
|
"source": "@site/docs/tutorial-basics/deploy-your-site.md",
|
||||||
|
"sourceDirName": "tutorial-basics",
|
||||||
|
"slug": "/tutorial-basics/deploy-your-site",
|
||||||
|
"permalink": "/docs/tutorial-basics/deploy-your-site",
|
||||||
|
"draft": false,
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/docs/tutorial-basics/deploy-your-site.md",
|
||||||
|
"tags": [],
|
||||||
|
"version": "current",
|
||||||
|
"sidebarPosition": 5,
|
||||||
|
"frontMatter": {
|
||||||
|
"sidebar_position": 5
|
||||||
|
},
|
||||||
|
"sidebar": "tutorialSidebar",
|
||||||
|
"previous": {
|
||||||
|
"title": "Markdown Features",
|
||||||
|
"permalink": "/docs/tutorial-basics/markdown-features"
|
||||||
|
},
|
||||||
|
"next": {
|
||||||
|
"title": "Congratulations!",
|
||||||
|
"permalink": "/docs/tutorial-basics/congratulations"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"unversionedId": "tutorial-basics/markdown-features",
|
||||||
|
"id": "tutorial-basics/markdown-features",
|
||||||
|
"title": "Markdown Features",
|
||||||
|
"description": "Docusaurus supports Markdown and a few additional features.",
|
||||||
|
"source": "@site/docs/tutorial-basics/markdown-features.mdx",
|
||||||
|
"sourceDirName": "tutorial-basics",
|
||||||
|
"slug": "/tutorial-basics/markdown-features",
|
||||||
|
"permalink": "/docs/tutorial-basics/markdown-features",
|
||||||
|
"draft": false,
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/docs/tutorial-basics/markdown-features.mdx",
|
||||||
|
"tags": [],
|
||||||
|
"version": "current",
|
||||||
|
"sidebarPosition": 4,
|
||||||
|
"frontMatter": {
|
||||||
|
"sidebar_position": 4
|
||||||
|
},
|
||||||
|
"sidebar": "tutorialSidebar",
|
||||||
|
"previous": {
|
||||||
|
"title": "Create a Blog Post",
|
||||||
|
"permalink": "/docs/tutorial-basics/create-a-blog-post"
|
||||||
|
},
|
||||||
|
"next": {
|
||||||
|
"title": "Deploy your site",
|
||||||
|
"permalink": "/docs/tutorial-basics/deploy-your-site"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"unversionedId": "tutorial-extras/manage-docs-versions",
|
||||||
|
"id": "tutorial-extras/manage-docs-versions",
|
||||||
|
"title": "Manage Docs Versions",
|
||||||
|
"description": "Docusaurus can manage multiple versions of your docs.",
|
||||||
|
"source": "@site/docs/tutorial-extras/manage-docs-versions.md",
|
||||||
|
"sourceDirName": "tutorial-extras",
|
||||||
|
"slug": "/tutorial-extras/manage-docs-versions",
|
||||||
|
"permalink": "/docs/tutorial-extras/manage-docs-versions",
|
||||||
|
"draft": false,
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/docs/tutorial-extras/manage-docs-versions.md",
|
||||||
|
"tags": [],
|
||||||
|
"version": "current",
|
||||||
|
"sidebarPosition": 1,
|
||||||
|
"frontMatter": {
|
||||||
|
"sidebar_position": 1
|
||||||
|
},
|
||||||
|
"sidebar": "tutorialSidebar",
|
||||||
|
"previous": {
|
||||||
|
"title": "Tutorial - Extras",
|
||||||
|
"permalink": "/docs/category/tutorial---extras"
|
||||||
|
},
|
||||||
|
"next": {
|
||||||
|
"title": "Translate your site",
|
||||||
|
"permalink": "/docs/tutorial-extras/translate-your-site"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"unversionedId": "tutorial-extras/translate-your-site",
|
||||||
|
"id": "tutorial-extras/translate-your-site",
|
||||||
|
"title": "Translate your site",
|
||||||
|
"description": "Let's translate docs/intro.md to French.",
|
||||||
|
"source": "@site/docs/tutorial-extras/translate-your-site.md",
|
||||||
|
"sourceDirName": "tutorial-extras",
|
||||||
|
"slug": "/tutorial-extras/translate-your-site",
|
||||||
|
"permalink": "/docs/tutorial-extras/translate-your-site",
|
||||||
|
"draft": false,
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/docs/tutorial-extras/translate-your-site.md",
|
||||||
|
"tags": [],
|
||||||
|
"version": "current",
|
||||||
|
"sidebarPosition": 2,
|
||||||
|
"frontMatter": {
|
||||||
|
"sidebar_position": 2
|
||||||
|
},
|
||||||
|
"sidebar": "tutorialSidebar",
|
||||||
|
"previous": {
|
||||||
|
"title": "Manage Docs Versions",
|
||||||
|
"permalink": "/docs/tutorial-extras/manage-docs-versions"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"drafts": [],
|
||||||
|
"sidebars": {
|
||||||
|
"tutorialSidebar": [
|
||||||
|
{
|
||||||
|
"type": "doc",
|
||||||
|
"id": "intro"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "category",
|
||||||
|
"label": "Tutorial - Basics",
|
||||||
|
"collapsible": true,
|
||||||
|
"collapsed": true,
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"type": "doc",
|
||||||
|
"id": "tutorial-basics/create-a-page"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "doc",
|
||||||
|
"id": "tutorial-basics/create-a-document"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "doc",
|
||||||
|
"id": "tutorial-basics/create-a-blog-post"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "doc",
|
||||||
|
"id": "tutorial-basics/markdown-features"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "doc",
|
||||||
|
"id": "tutorial-basics/deploy-your-site"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "doc",
|
||||||
|
"id": "tutorial-basics/congratulations"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"link": {
|
||||||
|
"type": "generated-index",
|
||||||
|
"description": "5 minutes to learn the most important Docusaurus concepts.",
|
||||||
|
"slug": "/category/tutorial---basics",
|
||||||
|
"permalink": "/docs/category/tutorial---basics"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "category",
|
||||||
|
"label": "Tutorial - Extras",
|
||||||
|
"collapsible": true,
|
||||||
|
"collapsed": true,
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"type": "doc",
|
||||||
|
"id": "tutorial-extras/manage-docs-versions"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "doc",
|
||||||
|
"id": "tutorial-extras/translate-your-site"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"link": {
|
||||||
|
"type": "generated-index",
|
||||||
|
"slug": "/category/tutorial---extras",
|
||||||
|
"permalink": "/docs/category/tutorial---extras"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"docusaurus-plugin-content-blog": {
|
||||||
|
"default": {
|
||||||
|
"blogSidebarTitle": "Recent posts",
|
||||||
|
"blogPosts": [
|
||||||
|
{
|
||||||
|
"id": "welcome",
|
||||||
|
"metadata": {
|
||||||
|
"permalink": "/blog/welcome",
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/blog/2021-08-26-welcome/index.md",
|
||||||
|
"source": "@site/blog/2021-08-26-welcome/index.md",
|
||||||
|
"title": "Welcome",
|
||||||
|
"description": "Docusaurus blogging features are powered by the blog plugin.",
|
||||||
|
"date": "2021-08-26T00:00:00.000Z",
|
||||||
|
"formattedDate": "August 26, 2021",
|
||||||
|
"tags": [
|
||||||
|
{
|
||||||
|
"label": "facebook",
|
||||||
|
"permalink": "/blog/tags/facebook"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "hello",
|
||||||
|
"permalink": "/blog/tags/hello"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "docusaurus",
|
||||||
|
"permalink": "/blog/tags/docusaurus"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"readingTime": 0.405,
|
||||||
|
"hasTruncateMarker": false,
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Sébastien Lorber",
|
||||||
|
"title": "Docusaurus maintainer",
|
||||||
|
"url": "https://sebastienlorber.com",
|
||||||
|
"imageURL": "https://github.com/slorber.png",
|
||||||
|
"key": "slorber"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Yangshun Tay",
|
||||||
|
"title": "Front End Engineer @ Facebook",
|
||||||
|
"url": "https://github.com/yangshun",
|
||||||
|
"imageURL": "https://github.com/yangshun.png",
|
||||||
|
"key": "yangshun"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"frontMatter": {
|
||||||
|
"slug": "welcome",
|
||||||
|
"title": "Welcome",
|
||||||
|
"authors": [
|
||||||
|
"slorber",
|
||||||
|
"yangshun"
|
||||||
|
],
|
||||||
|
"tags": [
|
||||||
|
"facebook",
|
||||||
|
"hello",
|
||||||
|
"docusaurus"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"nextItem": {
|
||||||
|
"title": "MDX Blog Post",
|
||||||
|
"permalink": "/blog/mdx-blog-post"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"content": "[Docusaurus blogging features](https://docusaurus.io/docs/blog) are powered by the [blog plugin](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog).\n\nSimply add Markdown files (or folders) to the `blog` directory.\n\nRegular blog authors can be added to `authors.yml`.\n\nThe blog post date can be extracted from filenames, such as:\n\n- `2019-05-30-welcome.md`\n- `2019-05-30-welcome/index.md`\n\nA blog post folder can be convenient to co-locate blog post images:\n\n\n\nThe blog supports tags as well!\n\n**And if you don't want a blog**: just delete this directory, and use `blog: false` in your Docusaurus config."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "mdx-blog-post",
|
||||||
|
"metadata": {
|
||||||
|
"permalink": "/blog/mdx-blog-post",
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/blog/2021-08-01-mdx-blog-post.mdx",
|
||||||
|
"source": "@site/blog/2021-08-01-mdx-blog-post.mdx",
|
||||||
|
"title": "MDX Blog Post",
|
||||||
|
"description": "Blog posts support Docusaurus Markdown features, such as MDX.",
|
||||||
|
"date": "2021-08-01T00:00:00.000Z",
|
||||||
|
"formattedDate": "August 1, 2021",
|
||||||
|
"tags": [
|
||||||
|
{
|
||||||
|
"label": "docusaurus",
|
||||||
|
"permalink": "/blog/tags/docusaurus"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"readingTime": 0.175,
|
||||||
|
"hasTruncateMarker": false,
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Sébastien Lorber",
|
||||||
|
"title": "Docusaurus maintainer",
|
||||||
|
"url": "https://sebastienlorber.com",
|
||||||
|
"imageURL": "https://github.com/slorber.png",
|
||||||
|
"key": "slorber"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"frontMatter": {
|
||||||
|
"slug": "mdx-blog-post",
|
||||||
|
"title": "MDX Blog Post",
|
||||||
|
"authors": [
|
||||||
|
"slorber"
|
||||||
|
],
|
||||||
|
"tags": [
|
||||||
|
"docusaurus"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"prevItem": {
|
||||||
|
"title": "Welcome",
|
||||||
|
"permalink": "/blog/welcome"
|
||||||
|
},
|
||||||
|
"nextItem": {
|
||||||
|
"title": "Long Blog Post",
|
||||||
|
"permalink": "/blog/long-blog-post"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"content": "Blog posts support [Docusaurus Markdown features](https://docusaurus.io/docs/markdown-features), such as [MDX](https://mdxjs.com/).\n\n:::tip\n\nUse the power of React to create interactive blog posts.\n\n```js\n<button onClick={() => alert('button clicked!')}>Click me!</button>\n```\n\n<button onClick={() => alert('button clicked!')}>Click me!</button>\n\n:::"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "long-blog-post",
|
||||||
|
"metadata": {
|
||||||
|
"permalink": "/blog/long-blog-post",
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/blog/2019-05-29-long-blog-post.md",
|
||||||
|
"source": "@site/blog/2019-05-29-long-blog-post.md",
|
||||||
|
"title": "Long Blog Post",
|
||||||
|
"description": "This is the summary of a very long blog post,",
|
||||||
|
"date": "2019-05-29T00:00:00.000Z",
|
||||||
|
"formattedDate": "May 29, 2019",
|
||||||
|
"tags": [
|
||||||
|
{
|
||||||
|
"label": "hello",
|
||||||
|
"permalink": "/blog/tags/hello"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "docusaurus",
|
||||||
|
"permalink": "/blog/tags/docusaurus"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"readingTime": 2.05,
|
||||||
|
"hasTruncateMarker": true,
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Endilie Yacop Sucipto",
|
||||||
|
"title": "Maintainer of Docusaurus",
|
||||||
|
"url": "https://github.com/endiliey",
|
||||||
|
"imageURL": "https://github.com/endiliey.png",
|
||||||
|
"key": "endi"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"frontMatter": {
|
||||||
|
"slug": "long-blog-post",
|
||||||
|
"title": "Long Blog Post",
|
||||||
|
"authors": "endi",
|
||||||
|
"tags": [
|
||||||
|
"hello",
|
||||||
|
"docusaurus"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"prevItem": {
|
||||||
|
"title": "MDX Blog Post",
|
||||||
|
"permalink": "/blog/mdx-blog-post"
|
||||||
|
},
|
||||||
|
"nextItem": {
|
||||||
|
"title": "First Blog Post",
|
||||||
|
"permalink": "/blog/first-blog-post"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"content": "This is the summary of a very long blog post,\n\nUse a `<!--` `truncate` `-->` comment to limit blog post size in the list view.\n\n<!--truncate-->\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "first-blog-post",
|
||||||
|
"metadata": {
|
||||||
|
"permalink": "/blog/first-blog-post",
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website/blog/2019-05-28-first-blog-post.md",
|
||||||
|
"source": "@site/blog/2019-05-28-first-blog-post.md",
|
||||||
|
"title": "First Blog Post",
|
||||||
|
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet",
|
||||||
|
"date": "2019-05-28T00:00:00.000Z",
|
||||||
|
"formattedDate": "May 28, 2019",
|
||||||
|
"tags": [
|
||||||
|
{
|
||||||
|
"label": "hola",
|
||||||
|
"permalink": "/blog/tags/hola"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "docusaurus",
|
||||||
|
"permalink": "/blog/tags/docusaurus"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"readingTime": 0.12,
|
||||||
|
"hasTruncateMarker": false,
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Gao Wei",
|
||||||
|
"title": "Docusaurus Core Team",
|
||||||
|
"url": "https://github.com/wgao19",
|
||||||
|
"image_url": "https://github.com/wgao19.png",
|
||||||
|
"imageURL": "https://github.com/wgao19.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"frontMatter": {
|
||||||
|
"slug": "first-blog-post",
|
||||||
|
"title": "First Blog Post",
|
||||||
|
"authors": {
|
||||||
|
"name": "Gao Wei",
|
||||||
|
"title": "Docusaurus Core Team",
|
||||||
|
"url": "https://github.com/wgao19",
|
||||||
|
"image_url": "https://github.com/wgao19.png",
|
||||||
|
"imageURL": "https://github.com/wgao19.png"
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"hola",
|
||||||
|
"docusaurus"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"prevItem": {
|
||||||
|
"title": "Long Blog Post",
|
||||||
|
"permalink": "/blog/long-blog-post"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"blogListPaginated": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"welcome",
|
||||||
|
"mdx-blog-post",
|
||||||
|
"long-blog-post",
|
||||||
|
"first-blog-post"
|
||||||
|
],
|
||||||
|
"metadata": {
|
||||||
|
"permalink": "/blog",
|
||||||
|
"page": 1,
|
||||||
|
"postsPerPage": 10,
|
||||||
|
"totalPages": 1,
|
||||||
|
"totalCount": 4,
|
||||||
|
"blogDescription": "Blog",
|
||||||
|
"blogTitle": "Blog"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"blogTags": {
|
||||||
|
"/blog/tags/facebook": {
|
||||||
|
"label": "facebook",
|
||||||
|
"items": [
|
||||||
|
"welcome"
|
||||||
|
],
|
||||||
|
"permalink": "/blog/tags/facebook",
|
||||||
|
"pages": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"welcome"
|
||||||
|
],
|
||||||
|
"metadata": {
|
||||||
|
"permalink": "/blog/tags/facebook",
|
||||||
|
"page": 1,
|
||||||
|
"postsPerPage": 10,
|
||||||
|
"totalPages": 1,
|
||||||
|
"totalCount": 1,
|
||||||
|
"blogDescription": "Blog",
|
||||||
|
"blogTitle": "Blog"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"/blog/tags/hello": {
|
||||||
|
"label": "hello",
|
||||||
|
"items": [
|
||||||
|
"welcome",
|
||||||
|
"long-blog-post"
|
||||||
|
],
|
||||||
|
"permalink": "/blog/tags/hello",
|
||||||
|
"pages": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"welcome",
|
||||||
|
"long-blog-post"
|
||||||
|
],
|
||||||
|
"metadata": {
|
||||||
|
"permalink": "/blog/tags/hello",
|
||||||
|
"page": 1,
|
||||||
|
"postsPerPage": 10,
|
||||||
|
"totalPages": 1,
|
||||||
|
"totalCount": 2,
|
||||||
|
"blogDescription": "Blog",
|
||||||
|
"blogTitle": "Blog"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"/blog/tags/docusaurus": {
|
||||||
|
"label": "docusaurus",
|
||||||
|
"items": [
|
||||||
|
"welcome",
|
||||||
|
"mdx-blog-post",
|
||||||
|
"long-blog-post",
|
||||||
|
"first-blog-post"
|
||||||
|
],
|
||||||
|
"permalink": "/blog/tags/docusaurus",
|
||||||
|
"pages": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"welcome",
|
||||||
|
"mdx-blog-post",
|
||||||
|
"long-blog-post",
|
||||||
|
"first-blog-post"
|
||||||
|
],
|
||||||
|
"metadata": {
|
||||||
|
"permalink": "/blog/tags/docusaurus",
|
||||||
|
"page": 1,
|
||||||
|
"postsPerPage": 10,
|
||||||
|
"totalPages": 1,
|
||||||
|
"totalCount": 4,
|
||||||
|
"blogDescription": "Blog",
|
||||||
|
"blogTitle": "Blog"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"/blog/tags/hola": {
|
||||||
|
"label": "hola",
|
||||||
|
"items": [
|
||||||
|
"first-blog-post"
|
||||||
|
],
|
||||||
|
"permalink": "/blog/tags/hola",
|
||||||
|
"pages": [
|
||||||
|
{
|
||||||
|
"items": [
|
||||||
|
"first-blog-post"
|
||||||
|
],
|
||||||
|
"metadata": {
|
||||||
|
"permalink": "/blog/tags/hola",
|
||||||
|
"page": 1,
|
||||||
|
"postsPerPage": 10,
|
||||||
|
"totalPages": 1,
|
||||||
|
"totalCount": 1,
|
||||||
|
"blogDescription": "Blog",
|
||||||
|
"blogTitle": "Blog"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"blogTagsListPath": "/blog/tags"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"docusaurus-plugin-content-pages": {
|
||||||
|
"default": [
|
||||||
|
{
|
||||||
|
"type": "jsx",
|
||||||
|
"permalink": "/",
|
||||||
|
"source": "@site/src/pages/index.tsx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "mdx",
|
||||||
|
"permalink": "/markdown-page",
|
||||||
|
"source": "@site/src/pages/markdown-page.md",
|
||||||
|
"title": "Markdown page example",
|
||||||
|
"description": "You don't need React to write simple standalone pages.",
|
||||||
|
"frontMatter": {
|
||||||
|
"title": "Markdown page example"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"docusaurus-plugin-debug": {},
|
||||||
|
"docusaurus-theme-classic": {},
|
||||||
|
"enable-wasm": {},
|
||||||
|
"docusaurus-bootstrap-plugin": {},
|
||||||
|
"docusaurus-mdx-fallback-plugin": {}
|
||||||
|
}
|
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"name": "docusaurus-plugin-debug",
|
||||||
|
"id": "default"
|
||||||
|
}
|
356
website-next/.docusaurus/docusaurus.config.mjs
Normal file
356
website-next/.docusaurus/docusaurus.config.mjs
Normal file
@@ -0,0 +1,356 @@
|
|||||||
|
/*
|
||||||
|
* AUTOGENERATED - DON'T EDIT
|
||||||
|
* Your edits in this file will be overwritten in the next build!
|
||||||
|
* Modify the docusaurus.config.js file at your site's root instead.
|
||||||
|
*/
|
||||||
|
export default {
|
||||||
|
"title": "Yoga",
|
||||||
|
"tagline": "Build flexible layouts on any platform with a highly optimized open source layout engine designed with speed, size, and ease of use in mind.",
|
||||||
|
"favicon": "img/favicon.png",
|
||||||
|
"url": "https:/yogalayout.com",
|
||||||
|
"baseUrl": "/",
|
||||||
|
"organizationName": "facebook",
|
||||||
|
"projectName": "yoga",
|
||||||
|
"onBrokenLinks": "throw",
|
||||||
|
"onBrokenMarkdownLinks": "warn",
|
||||||
|
"i18n": {
|
||||||
|
"defaultLocale": "en",
|
||||||
|
"locales": [
|
||||||
|
"en"
|
||||||
|
],
|
||||||
|
"path": "i18n",
|
||||||
|
"localeConfigs": {}
|
||||||
|
},
|
||||||
|
"presets": [
|
||||||
|
[
|
||||||
|
"classic",
|
||||||
|
{
|
||||||
|
"docs": {
|
||||||
|
"sidebarPath": "/Users/ngerlem/fbsource/xplat/yoga/website-next/sidebars.js",
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website"
|
||||||
|
},
|
||||||
|
"blog": {
|
||||||
|
"showReadingTime": true,
|
||||||
|
"editUrl": "https://github.com/facebook/yoga/tree/main/website"
|
||||||
|
},
|
||||||
|
"theme": {
|
||||||
|
"customCss": "/Users/ngerlem/fbsource/xplat/yoga/website-next/src/css/custom.css"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"plugins": [
|
||||||
|
null
|
||||||
|
],
|
||||||
|
"themeConfig": {
|
||||||
|
"navbar": {
|
||||||
|
"title": "Yoga",
|
||||||
|
"logo": {
|
||||||
|
"alt": "Yoga Logo",
|
||||||
|
"src": "img/logo.svg"
|
||||||
|
},
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"type": "docSidebar",
|
||||||
|
"sidebarId": "tutorialSidebar",
|
||||||
|
"position": "left",
|
||||||
|
"label": "Tutorial"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"to": "/blog",
|
||||||
|
"label": "Blog",
|
||||||
|
"position": "left"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"href": "https://github.com/facebook/docusaurus",
|
||||||
|
"label": "GitHub",
|
||||||
|
"position": "right"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"hideOnScroll": false
|
||||||
|
},
|
||||||
|
"footer": {
|
||||||
|
"style": "dark",
|
||||||
|
"links": [
|
||||||
|
{
|
||||||
|
"title": "Docs",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"label": "Tutorial",
|
||||||
|
"to": "/docs/intro"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Community",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"label": "Stack Overflow",
|
||||||
|
"href": "https://stackoverflow.com/questions/tagged/yoga"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Twitter",
|
||||||
|
"href": "https://twitter.com/yogalayout"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "More",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"label": "Blog",
|
||||||
|
"to": "/blog"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "GitHub",
|
||||||
|
"href": "https://github.com/facebook/yoga"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"copyright": "Copyright © 2023 Meta Platforms, Inc."
|
||||||
|
},
|
||||||
|
"prism": {
|
||||||
|
"theme": {
|
||||||
|
"plain": {
|
||||||
|
"color": "#393A34",
|
||||||
|
"backgroundColor": "#f6f8fa"
|
||||||
|
},
|
||||||
|
"styles": [
|
||||||
|
{
|
||||||
|
"types": [
|
||||||
|
"comment",
|
||||||
|
"prolog",
|
||||||
|
"doctype",
|
||||||
|
"cdata"
|
||||||
|
],
|
||||||
|
"style": {
|
||||||
|
"color": "#999988",
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"types": [
|
||||||
|
"namespace"
|
||||||
|
],
|
||||||
|
"style": {
|
||||||
|
"opacity": 0.7
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"types": [
|
||||||
|
"string",
|
||||||
|
"attr-value"
|
||||||
|
],
|
||||||
|
"style": {
|
||||||
|
"color": "#e3116c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"types": [
|
||||||
|
"punctuation",
|
||||||
|
"operator"
|
||||||
|
],
|
||||||
|
"style": {
|
||||||
|
"color": "#393A34"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"types": [
|
||||||
|
"entity",
|
||||||
|
"url",
|
||||||
|
"symbol",
|
||||||
|
"number",
|
||||||
|
"boolean",
|
||||||
|
"variable",
|
||||||
|
"constant",
|
||||||
|
"property",
|
||||||
|
"regex",
|
||||||
|
"inserted"
|
||||||
|
],
|
||||||
|
"style": {
|
||||||
|
"color": "#36acaa"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"types": [
|
||||||
|
"atrule",
|
||||||
|
"keyword",
|
||||||
|
"attr-name",
|
||||||
|
"selector"
|
||||||
|
],
|
||||||
|
"style": {
|
||||||
|
"color": "#00a4db"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"types": [
|
||||||
|
"function",
|
||||||
|
"deleted",
|
||||||
|
"tag"
|
||||||
|
],
|
||||||
|
"style": {
|
||||||
|
"color": "#d73a49"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"types": [
|
||||||
|
"function-variable"
|
||||||
|
],
|
||||||
|
"style": {
|
||||||
|
"color": "#6f42c1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"types": [
|
||||||
|
"tag",
|
||||||
|
"selector",
|
||||||
|
"keyword"
|
||||||
|
],
|
||||||
|
"style": {
|
||||||
|
"color": "#00009f"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"darkTheme": {
|
||||||
|
"plain": {
|
||||||
|
"color": "#F8F8F2",
|
||||||
|
"backgroundColor": "#282A36"
|
||||||
|
},
|
||||||
|
"styles": [
|
||||||
|
{
|
||||||
|
"types": [
|
||||||
|
"prolog",
|
||||||
|
"constant",
|
||||||
|
"builtin"
|
||||||
|
],
|
||||||
|
"style": {
|
||||||
|
"color": "rgb(189, 147, 249)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"types": [
|
||||||
|
"inserted",
|
||||||
|
"function"
|
||||||
|
],
|
||||||
|
"style": {
|
||||||
|
"color": "rgb(80, 250, 123)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"types": [
|
||||||
|
"deleted"
|
||||||
|
],
|
||||||
|
"style": {
|
||||||
|
"color": "rgb(255, 85, 85)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"types": [
|
||||||
|
"changed"
|
||||||
|
],
|
||||||
|
"style": {
|
||||||
|
"color": "rgb(255, 184, 108)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"types": [
|
||||||
|
"punctuation",
|
||||||
|
"symbol"
|
||||||
|
],
|
||||||
|
"style": {
|
||||||
|
"color": "rgb(248, 248, 242)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"types": [
|
||||||
|
"string",
|
||||||
|
"char",
|
||||||
|
"tag",
|
||||||
|
"selector"
|
||||||
|
],
|
||||||
|
"style": {
|
||||||
|
"color": "rgb(255, 121, 198)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"types": [
|
||||||
|
"keyword",
|
||||||
|
"variable"
|
||||||
|
],
|
||||||
|
"style": {
|
||||||
|
"color": "rgb(189, 147, 249)",
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"types": [
|
||||||
|
"comment"
|
||||||
|
],
|
||||||
|
"style": {
|
||||||
|
"color": "rgb(98, 114, 164)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"types": [
|
||||||
|
"attr-name"
|
||||||
|
],
|
||||||
|
"style": {
|
||||||
|
"color": "rgb(241, 250, 140)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"additionalLanguages": [],
|
||||||
|
"magicComments": [
|
||||||
|
{
|
||||||
|
"className": "theme-code-block-highlighted-line",
|
||||||
|
"line": "highlight-next-line",
|
||||||
|
"block": {
|
||||||
|
"start": "highlight-start",
|
||||||
|
"end": "highlight-end"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"webpack": {
|
||||||
|
"experiments": {
|
||||||
|
"asyncWebAssembly": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"colorMode": {
|
||||||
|
"defaultMode": "light",
|
||||||
|
"disableSwitch": false,
|
||||||
|
"respectPrefersColorScheme": false
|
||||||
|
},
|
||||||
|
"docs": {
|
||||||
|
"versionPersistence": "localStorage",
|
||||||
|
"sidebar": {
|
||||||
|
"hideable": false,
|
||||||
|
"autoCollapseCategories": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"metadata": [],
|
||||||
|
"tableOfContents": {
|
||||||
|
"minHeadingLevel": 2,
|
||||||
|
"maxHeadingLevel": 3
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"baseUrlIssueBanner": true,
|
||||||
|
"onDuplicateRoutes": "warn",
|
||||||
|
"staticDirectories": [
|
||||||
|
"static"
|
||||||
|
],
|
||||||
|
"customFields": {},
|
||||||
|
"themes": [],
|
||||||
|
"scripts": [],
|
||||||
|
"headTags": [],
|
||||||
|
"stylesheets": [],
|
||||||
|
"clientModules": [],
|
||||||
|
"titleDelimiter": "|",
|
||||||
|
"noIndex": false,
|
||||||
|
"markdown": {
|
||||||
|
"mermaid": false
|
||||||
|
}
|
||||||
|
};
|
83
website-next/.docusaurus/globalData.json
Normal file
83
website-next/.docusaurus/globalData.json
Normal file
@@ -0,0 +1,83 @@
|
|||||||
|
{
|
||||||
|
"docusaurus-plugin-content-docs": {
|
||||||
|
"default": {
|
||||||
|
"path": "/docs",
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "current",
|
||||||
|
"label": "Next",
|
||||||
|
"isLast": true,
|
||||||
|
"path": "/docs",
|
||||||
|
"mainDocId": "intro",
|
||||||
|
"docs": [
|
||||||
|
{
|
||||||
|
"id": "intro",
|
||||||
|
"path": "/docs/intro",
|
||||||
|
"sidebar": "tutorialSidebar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "tutorial-basics/congratulations",
|
||||||
|
"path": "/docs/tutorial-basics/congratulations",
|
||||||
|
"sidebar": "tutorialSidebar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "tutorial-basics/create-a-blog-post",
|
||||||
|
"path": "/docs/tutorial-basics/create-a-blog-post",
|
||||||
|
"sidebar": "tutorialSidebar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "tutorial-basics/create-a-document",
|
||||||
|
"path": "/docs/tutorial-basics/create-a-document",
|
||||||
|
"sidebar": "tutorialSidebar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "tutorial-basics/create-a-page",
|
||||||
|
"path": "/docs/tutorial-basics/create-a-page",
|
||||||
|
"sidebar": "tutorialSidebar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "tutorial-basics/deploy-your-site",
|
||||||
|
"path": "/docs/tutorial-basics/deploy-your-site",
|
||||||
|
"sidebar": "tutorialSidebar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "tutorial-basics/markdown-features",
|
||||||
|
"path": "/docs/tutorial-basics/markdown-features",
|
||||||
|
"sidebar": "tutorialSidebar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "tutorial-extras/manage-docs-versions",
|
||||||
|
"path": "/docs/tutorial-extras/manage-docs-versions",
|
||||||
|
"sidebar": "tutorialSidebar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "tutorial-extras/translate-your-site",
|
||||||
|
"path": "/docs/tutorial-extras/translate-your-site",
|
||||||
|
"sidebar": "tutorialSidebar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "/category/tutorial---basics",
|
||||||
|
"path": "/docs/category/tutorial---basics",
|
||||||
|
"sidebar": "tutorialSidebar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "/category/tutorial---extras",
|
||||||
|
"path": "/docs/category/tutorial---extras",
|
||||||
|
"sidebar": "tutorialSidebar"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"draftIds": [],
|
||||||
|
"sidebars": {
|
||||||
|
"tutorialSidebar": {
|
||||||
|
"link": {
|
||||||
|
"path": "/docs/intro",
|
||||||
|
"label": "intro"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"breadcrumbs": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
17
website-next/.docusaurus/i18n.json
Normal file
17
website-next/.docusaurus/i18n.json
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"defaultLocale": "en",
|
||||||
|
"locales": [
|
||||||
|
"en"
|
||||||
|
],
|
||||||
|
"path": "i18n",
|
||||||
|
"currentLocale": "en",
|
||||||
|
"localeConfigs": {
|
||||||
|
"en": {
|
||||||
|
"label": "English",
|
||||||
|
"direction": "ltr",
|
||||||
|
"htmlLang": "en",
|
||||||
|
"calendar": "gregory",
|
||||||
|
"path": "en"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
56
website-next/.docusaurus/registry.js
Normal file
56
website-next/.docusaurus/registry.js
Normal file
@@ -0,0 +1,56 @@
|
|||||||
|
export default {
|
||||||
|
'__comp---site-src-pages-index-tsx-1-df-d3e': [() => import(/* webpackChunkName: '__comp---site-src-pages-index-tsx-1-df-d3e' */ '@site/src/pages/index.tsx'), '@site/src/pages/index.tsx', require.resolveWeak('@site/src/pages/index.tsx')],
|
||||||
|
'__comp---theme-blog-archive-page-9-e-4-1d8': [() => import(/* webpackChunkName: '__comp---theme-blog-archive-page-9-e-4-1d8' */ '@theme/BlogArchivePage'), '@theme/BlogArchivePage', require.resolveWeak('@theme/BlogArchivePage')],
|
||||||
|
'__comp---theme-blog-list-pagea-6-a-7ba': [() => import(/* webpackChunkName: '__comp---theme-blog-list-pagea-6-a-7ba' */ '@theme/BlogListPage'), '@theme/BlogListPage', require.resolveWeak('@theme/BlogListPage')],
|
||||||
|
'__comp---theme-blog-post-pageccc-cab': [() => import(/* webpackChunkName: '__comp---theme-blog-post-pageccc-cab' */ '@theme/BlogPostPage'), '@theme/BlogPostPage', require.resolveWeak('@theme/BlogPostPage')],
|
||||||
|
'__comp---theme-blog-tags-list-page-01-a-d0b': [() => import(/* webpackChunkName: '__comp---theme-blog-tags-list-page-01-a-d0b' */ '@theme/BlogTagsListPage'), '@theme/BlogTagsListPage', require.resolveWeak('@theme/BlogTagsListPage')],
|
||||||
|
'__comp---theme-blog-tags-posts-page-687-b6c': [() => import(/* webpackChunkName: '__comp---theme-blog-tags-posts-page-687-b6c' */ '@theme/BlogTagsPostsPage'), '@theme/BlogTagsPostsPage', require.resolveWeak('@theme/BlogTagsPostsPage')],
|
||||||
|
'__comp---theme-debug-config-23-a-2ff': [() => import(/* webpackChunkName: '__comp---theme-debug-config-23-a-2ff' */ '@theme/DebugConfig'), '@theme/DebugConfig', require.resolveWeak('@theme/DebugConfig')],
|
||||||
|
'__comp---theme-debug-contentba-8-ce7': [() => import(/* webpackChunkName: '__comp---theme-debug-contentba-8-ce7' */ '@theme/DebugContent'), '@theme/DebugContent', require.resolveWeak('@theme/DebugContent')],
|
||||||
|
'__comp---theme-debug-global-dataede-0fa': [() => import(/* webpackChunkName: '__comp---theme-debug-global-dataede-0fa' */ '@theme/DebugGlobalData'), '@theme/DebugGlobalData', require.resolveWeak('@theme/DebugGlobalData')],
|
||||||
|
'__comp---theme-debug-registry-679-501': [() => import(/* webpackChunkName: '__comp---theme-debug-registry-679-501' */ '@theme/DebugRegistry'), '@theme/DebugRegistry', require.resolveWeak('@theme/DebugRegistry')],
|
||||||
|
'__comp---theme-debug-routes-946-699': [() => import(/* webpackChunkName: '__comp---theme-debug-routes-946-699' */ '@theme/DebugRoutes'), '@theme/DebugRoutes', require.resolveWeak('@theme/DebugRoutes')],
|
||||||
|
'__comp---theme-debug-site-metadata-68-e-3d4': [() => import(/* webpackChunkName: '__comp---theme-debug-site-metadata-68-e-3d4' */ '@theme/DebugSiteMetadata'), '@theme/DebugSiteMetadata', require.resolveWeak('@theme/DebugSiteMetadata')],
|
||||||
|
'__comp---theme-doc-category-generated-index-page-14-e-640': [() => import(/* webpackChunkName: '__comp---theme-doc-category-generated-index-page-14-e-640' */ '@theme/DocCategoryGeneratedIndexPage'), '@theme/DocCategoryGeneratedIndexPage', require.resolveWeak('@theme/DocCategoryGeneratedIndexPage')],
|
||||||
|
'__comp---theme-doc-item-178-a40': [() => import(/* webpackChunkName: '__comp---theme-doc-item-178-a40' */ '@theme/DocItem'), '@theme/DocItem', require.resolveWeak('@theme/DocItem')],
|
||||||
|
'__comp---theme-doc-page-1-be-9be': [() => import(/* webpackChunkName: '__comp---theme-doc-page-1-be-9be' */ '@theme/DocPage'), '@theme/DocPage', require.resolveWeak('@theme/DocPage')],
|
||||||
|
'__comp---theme-mdx-page-1-f-3-b90': [() => import(/* webpackChunkName: '__comp---theme-mdx-page-1-f-3-b90' */ '@theme/MDXPage'), '@theme/MDXPage', require.resolveWeak('@theme/MDXPage')],
|
||||||
|
'allContent---docusaurus-debug-content-246-9aa': [() => import(/* webpackChunkName: 'allContent---docusaurus-debug-content-246-9aa' */ '~debug/default/docusaurus-debug-all-content-673.json'), '~debug/default/docusaurus-debug-all-content-673.json', require.resolveWeak('~debug/default/docusaurus-debug-all-content-673.json')],
|
||||||
|
'archive---blog-archiveb-2-f-393': [() => import(/* webpackChunkName: 'archive---blog-archiveb-2-f-393' */ '~blog/default/blog-archive-80c.json'), '~blog/default/blog-archive-80c.json', require.resolveWeak('~blog/default/blog-archive-80c.json')],
|
||||||
|
'categoryGeneratedIndex---docs-category-tutorial-basicsea-8-8c8': [() => import(/* webpackChunkName: 'categoryGeneratedIndex---docs-category-tutorial-basicsea-8-8c8' */ '~docs/default/category-docs-tutorialsidebar-category-tutorial-basics-918.json'), '~docs/default/category-docs-tutorialsidebar-category-tutorial-basics-918.json', require.resolveWeak('~docs/default/category-docs-tutorialsidebar-category-tutorial-basics-918.json')],
|
||||||
|
'categoryGeneratedIndex---docs-category-tutorial-extrasc-84-abc': [() => import(/* webpackChunkName: 'categoryGeneratedIndex---docs-category-tutorial-extrasc-84-abc' */ '~docs/default/category-docs-tutorialsidebar-category-tutorial-extras-3e4.json'), '~docs/default/category-docs-tutorialsidebar-category-tutorial-extras-3e4.json', require.resolveWeak('~docs/default/category-docs-tutorialsidebar-category-tutorial-extras-3e4.json')],
|
||||||
|
'config---5-e-9-4f3': [() => import(/* webpackChunkName: 'config---5-e-9-4f3' */ '@generated/docusaurus.config'), '@generated/docusaurus.config', require.resolveWeak('@generated/docusaurus.config')],
|
||||||
|
'content---blog-766-e3c': [() => import(/* webpackChunkName: 'content---blog-766-e3c' */ '@site/blog/2021-08-26-welcome/index.md?truncated=true'), '@site/blog/2021-08-26-welcome/index.md?truncated=true', require.resolveWeak('@site/blog/2021-08-26-welcome/index.md?truncated=true')],
|
||||||
|
'content---blog-871-381': [() => import(/* webpackChunkName: 'content---blog-871-381' */ '@site/blog/2019-05-29-long-blog-post.md?truncated=true'), '@site/blog/2019-05-29-long-blog-post.md?truncated=true', require.resolveWeak('@site/blog/2019-05-29-long-blog-post.md?truncated=true')],
|
||||||
|
'content---blog-925-e00': [() => import(/* webpackChunkName: 'content---blog-925-e00' */ '@site/blog/2019-05-28-first-blog-post.md?truncated=true'), '@site/blog/2019-05-28-first-blog-post.md?truncated=true', require.resolveWeak('@site/blog/2019-05-28-first-blog-post.md?truncated=true')],
|
||||||
|
'content---blog-first-blog-poste-27-4a1': [() => import(/* webpackChunkName: 'content---blog-first-blog-poste-27-4a1' */ '@site/blog/2019-05-28-first-blog-post.md'), '@site/blog/2019-05-28-first-blog-post.md', require.resolveWeak('@site/blog/2019-05-28-first-blog-post.md')],
|
||||||
|
'content---blog-long-blog-post-736-bc7': [() => import(/* webpackChunkName: 'content---blog-long-blog-post-736-bc7' */ '@site/blog/2019-05-29-long-blog-post.md'), '@site/blog/2019-05-29-long-blog-post.md', require.resolveWeak('@site/blog/2019-05-29-long-blog-post.md')],
|
||||||
|
'content---blog-mdx-blog-post-593-37b': [() => import(/* webpackChunkName: 'content---blog-mdx-blog-post-593-37b' */ '@site/blog/2021-08-01-mdx-blog-post.mdx'), '@site/blog/2021-08-01-mdx-blog-post.mdx', require.resolveWeak('@site/blog/2021-08-01-mdx-blog-post.mdx')],
|
||||||
|
'content---blog-welcomed-9-f-ffb': [() => import(/* webpackChunkName: 'content---blog-welcomed-9-f-ffb' */ '@site/blog/2021-08-26-welcome/index.md'), '@site/blog/2021-08-26-welcome/index.md', require.resolveWeak('@site/blog/2021-08-26-welcome/index.md')],
|
||||||
|
'content---blogf-4-f-cd7': [() => import(/* webpackChunkName: 'content---blogf-4-f-cd7' */ '@site/blog/2021-08-01-mdx-blog-post.mdx?truncated=true'), '@site/blog/2021-08-01-mdx-blog-post.mdx?truncated=true', require.resolveWeak('@site/blog/2021-08-01-mdx-blog-post.mdx?truncated=true')],
|
||||||
|
'content---docs-intro-0-e-3-be1': [() => import(/* webpackChunkName: 'content---docs-intro-0-e-3-be1' */ '@site/docs/intro.md'), '@site/docs/intro.md', require.resolveWeak('@site/docs/intro.md')],
|
||||||
|
'content---docs-tutorial-basics-congratulations-822-958': [() => import(/* webpackChunkName: 'content---docs-tutorial-basics-congratulations-822-958' */ '@site/docs/tutorial-basics/congratulations.md'), '@site/docs/tutorial-basics/congratulations.md', require.resolveWeak('@site/docs/tutorial-basics/congratulations.md')],
|
||||||
|
'content---docs-tutorial-basics-create-a-blog-post-533-e85': [() => import(/* webpackChunkName: 'content---docs-tutorial-basics-create-a-blog-post-533-e85' */ '@site/docs/tutorial-basics/create-a-blog-post.md'), '@site/docs/tutorial-basics/create-a-blog-post.md', require.resolveWeak('@site/docs/tutorial-basics/create-a-blog-post.md')],
|
||||||
|
'content---docs-tutorial-basics-create-a-document-1-e-4-078': [() => import(/* webpackChunkName: 'content---docs-tutorial-basics-create-a-document-1-e-4-078' */ '@site/docs/tutorial-basics/create-a-document.md'), '@site/docs/tutorial-basics/create-a-document.md', require.resolveWeak('@site/docs/tutorial-basics/create-a-document.md')],
|
||||||
|
'content---docs-tutorial-basics-create-a-page-5-c-8-e19': [() => import(/* webpackChunkName: 'content---docs-tutorial-basics-create-a-page-5-c-8-e19' */ '@site/docs/tutorial-basics/create-a-page.md'), '@site/docs/tutorial-basics/create-a-page.md', require.resolveWeak('@site/docs/tutorial-basics/create-a-page.md')],
|
||||||
|
'content---docs-tutorial-basics-deploy-your-sitef-55-a3f': [() => import(/* webpackChunkName: 'content---docs-tutorial-basics-deploy-your-sitef-55-a3f' */ '@site/docs/tutorial-basics/deploy-your-site.md'), '@site/docs/tutorial-basics/deploy-your-site.md', require.resolveWeak('@site/docs/tutorial-basics/deploy-your-site.md')],
|
||||||
|
'content---docs-tutorial-basics-markdown-features-18-c-a79': [() => import(/* webpackChunkName: 'content---docs-tutorial-basics-markdown-features-18-c-a79' */ '@site/docs/tutorial-basics/markdown-features.mdx'), '@site/docs/tutorial-basics/markdown-features.mdx', require.resolveWeak('@site/docs/tutorial-basics/markdown-features.mdx')],
|
||||||
|
'content---docs-tutorial-extras-manage-docs-versionsdff-6d4': [() => import(/* webpackChunkName: 'content---docs-tutorial-extras-manage-docs-versionsdff-6d4' */ '@site/docs/tutorial-extras/manage-docs-versions.md'), '@site/docs/tutorial-extras/manage-docs-versions.md', require.resolveWeak('@site/docs/tutorial-extras/manage-docs-versions.md')],
|
||||||
|
'content---docs-tutorial-extras-translate-your-sitee-44-ddf': [() => import(/* webpackChunkName: 'content---docs-tutorial-extras-translate-your-sitee-44-ddf' */ '@site/docs/tutorial-extras/translate-your-site.md'), '@site/docs/tutorial-extras/translate-your-site.md', require.resolveWeak('@site/docs/tutorial-extras/translate-your-site.md')],
|
||||||
|
'content---markdown-page-393-028': [() => import(/* webpackChunkName: 'content---markdown-page-393-028' */ '@site/src/pages/markdown-page.md'), '@site/src/pages/markdown-page.md', require.resolveWeak('@site/src/pages/markdown-page.md')],
|
||||||
|
'listMetadata---blog-tags-docusaurus-608-c09': [() => import(/* webpackChunkName: 'listMetadata---blog-tags-docusaurus-608-c09' */ '~blog/default/blog-tags-docusaurus-0e0-list.json'), '~blog/default/blog-tags-docusaurus-0e0-list.json', require.resolveWeak('~blog/default/blog-tags-docusaurus-0e0-list.json')],
|
||||||
|
'listMetadata---blog-tags-facebook-096-d31': [() => import(/* webpackChunkName: 'listMetadata---blog-tags-facebook-096-d31' */ '~blog/default/blog-tags-facebook-038-list.json'), '~blog/default/blog-tags-facebook-038-list.json', require.resolveWeak('~blog/default/blog-tags-facebook-038-list.json')],
|
||||||
|
'listMetadata---blog-tags-hello-664-70a': [() => import(/* webpackChunkName: 'listMetadata---blog-tags-hello-664-70a' */ '~blog/default/blog-tags-hello-039-list.json'), '~blog/default/blog-tags-hello-039-list.json', require.resolveWeak('~blog/default/blog-tags-hello-039-list.json')],
|
||||||
|
'listMetadata---blog-tags-hola-4-c-9-a24': [() => import(/* webpackChunkName: 'listMetadata---blog-tags-hola-4-c-9-a24' */ '~blog/default/blog-tags-hola-ea2-list.json'), '~blog/default/blog-tags-hola-ea2-list.json', require.resolveWeak('~blog/default/blog-tags-hola-ea2-list.json')],
|
||||||
|
'metadata---blogb-2-b-df1': [() => import(/* webpackChunkName: 'metadata---blogb-2-b-df1' */ '~blog/default/blog-c06.json'), '~blog/default/blog-c06.json', require.resolveWeak('~blog/default/blog-c06.json')],
|
||||||
|
'plugin---blogde-2-467': [() => import(/* webpackChunkName: 'plugin---blogde-2-467' */ '/Users/ngerlem/fbsource/xplat/yoga/website-next/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json'), '/Users/ngerlem/fbsource/xplat/yoga/website-next/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json', require.resolveWeak('/Users/ngerlem/fbsource/xplat/yoga/website-next/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json')],
|
||||||
|
'plugin---docsbae-3f9': [() => import(/* webpackChunkName: 'plugin---docsbae-3f9' */ '/Users/ngerlem/fbsource/xplat/yoga/website-next/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json'), '/Users/ngerlem/fbsource/xplat/yoga/website-next/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json', require.resolveWeak('/Users/ngerlem/fbsource/xplat/yoga/website-next/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json')],
|
||||||
|
'plugin---docusaurus-debug-4-af-f2a': [() => import(/* webpackChunkName: 'plugin---docusaurus-debug-4-af-f2a' */ '/Users/ngerlem/fbsource/xplat/yoga/website-next/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json'), '/Users/ngerlem/fbsource/xplat/yoga/website-next/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json', require.resolveWeak('/Users/ngerlem/fbsource/xplat/yoga/website-next/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json')],
|
||||||
|
'plugin---markdown-page-7-f-1-6bb': [() => import(/* webpackChunkName: 'plugin---markdown-page-7-f-1-6bb' */ '/Users/ngerlem/fbsource/xplat/yoga/website-next/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json'), '/Users/ngerlem/fbsource/xplat/yoga/website-next/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json', require.resolveWeak('/Users/ngerlem/fbsource/xplat/yoga/website-next/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json')],
|
||||||
|
'sidebar---blog-814-8ac': [() => import(/* webpackChunkName: 'sidebar---blog-814-8ac' */ '~blog/default/blog-post-list-prop-default.json'), '~blog/default/blog-post-list-prop-default.json', require.resolveWeak('~blog/default/blog-post-list-prop-default.json')],
|
||||||
|
'tag---blog-tags-docusaurusa-80-728': [() => import(/* webpackChunkName: 'tag---blog-tags-docusaurusa-80-728' */ '~blog/default/blog-tags-docusaurus-0e0.json'), '~blog/default/blog-tags-docusaurus-0e0.json', require.resolveWeak('~blog/default/blog-tags-docusaurus-0e0.json')],
|
||||||
|
'tag---blog-tags-facebook-031-c52': [() => import(/* webpackChunkName: 'tag---blog-tags-facebook-031-c52' */ '~blog/default/blog-tags-facebook-038.json'), '~blog/default/blog-tags-facebook-038.json', require.resolveWeak('~blog/default/blog-tags-facebook-038.json')],
|
||||||
|
'tag---blog-tags-hello-30-a-bed': [() => import(/* webpackChunkName: 'tag---blog-tags-hello-30-a-bed' */ '~blog/default/blog-tags-hello-039.json'), '~blog/default/blog-tags-hello-039.json', require.resolveWeak('~blog/default/blog-tags-hello-039.json')],
|
||||||
|
'tag---blog-tags-holae-16-18a': [() => import(/* webpackChunkName: 'tag---blog-tags-holae-16-18a' */ '~blog/default/blog-tags-hola-ea2.json'), '~blog/default/blog-tags-hola-ea2.json', require.resolveWeak('~blog/default/blog-tags-hola-ea2.json')],
|
||||||
|
'tags---blog-tagsa-70-da2': [() => import(/* webpackChunkName: 'tags---blog-tagsa-70-da2' */ '~blog/default/blog-tags-tags-4c2.json'), '~blog/default/blog-tags-tags-4c2.json', require.resolveWeak('~blog/default/blog-tags-tags-4c2.json')],
|
||||||
|
'versionMetadata---docs-935-398': [() => import(/* webpackChunkName: 'versionMetadata---docs-935-398' */ '~docs/default/version-current-metadata-prop-751.json'), '~docs/default/version-current-metadata-prop-751.json', require.resolveWeak('~docs/default/version-current-metadata-prop-751.json')],};
|
181
website-next/.docusaurus/routes.js
Normal file
181
website-next/.docusaurus/routes.js
Normal file
@@ -0,0 +1,181 @@
|
|||||||
|
import React from 'react';
|
||||||
|
import ComponentCreator from '@docusaurus/ComponentCreator';
|
||||||
|
|
||||||
|
export default [
|
||||||
|
{
|
||||||
|
path: '/__docusaurus/debug',
|
||||||
|
component: ComponentCreator('/__docusaurus/debug', '6fb'),
|
||||||
|
exact: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/__docusaurus/debug/config',
|
||||||
|
component: ComponentCreator('/__docusaurus/debug/config', '86f'),
|
||||||
|
exact: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/__docusaurus/debug/content',
|
||||||
|
component: ComponentCreator('/__docusaurus/debug/content', 'da5'),
|
||||||
|
exact: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/__docusaurus/debug/globalData',
|
||||||
|
component: ComponentCreator('/__docusaurus/debug/globalData', '06d'),
|
||||||
|
exact: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/__docusaurus/debug/metadata',
|
||||||
|
component: ComponentCreator('/__docusaurus/debug/metadata', '365'),
|
||||||
|
exact: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/__docusaurus/debug/registry',
|
||||||
|
component: ComponentCreator('/__docusaurus/debug/registry', 'f09'),
|
||||||
|
exact: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/__docusaurus/debug/routes',
|
||||||
|
component: ComponentCreator('/__docusaurus/debug/routes', '94e'),
|
||||||
|
exact: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/blog',
|
||||||
|
component: ComponentCreator('/blog', '114'),
|
||||||
|
exact: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/blog/archive',
|
||||||
|
component: ComponentCreator('/blog/archive', '955'),
|
||||||
|
exact: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/blog/first-blog-post',
|
||||||
|
component: ComponentCreator('/blog/first-blog-post', '8c2'),
|
||||||
|
exact: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/blog/long-blog-post',
|
||||||
|
component: ComponentCreator('/blog/long-blog-post', 'dcb'),
|
||||||
|
exact: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/blog/mdx-blog-post',
|
||||||
|
component: ComponentCreator('/blog/mdx-blog-post', '405'),
|
||||||
|
exact: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/blog/tags',
|
||||||
|
component: ComponentCreator('/blog/tags', '640'),
|
||||||
|
exact: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/blog/tags/docusaurus',
|
||||||
|
component: ComponentCreator('/blog/tags/docusaurus', '4b2'),
|
||||||
|
exact: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/blog/tags/facebook',
|
||||||
|
component: ComponentCreator('/blog/tags/facebook', '4d6'),
|
||||||
|
exact: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/blog/tags/hello',
|
||||||
|
component: ComponentCreator('/blog/tags/hello', 'a6f'),
|
||||||
|
exact: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/blog/tags/hola',
|
||||||
|
component: ComponentCreator('/blog/tags/hola', '011'),
|
||||||
|
exact: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/blog/welcome',
|
||||||
|
component: ComponentCreator('/blog/welcome', 'de7'),
|
||||||
|
exact: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/markdown-page',
|
||||||
|
component: ComponentCreator('/markdown-page', 'e4c'),
|
||||||
|
exact: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/docs',
|
||||||
|
component: ComponentCreator('/docs', 'b32'),
|
||||||
|
routes: [
|
||||||
|
{
|
||||||
|
path: '/docs/category/tutorial---basics',
|
||||||
|
component: ComponentCreator('/docs/category/tutorial---basics', 'd44'),
|
||||||
|
exact: true,
|
||||||
|
sidebar: "tutorialSidebar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/docs/category/tutorial---extras',
|
||||||
|
component: ComponentCreator('/docs/category/tutorial---extras', 'f09'),
|
||||||
|
exact: true,
|
||||||
|
sidebar: "tutorialSidebar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/docs/intro',
|
||||||
|
component: ComponentCreator('/docs/intro', 'aed'),
|
||||||
|
exact: true,
|
||||||
|
sidebar: "tutorialSidebar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/docs/tutorial-basics/congratulations',
|
||||||
|
component: ComponentCreator('/docs/tutorial-basics/congratulations', '793'),
|
||||||
|
exact: true,
|
||||||
|
sidebar: "tutorialSidebar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/docs/tutorial-basics/create-a-blog-post',
|
||||||
|
component: ComponentCreator('/docs/tutorial-basics/create-a-blog-post', '68e'),
|
||||||
|
exact: true,
|
||||||
|
sidebar: "tutorialSidebar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/docs/tutorial-basics/create-a-document',
|
||||||
|
component: ComponentCreator('/docs/tutorial-basics/create-a-document', 'c2d'),
|
||||||
|
exact: true,
|
||||||
|
sidebar: "tutorialSidebar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/docs/tutorial-basics/create-a-page',
|
||||||
|
component: ComponentCreator('/docs/tutorial-basics/create-a-page', 'f44'),
|
||||||
|
exact: true,
|
||||||
|
sidebar: "tutorialSidebar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/docs/tutorial-basics/deploy-your-site',
|
||||||
|
component: ComponentCreator('/docs/tutorial-basics/deploy-your-site', 'e46'),
|
||||||
|
exact: true,
|
||||||
|
sidebar: "tutorialSidebar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/docs/tutorial-basics/markdown-features',
|
||||||
|
component: ComponentCreator('/docs/tutorial-basics/markdown-features', '4b7'),
|
||||||
|
exact: true,
|
||||||
|
sidebar: "tutorialSidebar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/docs/tutorial-extras/manage-docs-versions',
|
||||||
|
component: ComponentCreator('/docs/tutorial-extras/manage-docs-versions', 'fdd'),
|
||||||
|
exact: true,
|
||||||
|
sidebar: "tutorialSidebar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/docs/tutorial-extras/translate-your-site',
|
||||||
|
component: ComponentCreator('/docs/tutorial-extras/translate-your-site', '2d7'),
|
||||||
|
exact: true,
|
||||||
|
sidebar: "tutorialSidebar"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/',
|
||||||
|
component: ComponentCreator('/', '685'),
|
||||||
|
exact: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '*',
|
||||||
|
component: ComponentCreator('*'),
|
||||||
|
},
|
||||||
|
];
|
247
website-next/.docusaurus/routesChunkNames.json
Normal file
247
website-next/.docusaurus/routesChunkNames.json
Normal file
@@ -0,0 +1,247 @@
|
|||||||
|
{
|
||||||
|
"/__docusaurus/debug-6fb": {
|
||||||
|
"__comp": "__comp---theme-debug-config-23-a-2ff",
|
||||||
|
"__context": {
|
||||||
|
"plugin": "plugin---docusaurus-debug-4-af-f2a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"/__docusaurus/debug/config-86f": {
|
||||||
|
"__comp": "__comp---theme-debug-config-23-a-2ff",
|
||||||
|
"__context": {
|
||||||
|
"plugin": "plugin---docusaurus-debug-4-af-f2a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"/__docusaurus/debug/content-da5": {
|
||||||
|
"__comp": "__comp---theme-debug-contentba-8-ce7",
|
||||||
|
"__context": {
|
||||||
|
"plugin": "plugin---docusaurus-debug-4-af-f2a"
|
||||||
|
},
|
||||||
|
"allContent": "allContent---docusaurus-debug-content-246-9aa"
|
||||||
|
},
|
||||||
|
"/__docusaurus/debug/globalData-06d": {
|
||||||
|
"__comp": "__comp---theme-debug-global-dataede-0fa",
|
||||||
|
"__context": {
|
||||||
|
"plugin": "plugin---docusaurus-debug-4-af-f2a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"/__docusaurus/debug/metadata-365": {
|
||||||
|
"__comp": "__comp---theme-debug-site-metadata-68-e-3d4",
|
||||||
|
"__context": {
|
||||||
|
"plugin": "plugin---docusaurus-debug-4-af-f2a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"/__docusaurus/debug/registry-f09": {
|
||||||
|
"__comp": "__comp---theme-debug-registry-679-501",
|
||||||
|
"__context": {
|
||||||
|
"plugin": "plugin---docusaurus-debug-4-af-f2a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"/__docusaurus/debug/routes-94e": {
|
||||||
|
"__comp": "__comp---theme-debug-routes-946-699",
|
||||||
|
"__context": {
|
||||||
|
"plugin": "plugin---docusaurus-debug-4-af-f2a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"/blog-114": {
|
||||||
|
"__comp": "__comp---theme-blog-list-pagea-6-a-7ba",
|
||||||
|
"__context": {
|
||||||
|
"plugin": "plugin---blogde-2-467"
|
||||||
|
},
|
||||||
|
"sidebar": "sidebar---blog-814-8ac",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"content": "content---blog-766-e3c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"content": "content---blogf-4-f-cd7"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"content": "content---blog-871-381"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"content": "content---blog-925-e00"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"metadata": "metadata---blogb-2-b-df1"
|
||||||
|
},
|
||||||
|
"/blog/archive-955": {
|
||||||
|
"__comp": "__comp---theme-blog-archive-page-9-e-4-1d8",
|
||||||
|
"__context": {
|
||||||
|
"plugin": "plugin---blogde-2-467"
|
||||||
|
},
|
||||||
|
"archive": "archive---blog-archiveb-2-f-393"
|
||||||
|
},
|
||||||
|
"/blog/first-blog-post-8c2": {
|
||||||
|
"__comp": "__comp---theme-blog-post-pageccc-cab",
|
||||||
|
"__context": {
|
||||||
|
"plugin": "plugin---blogde-2-467"
|
||||||
|
},
|
||||||
|
"sidebar": "sidebar---blog-814-8ac",
|
||||||
|
"content": "content---blog-first-blog-poste-27-4a1"
|
||||||
|
},
|
||||||
|
"/blog/long-blog-post-dcb": {
|
||||||
|
"__comp": "__comp---theme-blog-post-pageccc-cab",
|
||||||
|
"__context": {
|
||||||
|
"plugin": "plugin---blogde-2-467"
|
||||||
|
},
|
||||||
|
"sidebar": "sidebar---blog-814-8ac",
|
||||||
|
"content": "content---blog-long-blog-post-736-bc7"
|
||||||
|
},
|
||||||
|
"/blog/mdx-blog-post-405": {
|
||||||
|
"__comp": "__comp---theme-blog-post-pageccc-cab",
|
||||||
|
"__context": {
|
||||||
|
"plugin": "plugin---blogde-2-467"
|
||||||
|
},
|
||||||
|
"sidebar": "sidebar---blog-814-8ac",
|
||||||
|
"content": "content---blog-mdx-blog-post-593-37b"
|
||||||
|
},
|
||||||
|
"/blog/tags-640": {
|
||||||
|
"__comp": "__comp---theme-blog-tags-list-page-01-a-d0b",
|
||||||
|
"__context": {
|
||||||
|
"plugin": "plugin---blogde-2-467"
|
||||||
|
},
|
||||||
|
"sidebar": "sidebar---blog-814-8ac",
|
||||||
|
"tags": "tags---blog-tagsa-70-da2"
|
||||||
|
},
|
||||||
|
"/blog/tags/docusaurus-4b2": {
|
||||||
|
"__comp": "__comp---theme-blog-tags-posts-page-687-b6c",
|
||||||
|
"__context": {
|
||||||
|
"plugin": "plugin---blogde-2-467"
|
||||||
|
},
|
||||||
|
"sidebar": "sidebar---blog-814-8ac",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"content": "content---blog-766-e3c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"content": "content---blogf-4-f-cd7"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"content": "content---blog-871-381"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"content": "content---blog-925-e00"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"tag": "tag---blog-tags-docusaurusa-80-728",
|
||||||
|
"listMetadata": "listMetadata---blog-tags-docusaurus-608-c09"
|
||||||
|
},
|
||||||
|
"/blog/tags/facebook-4d6": {
|
||||||
|
"__comp": "__comp---theme-blog-tags-posts-page-687-b6c",
|
||||||
|
"__context": {
|
||||||
|
"plugin": "plugin---blogde-2-467"
|
||||||
|
},
|
||||||
|
"sidebar": "sidebar---blog-814-8ac",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"content": "content---blog-766-e3c"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"tag": "tag---blog-tags-facebook-031-c52",
|
||||||
|
"listMetadata": "listMetadata---blog-tags-facebook-096-d31"
|
||||||
|
},
|
||||||
|
"/blog/tags/hello-a6f": {
|
||||||
|
"__comp": "__comp---theme-blog-tags-posts-page-687-b6c",
|
||||||
|
"__context": {
|
||||||
|
"plugin": "plugin---blogde-2-467"
|
||||||
|
},
|
||||||
|
"sidebar": "sidebar---blog-814-8ac",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"content": "content---blog-766-e3c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"content": "content---blog-871-381"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"tag": "tag---blog-tags-hello-30-a-bed",
|
||||||
|
"listMetadata": "listMetadata---blog-tags-hello-664-70a"
|
||||||
|
},
|
||||||
|
"/blog/tags/hola-011": {
|
||||||
|
"__comp": "__comp---theme-blog-tags-posts-page-687-b6c",
|
||||||
|
"__context": {
|
||||||
|
"plugin": "plugin---blogde-2-467"
|
||||||
|
},
|
||||||
|
"sidebar": "sidebar---blog-814-8ac",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"content": "content---blog-925-e00"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"tag": "tag---blog-tags-holae-16-18a",
|
||||||
|
"listMetadata": "listMetadata---blog-tags-hola-4-c-9-a24"
|
||||||
|
},
|
||||||
|
"/blog/welcome-de7": {
|
||||||
|
"__comp": "__comp---theme-blog-post-pageccc-cab",
|
||||||
|
"__context": {
|
||||||
|
"plugin": "plugin---blogde-2-467"
|
||||||
|
},
|
||||||
|
"sidebar": "sidebar---blog-814-8ac",
|
||||||
|
"content": "content---blog-welcomed-9-f-ffb"
|
||||||
|
},
|
||||||
|
"/markdown-page-e4c": {
|
||||||
|
"__comp": "__comp---theme-mdx-page-1-f-3-b90",
|
||||||
|
"__context": {
|
||||||
|
"plugin": "plugin---markdown-page-7-f-1-6bb"
|
||||||
|
},
|
||||||
|
"content": "content---markdown-page-393-028"
|
||||||
|
},
|
||||||
|
"/docs-b32": {
|
||||||
|
"__comp": "__comp---theme-doc-page-1-be-9be",
|
||||||
|
"__context": {
|
||||||
|
"plugin": "plugin---docsbae-3f9"
|
||||||
|
},
|
||||||
|
"versionMetadata": "versionMetadata---docs-935-398"
|
||||||
|
},
|
||||||
|
"/docs/category/tutorial---basics-d44": {
|
||||||
|
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
|
||||||
|
"categoryGeneratedIndex": "categoryGeneratedIndex---docs-category-tutorial-basicsea-8-8c8"
|
||||||
|
},
|
||||||
|
"/docs/category/tutorial---extras-f09": {
|
||||||
|
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
|
||||||
|
"categoryGeneratedIndex": "categoryGeneratedIndex---docs-category-tutorial-extrasc-84-abc"
|
||||||
|
},
|
||||||
|
"/docs/intro-aed": {
|
||||||
|
"__comp": "__comp---theme-doc-item-178-a40",
|
||||||
|
"content": "content---docs-intro-0-e-3-be1"
|
||||||
|
},
|
||||||
|
"/docs/tutorial-basics/congratulations-793": {
|
||||||
|
"__comp": "__comp---theme-doc-item-178-a40",
|
||||||
|
"content": "content---docs-tutorial-basics-congratulations-822-958"
|
||||||
|
},
|
||||||
|
"/docs/tutorial-basics/create-a-blog-post-68e": {
|
||||||
|
"__comp": "__comp---theme-doc-item-178-a40",
|
||||||
|
"content": "content---docs-tutorial-basics-create-a-blog-post-533-e85"
|
||||||
|
},
|
||||||
|
"/docs/tutorial-basics/create-a-document-c2d": {
|
||||||
|
"__comp": "__comp---theme-doc-item-178-a40",
|
||||||
|
"content": "content---docs-tutorial-basics-create-a-document-1-e-4-078"
|
||||||
|
},
|
||||||
|
"/docs/tutorial-basics/create-a-page-f44": {
|
||||||
|
"__comp": "__comp---theme-doc-item-178-a40",
|
||||||
|
"content": "content---docs-tutorial-basics-create-a-page-5-c-8-e19"
|
||||||
|
},
|
||||||
|
"/docs/tutorial-basics/deploy-your-site-e46": {
|
||||||
|
"__comp": "__comp---theme-doc-item-178-a40",
|
||||||
|
"content": "content---docs-tutorial-basics-deploy-your-sitef-55-a3f"
|
||||||
|
},
|
||||||
|
"/docs/tutorial-basics/markdown-features-4b7": {
|
||||||
|
"__comp": "__comp---theme-doc-item-178-a40",
|
||||||
|
"content": "content---docs-tutorial-basics-markdown-features-18-c-a79"
|
||||||
|
},
|
||||||
|
"/docs/tutorial-extras/manage-docs-versions-fdd": {
|
||||||
|
"__comp": "__comp---theme-doc-item-178-a40",
|
||||||
|
"content": "content---docs-tutorial-extras-manage-docs-versionsdff-6d4"
|
||||||
|
},
|
||||||
|
"/docs/tutorial-extras/translate-your-site-2d7": {
|
||||||
|
"__comp": "__comp---theme-doc-item-178-a40",
|
||||||
|
"content": "content---docs-tutorial-extras-translate-your-sitee-44-ddf"
|
||||||
|
},
|
||||||
|
"/-685": {
|
||||||
|
"__comp": "__comp---site-src-pages-index-tsx-1-df-d3e",
|
||||||
|
"__context": {
|
||||||
|
"plugin": "plugin---markdown-page-7-f-1-6bb"
|
||||||
|
},
|
||||||
|
"config": "config---5-e-9-4f3"
|
||||||
|
}
|
||||||
|
}
|
34
website-next/.docusaurus/site-metadata.json
Normal file
34
website-next/.docusaurus/site-metadata.json
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
{
|
||||||
|
"docusaurusVersion": "2.4.1",
|
||||||
|
"siteVersion": "0.0.0",
|
||||||
|
"pluginVersions": {
|
||||||
|
"docusaurus-plugin-content-docs": {
|
||||||
|
"type": "package",
|
||||||
|
"name": "@docusaurus/plugin-content-docs",
|
||||||
|
"version": "2.4.1"
|
||||||
|
},
|
||||||
|
"docusaurus-plugin-content-blog": {
|
||||||
|
"type": "package",
|
||||||
|
"name": "@docusaurus/plugin-content-blog",
|
||||||
|
"version": "2.4.1"
|
||||||
|
},
|
||||||
|
"docusaurus-plugin-content-pages": {
|
||||||
|
"type": "package",
|
||||||
|
"name": "@docusaurus/plugin-content-pages",
|
||||||
|
"version": "2.4.1"
|
||||||
|
},
|
||||||
|
"docusaurus-plugin-debug": {
|
||||||
|
"type": "package",
|
||||||
|
"name": "@docusaurus/plugin-debug",
|
||||||
|
"version": "2.4.1"
|
||||||
|
},
|
||||||
|
"docusaurus-theme-classic": {
|
||||||
|
"type": "package",
|
||||||
|
"name": "@docusaurus/theme-classic",
|
||||||
|
"version": "2.4.1"
|
||||||
|
},
|
||||||
|
"enable-wasm": {
|
||||||
|
"type": "local"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@@ -6,34 +6,25 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// @ts-check
|
// @ts-check
|
||||||
// Note: type annotations allow type checking and IDEs autocompletion
|
|
||||||
|
|
||||||
const lightCodeTheme = require('prism-react-renderer/themes/github');
|
const lightCodeTheme = require('prism-react-renderer/themes/github');
|
||||||
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
|
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
|
||||||
|
|
||||||
/** @type {import('@docusaurus/types').Config} */
|
/** @type {import('@docusaurus/types').Config} */
|
||||||
const config = {
|
const config = {
|
||||||
title: 'My Site',
|
title: 'Yoga',
|
||||||
tagline: 'Dinosaurs are cool',
|
tagline: 'Build flexible layouts on any platform with a highly optimized open source layout engine designed with speed, size, and ease of use in mind.',
|
||||||
favicon: 'img/favicon.ico',
|
favicon: 'img/favicon.png',
|
||||||
|
|
||||||
// Set the production url of your site here
|
url: 'https:/yogalayout.com',
|
||||||
url: 'https://your-docusaurus-test-site.com',
|
|
||||||
// Set the /<baseUrl>/ pathname under which your site is served
|
|
||||||
// For GitHub pages deployment, it is often '/<projectName>/'
|
|
||||||
baseUrl: '/',
|
baseUrl: '/',
|
||||||
|
|
||||||
// GitHub pages deployment config.
|
organizationName: 'facebook',
|
||||||
// If you aren't using GitHub pages, you don't need these.
|
projectName: 'yoga',
|
||||||
organizationName: 'facebook', // Usually your GitHub org/user name.
|
|
||||||
projectName: 'docusaurus', // Usually your repo name.
|
|
||||||
|
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'throw',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
|
|
||||||
// Even if you don't use internalization, you can use this field to set useful
|
|
||||||
// metadata like html lang. For example, if your site is Chinese, you may want
|
|
||||||
// to replace "en" with "zh-Hans".
|
|
||||||
i18n: {
|
i18n: {
|
||||||
defaultLocale: 'en',
|
defaultLocale: 'en',
|
||||||
locales: ['en'],
|
locales: ['en'],
|
||||||
@@ -46,17 +37,13 @@ const config = {
|
|||||||
({
|
({
|
||||||
docs: {
|
docs: {
|
||||||
sidebarPath: require.resolve('./sidebars.js'),
|
sidebarPath: require.resolve('./sidebars.js'),
|
||||||
// Please change this to your repo.
|
|
||||||
// Remove this to remove the "edit this page" links.
|
|
||||||
editUrl:
|
editUrl:
|
||||||
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
|
'https://github.com/facebook/yoga/tree/main/website',
|
||||||
},
|
},
|
||||||
blog: {
|
blog: {
|
||||||
showReadingTime: true,
|
showReadingTime: true,
|
||||||
// Please change this to your repo.
|
|
||||||
// Remove this to remove the "edit this page" links.
|
|
||||||
editUrl:
|
editUrl:
|
||||||
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
|
'https://github.com/facebook/yoga/tree/main/website',
|
||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
||||||
customCss: require.resolve('./src/css/custom.css'),
|
customCss: require.resolve('./src/css/custom.css'),
|
||||||
@@ -68,12 +55,10 @@ const config = {
|
|||||||
themeConfig:
|
themeConfig:
|
||||||
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
|
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
|
||||||
({
|
({
|
||||||
// Replace with your project's social card
|
|
||||||
image: 'img/docusaurus-social-card.jpg',
|
|
||||||
navbar: {
|
navbar: {
|
||||||
title: 'My Site',
|
title: 'Yoga',
|
||||||
logo: {
|
logo: {
|
||||||
alt: 'My Site Logo',
|
alt: 'Yoga Logo',
|
||||||
src: 'img/logo.svg',
|
src: 'img/logo.svg',
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
@@ -108,15 +93,11 @@ const config = {
|
|||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Stack Overflow',
|
label: 'Stack Overflow',
|
||||||
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
|
href: 'https://stackoverflow.com/questions/tagged/yoga',
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Discord',
|
|
||||||
href: 'https://discordapp.com/invite/docusaurus',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Twitter',
|
label: 'Twitter',
|
||||||
href: 'https://twitter.com/docusaurus',
|
href: 'https://twitter.com/yogalayout',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -129,12 +110,12 @@ const config = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'GitHub',
|
label: 'GitHub',
|
||||||
href: 'https://github.com/facebook/docusaurus',
|
href: 'https://github.com/facebook/yoga',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
|
copyright: `Copyright © ${new Date().getFullYear()} Meta Platforms, Inc.`,
|
||||||
},
|
},
|
||||||
prism: {
|
prism: {
|
||||||
theme: lightCodeTheme,
|
theme: lightCodeTheme,
|
||||||
|
12662
website-next/package-lock.json
generated
12662
website-next/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 54 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.5 KiB |
BIN
website-next/static/img/favicon.png
Normal file
BIN
website-next/static/img/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user