diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/blog-post-list-prop-default.json b/.docusaurus/docusaurus-plugin-content-blog/default/blog-post-list-prop-default.json
index 97bc22f7..5b57681a 100644
--- a/.docusaurus/docusaurus-plugin-content-blog/default/blog-post-list-prop-default.json
+++ b/.docusaurus/docusaurus-plugin-content-blog/default/blog-post-list-prop-default.json
@@ -3,25 +3,25 @@
"items": [
{
"title": "Welcome",
- "permalink": "/blog/welcome",
+ "permalink": "/kubenest-website/blog/welcome",
"unlisted": false,
"date": "2021-08-26T00:00:00.000Z"
},
{
"title": "MDX Blog Post",
- "permalink": "/blog/mdx-blog-post",
+ "permalink": "/kubenest-website/blog/mdx-blog-post",
"unlisted": false,
"date": "2021-08-01T00:00:00.000Z"
},
{
"title": "Long Blog Post",
- "permalink": "/blog/long-blog-post",
+ "permalink": "/kubenest-website/blog/long-blog-post",
"unlisted": false,
"date": "2019-05-29T00:00:00.000Z"
},
{
"title": "First Blog Post",
- "permalink": "/blog/first-blog-post",
+ "permalink": "/kubenest-website/blog/first-blog-post",
"unlisted": false,
"date": "2019-05-28T00:00:00.000Z"
}
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/blogMetadata-default.json b/.docusaurus/docusaurus-plugin-content-blog/default/blogMetadata-default.json
index 6a706cf8..5468b1ce 100644
--- a/.docusaurus/docusaurus-plugin-content-blog/default/blogMetadata-default.json
+++ b/.docusaurus/docusaurus-plugin-content-blog/default/blogMetadata-default.json
@@ -1,5 +1,5 @@
{
- "blogBasePath": "/blog",
+ "blogBasePath": "/kubenest-website/blog",
"blogTitle": "Blog",
- "authorsListPath": "/blog/authors"
+ "authorsListPath": "/kubenest-website/blog/authors"
}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-archive-f05.json b/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-archive-f05.json
deleted file mode 100644
index d7f0d0f2..00000000
--- a/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-archive-f05.json
+++ /dev/null
@@ -1 +0,0 @@
-{"archive":{"blogPosts":[{"id":"welcome","metadata":{"permalink":"/blog/welcome","editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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","tags":[{"inline":false,"label":"Facebook","permalink":"/blog/tags/facebook","description":"Facebook tag description"},{"inline":false,"label":"Hello","permalink":"/blog/tags/hello","description":"Hello tag description"},{"inline":false,"label":"Docusaurus","permalink":"/blog/tags/docusaurus","description":"Docusaurus tag description"}],"readingTime":0.465,"hasTruncateMarker":true,"authors":[{"name":"Sébastien Lorber","title":"Docusaurus maintainer","url":"https://sebastienlorber.com","page":{"permalink":"/blog/authors/all-sebastien-lorber-articles"},"socials":{"x":"https://x.com/sebastienlorber","linkedin":"https://www.linkedin.com/in/sebastienlorber/","github":"https://github.com/slorber","newsletter":"https://thisweekinreact.com"},"imageURL":"https://github.com/slorber.png","key":"slorber"},{"name":"Yangshun Tay","title":"Front End Engineer @ Facebook","url":"https://github.com/yangshun","page":{"permalink":"/blog/authors/yangshun"},"socials":{"x":"https://x.com/yangshunz","github":"https://github.com/yangshun"},"imageURL":"https://github.com/yangshun.png","key":"yangshun"}],"frontMatter":{"slug":"welcome","title":"Welcome","authors":["slorber","yangshun"],"tags":["facebook","hello","docusaurus"]},"unlisted":false,"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\nHere are a few tips you might find useful.\n\n\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![Docusaurus Plushie](./docusaurus-plushie-banner.jpeg)\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/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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","tags":[{"inline":false,"label":"Docusaurus","permalink":"/blog/tags/docusaurus","description":"Docusaurus tag description"}],"readingTime":0.235,"hasTruncateMarker":true,"authors":[{"name":"Sébastien Lorber","title":"Docusaurus maintainer","url":"https://sebastienlorber.com","page":{"permalink":"/blog/authors/all-sebastien-lorber-articles"},"socials":{"x":"https://x.com/sebastienlorber","linkedin":"https://www.linkedin.com/in/sebastienlorber/","github":"https://github.com/slorber","newsletter":"https://thisweekinreact.com"},"imageURL":"https://github.com/slorber.png","key":"slorber"}],"frontMatter":{"slug":"mdx-blog-post","title":"MDX Blog Post","authors":["slorber"],"tags":["docusaurus"]},"unlisted":false,"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:::\n\n{/* truncate */}\n\nFor example, use JSX to create an interactive button:\n\n```js\n alert('button clicked!')}>Click me! \n```\n\n alert('button clicked!')}>Click me! "},{"id":"long-blog-post","metadata":{"permalink":"/blog/long-blog-post","editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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","tags":[{"inline":false,"label":"Hello","permalink":"/blog/tags/hello","description":"Hello tag description"},{"inline":false,"label":"Docusaurus","permalink":"/blog/tags/docusaurus","description":"Docusaurus tag description"}],"readingTime":2.06,"hasTruncateMarker":true,"authors":[{"name":"Yangshun Tay","title":"Front End Engineer @ Facebook","url":"https://github.com/yangshun","page":{"permalink":"/blog/authors/yangshun"},"socials":{"x":"https://x.com/yangshunz","github":"https://github.com/yangshun"},"imageURL":"https://github.com/yangshun.png","key":"yangshun"}],"frontMatter":{"slug":"long-blog-post","title":"Long Blog Post","authors":"yangshun","tags":["hello","docusaurus"]},"unlisted":false,"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 `` comment to limit blog post size in the list view.\n\n\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/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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...","date":"2019-05-28T00:00:00.000Z","tags":[{"inline":false,"label":"Hola","permalink":"/blog/tags/hola","description":"Hola tag description"},{"inline":false,"label":"Docusaurus","permalink":"/blog/tags/docusaurus","description":"Docusaurus tag description"}],"readingTime":0.135,"hasTruncateMarker":true,"authors":[{"name":"Sébastien Lorber","title":"Docusaurus maintainer","url":"https://sebastienlorber.com","page":{"permalink":"/blog/authors/all-sebastien-lorber-articles"},"socials":{"x":"https://x.com/sebastienlorber","linkedin":"https://www.linkedin.com/in/sebastienlorber/","github":"https://github.com/slorber","newsletter":"https://thisweekinreact.com"},"imageURL":"https://github.com/slorber.png","key":"slorber"},{"name":"Yangshun Tay","title":"Front End Engineer @ Facebook","url":"https://github.com/yangshun","page":{"permalink":"/blog/authors/yangshun"},"socials":{"x":"https://x.com/yangshunz","github":"https://github.com/yangshun"},"imageURL":"https://github.com/yangshun.png","key":"yangshun"}],"frontMatter":{"slug":"first-blog-post","title":"First Blog Post","authors":["slorber","yangshun"],"tags":["hola","docusaurus"]},"unlisted":false,"prevItem":{"title":"Long Blog Post","permalink":"/blog/long-blog-post"}},"content":"Lorem ipsum dolor sit amet...\n\n\n\n...consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet"}]}}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-authors-790.json b/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-authors-790.json
deleted file mode 100644
index 45a3a1bb..00000000
--- a/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-authors-790.json
+++ /dev/null
@@ -1 +0,0 @@
-{"authors":[{"name":"Yangshun Tay","title":"Front End Engineer @ Facebook","url":"https://github.com/yangshun","page":{"permalink":"/blog/authors/yangshun"},"socials":{"x":"https://x.com/yangshunz","github":"https://github.com/yangshun"},"imageURL":"https://github.com/yangshun.png","key":"yangshun","count":3},{"name":"Sébastien Lorber","title":"Docusaurus maintainer","url":"https://sebastienlorber.com","page":{"permalink":"/blog/authors/all-sebastien-lorber-articles"},"socials":{"x":"https://x.com/sebastienlorber","linkedin":"https://www.linkedin.com/in/sebastienlorber/","github":"https://github.com/slorber","newsletter":"https://thisweekinreact.com"},"imageURL":"https://github.com/slorber.png","key":"slorber","count":3}]}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-authors-all-sebastien-lorber-articles-6eb.json b/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-authors-all-sebastien-lorber-articles-6eb.json
deleted file mode 100644
index f081e81b..00000000
--- a/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-authors-all-sebastien-lorber-articles-6eb.json
+++ /dev/null
@@ -1 +0,0 @@
-{"author":{"name":"Sébastien Lorber","title":"Docusaurus maintainer","url":"https://sebastienlorber.com","page":{"permalink":"/blog/authors/all-sebastien-lorber-articles"},"socials":{"x":"https://x.com/sebastienlorber","linkedin":"https://www.linkedin.com/in/sebastienlorber/","github":"https://github.com/slorber","newsletter":"https://thisweekinreact.com"},"imageURL":"https://github.com/slorber.png","key":"slorber","count":3},"listMetadata":{"permalink":"/blog/authors/all-sebastien-lorber-articles","page":1,"postsPerPage":10,"totalPages":1,"totalCount":3,"blogDescription":"Blog","blogTitle":"Blog"}}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-authors-yangshun-af2.json b/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-authors-yangshun-af2.json
deleted file mode 100644
index 59b904f6..00000000
--- a/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-authors-yangshun-af2.json
+++ /dev/null
@@ -1 +0,0 @@
-{"author":{"name":"Yangshun Tay","title":"Front End Engineer @ Facebook","url":"https://github.com/yangshun","page":{"permalink":"/blog/authors/yangshun"},"socials":{"x":"https://x.com/yangshunz","github":"https://github.com/yangshun"},"imageURL":"https://github.com/yangshun.png","key":"yangshun","count":3},"listMetadata":{"permalink":"/blog/authors/yangshun","page":1,"postsPerPage":10,"totalPages":1,"totalCount":3,"blogDescription":"Blog","blogTitle":"Blog"}}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-bd9.json b/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-bd9.json
deleted file mode 100644
index 46acea25..00000000
--- a/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-bd9.json
+++ /dev/null
@@ -1 +0,0 @@
-{"metadata":{"permalink":"/blog","page":1,"postsPerPage":10,"totalPages":1,"totalCount":4,"blogDescription":"Blog","blogTitle":"Blog"}}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-tags-df9.json b/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-tags-df9.json
deleted file mode 100644
index 2d8d6675..00000000
--- a/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-tags-df9.json
+++ /dev/null
@@ -1 +0,0 @@
-{"tags":[{"label":"Facebook","permalink":"/blog/tags/facebook","description":"Facebook tag description","count":1},{"label":"Hello","permalink":"/blog/tags/hello","description":"Hello tag description","count":2},{"label":"Docusaurus","permalink":"/blog/tags/docusaurus","description":"Docusaurus tag description","count":4},{"label":"Hola","permalink":"/blog/tags/hola","description":"Hola tag description","count":1}]}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-tags-docusaurus-f20.json b/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-tags-docusaurus-f20.json
deleted file mode 100644
index a132afdb..00000000
--- a/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-tags-docusaurus-f20.json
+++ /dev/null
@@ -1 +0,0 @@
-{"tag":{"label":"Docusaurus","permalink":"/blog/tags/docusaurus","description":"Docusaurus tag description","allTagsPath":"/blog/tags","count":4,"unlisted":false},"listMetadata":{"permalink":"/blog/tags/docusaurus","page":1,"postsPerPage":10,"totalPages":1,"totalCount":4,"blogDescription":"Blog","blogTitle":"Blog"}}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-tags-facebook-f47.json b/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-tags-facebook-f47.json
deleted file mode 100644
index 88031786..00000000
--- a/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-tags-facebook-f47.json
+++ /dev/null
@@ -1 +0,0 @@
-{"tag":{"label":"Facebook","permalink":"/blog/tags/facebook","description":"Facebook tag description","allTagsPath":"/blog/tags","count":1,"unlisted":false},"listMetadata":{"permalink":"/blog/tags/facebook","page":1,"postsPerPage":10,"totalPages":1,"totalCount":1,"blogDescription":"Blog","blogTitle":"Blog"}}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-tags-hello-f96.json b/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-tags-hello-f96.json
deleted file mode 100644
index 9ebd71e1..00000000
--- a/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-tags-hello-f96.json
+++ /dev/null
@@ -1 +0,0 @@
-{"tag":{"label":"Hello","permalink":"/blog/tags/hello","description":"Hello tag description","allTagsPath":"/blog/tags","count":2,"unlisted":false},"listMetadata":{"permalink":"/blog/tags/hello","page":1,"postsPerPage":10,"totalPages":1,"totalCount":2,"blogDescription":"Blog","blogTitle":"Blog"}}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-tags-hola-73f.json b/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-tags-hola-73f.json
deleted file mode 100644
index b43aaf4c..00000000
--- a/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-tags-hola-73f.json
+++ /dev/null
@@ -1 +0,0 @@
-{"tag":{"label":"Hola","permalink":"/blog/tags/hola","description":"Hola tag description","allTagsPath":"/blog/tags","count":1,"unlisted":false},"listMetadata":{"permalink":"/blog/tags/hola","page":1,"postsPerPage":10,"totalPages":1,"totalCount":1,"blogDescription":"Blog","blogTitle":"Blog"}}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-104.json b/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-104.json
new file mode 100644
index 00000000..426bcd4f
--- /dev/null
+++ b/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-104.json
@@ -0,0 +1 @@
+{"metadata":{"permalink":"/kubenest-website/blog","page":1,"postsPerPage":10,"totalPages":1,"totalCount":4,"blogDescription":"Blog","blogTitle":"Blog"}}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-archive-aae.json b/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-archive-aae.json
new file mode 100644
index 00000000..2379139b
--- /dev/null
+++ b/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-archive-aae.json
@@ -0,0 +1 @@
+{"archive":{"blogPosts":[{"id":"welcome","metadata":{"permalink":"/kubenest-website/blog/welcome","editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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","tags":[{"inline":false,"label":"Facebook","permalink":"/kubenest-website/blog/tags/facebook","description":"Facebook tag description"},{"inline":false,"label":"Hello","permalink":"/kubenest-website/blog/tags/hello","description":"Hello tag description"},{"inline":false,"label":"Docusaurus","permalink":"/kubenest-website/blog/tags/docusaurus","description":"Docusaurus tag description"}],"readingTime":0.465,"hasTruncateMarker":true,"authors":[{"name":"Sébastien Lorber","title":"Docusaurus maintainer","url":"https://sebastienlorber.com","page":{"permalink":"/kubenest-website/blog/authors/all-sebastien-lorber-articles"},"socials":{"x":"https://x.com/sebastienlorber","linkedin":"https://www.linkedin.com/in/sebastienlorber/","github":"https://github.com/slorber","newsletter":"https://thisweekinreact.com"},"imageURL":"https://github.com/slorber.png","key":"slorber"},{"name":"Yangshun Tay","title":"Front End Engineer @ Facebook","url":"https://github.com/yangshun","page":{"permalink":"/kubenest-website/blog/authors/yangshun"},"socials":{"x":"https://x.com/yangshunz","github":"https://github.com/yangshun"},"imageURL":"https://github.com/yangshun.png","key":"yangshun"}],"frontMatter":{"slug":"welcome","title":"Welcome","authors":["slorber","yangshun"],"tags":["facebook","hello","docusaurus"]},"unlisted":false,"nextItem":{"title":"MDX Blog Post","permalink":"/kubenest-website/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\nHere are a few tips you might find useful.\n\n\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![Docusaurus Plushie](./docusaurus-plushie-banner.jpeg)\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":"/kubenest-website/blog/mdx-blog-post","editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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","tags":[{"inline":false,"label":"Docusaurus","permalink":"/kubenest-website/blog/tags/docusaurus","description":"Docusaurus tag description"}],"readingTime":0.235,"hasTruncateMarker":true,"authors":[{"name":"Sébastien Lorber","title":"Docusaurus maintainer","url":"https://sebastienlorber.com","page":{"permalink":"/kubenest-website/blog/authors/all-sebastien-lorber-articles"},"socials":{"x":"https://x.com/sebastienlorber","linkedin":"https://www.linkedin.com/in/sebastienlorber/","github":"https://github.com/slorber","newsletter":"https://thisweekinreact.com"},"imageURL":"https://github.com/slorber.png","key":"slorber"}],"frontMatter":{"slug":"mdx-blog-post","title":"MDX Blog Post","authors":["slorber"],"tags":["docusaurus"]},"unlisted":false,"prevItem":{"title":"Welcome","permalink":"/kubenest-website/blog/welcome"},"nextItem":{"title":"Long Blog Post","permalink":"/kubenest-website/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:::\n\n{/* truncate */}\n\nFor example, use JSX to create an interactive button:\n\n```js\n alert('button clicked!')}>Click me! \n```\n\n alert('button clicked!')}>Click me! "},{"id":"long-blog-post","metadata":{"permalink":"/kubenest-website/blog/long-blog-post","editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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","tags":[{"inline":false,"label":"Hello","permalink":"/kubenest-website/blog/tags/hello","description":"Hello tag description"},{"inline":false,"label":"Docusaurus","permalink":"/kubenest-website/blog/tags/docusaurus","description":"Docusaurus tag description"}],"readingTime":2.06,"hasTruncateMarker":true,"authors":[{"name":"Yangshun Tay","title":"Front End Engineer @ Facebook","url":"https://github.com/yangshun","page":{"permalink":"/kubenest-website/blog/authors/yangshun"},"socials":{"x":"https://x.com/yangshunz","github":"https://github.com/yangshun"},"imageURL":"https://github.com/yangshun.png","key":"yangshun"}],"frontMatter":{"slug":"long-blog-post","title":"Long Blog Post","authors":"yangshun","tags":["hello","docusaurus"]},"unlisted":false,"prevItem":{"title":"MDX Blog Post","permalink":"/kubenest-website/blog/mdx-blog-post"},"nextItem":{"title":"First Blog Post","permalink":"/kubenest-website/blog/first-blog-post"}},"content":"This is the summary of a very long blog post,\n\nUse a `` comment to limit blog post size in the list view.\n\n\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":"/kubenest-website/blog/first-blog-post","editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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...","date":"2019-05-28T00:00:00.000Z","tags":[{"inline":false,"label":"Hola","permalink":"/kubenest-website/blog/tags/hola","description":"Hola tag description"},{"inline":false,"label":"Docusaurus","permalink":"/kubenest-website/blog/tags/docusaurus","description":"Docusaurus tag description"}],"readingTime":0.135,"hasTruncateMarker":true,"authors":[{"name":"Sébastien Lorber","title":"Docusaurus maintainer","url":"https://sebastienlorber.com","page":{"permalink":"/kubenest-website/blog/authors/all-sebastien-lorber-articles"},"socials":{"x":"https://x.com/sebastienlorber","linkedin":"https://www.linkedin.com/in/sebastienlorber/","github":"https://github.com/slorber","newsletter":"https://thisweekinreact.com"},"imageURL":"https://github.com/slorber.png","key":"slorber"},{"name":"Yangshun Tay","title":"Front End Engineer @ Facebook","url":"https://github.com/yangshun","page":{"permalink":"/kubenest-website/blog/authors/yangshun"},"socials":{"x":"https://x.com/yangshunz","github":"https://github.com/yangshun"},"imageURL":"https://github.com/yangshun.png","key":"yangshun"}],"frontMatter":{"slug":"first-blog-post","title":"First Blog Post","authors":["slorber","yangshun"],"tags":["hola","docusaurus"]},"unlisted":false,"prevItem":{"title":"Long Blog Post","permalink":"/kubenest-website/blog/long-blog-post"}},"content":"Lorem ipsum dolor sit amet...\n\n\n\n...consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet"}]}}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-authors-all-sebastien-lorber-articles-5ff.json b/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-authors-all-sebastien-lorber-articles-5ff.json
new file mode 100644
index 00000000..ef6da6de
--- /dev/null
+++ b/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-authors-all-sebastien-lorber-articles-5ff.json
@@ -0,0 +1 @@
+{"author":{"name":"Sébastien Lorber","title":"Docusaurus maintainer","url":"https://sebastienlorber.com","page":{"permalink":"/kubenest-website/blog/authors/all-sebastien-lorber-articles"},"socials":{"x":"https://x.com/sebastienlorber","linkedin":"https://www.linkedin.com/in/sebastienlorber/","github":"https://github.com/slorber","newsletter":"https://thisweekinreact.com"},"imageURL":"https://github.com/slorber.png","key":"slorber","count":3},"listMetadata":{"permalink":"/kubenest-website/blog/authors/all-sebastien-lorber-articles","page":1,"postsPerPage":10,"totalPages":1,"totalCount":3,"blogDescription":"Blog","blogTitle":"Blog"}}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-authors-bf7.json b/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-authors-bf7.json
new file mode 100644
index 00000000..40bfd651
--- /dev/null
+++ b/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-authors-bf7.json
@@ -0,0 +1 @@
+{"authors":[{"name":"Yangshun Tay","title":"Front End Engineer @ Facebook","url":"https://github.com/yangshun","page":{"permalink":"/kubenest-website/blog/authors/yangshun"},"socials":{"x":"https://x.com/yangshunz","github":"https://github.com/yangshun"},"imageURL":"https://github.com/yangshun.png","key":"yangshun","count":3},{"name":"Sébastien Lorber","title":"Docusaurus maintainer","url":"https://sebastienlorber.com","page":{"permalink":"/kubenest-website/blog/authors/all-sebastien-lorber-articles"},"socials":{"x":"https://x.com/sebastienlorber","linkedin":"https://www.linkedin.com/in/sebastienlorber/","github":"https://github.com/slorber","newsletter":"https://thisweekinreact.com"},"imageURL":"https://github.com/slorber.png","key":"slorber","count":3}]}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-authors-yangshun-7f6.json b/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-authors-yangshun-7f6.json
new file mode 100644
index 00000000..c4448313
--- /dev/null
+++ b/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-authors-yangshun-7f6.json
@@ -0,0 +1 @@
+{"author":{"name":"Yangshun Tay","title":"Front End Engineer @ Facebook","url":"https://github.com/yangshun","page":{"permalink":"/kubenest-website/blog/authors/yangshun"},"socials":{"x":"https://x.com/yangshunz","github":"https://github.com/yangshun"},"imageURL":"https://github.com/yangshun.png","key":"yangshun","count":3},"listMetadata":{"permalink":"/kubenest-website/blog/authors/yangshun","page":1,"postsPerPage":10,"totalPages":1,"totalCount":3,"blogDescription":"Blog","blogTitle":"Blog"}}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-1ce.json b/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-1ce.json
new file mode 100644
index 00000000..85e497b9
--- /dev/null
+++ b/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-1ce.json
@@ -0,0 +1 @@
+{"tags":[{"label":"Facebook","permalink":"/kubenest-website/blog/tags/facebook","description":"Facebook tag description","count":1},{"label":"Hello","permalink":"/kubenest-website/blog/tags/hello","description":"Hello tag description","count":2},{"label":"Docusaurus","permalink":"/kubenest-website/blog/tags/docusaurus","description":"Docusaurus tag description","count":4},{"label":"Hola","permalink":"/kubenest-website/blog/tags/hola","description":"Hola tag description","count":1}]}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-docusaurus-c10.json b/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-docusaurus-c10.json
new file mode 100644
index 00000000..db45675b
--- /dev/null
+++ b/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-docusaurus-c10.json
@@ -0,0 +1 @@
+{"tag":{"label":"Docusaurus","permalink":"/kubenest-website/blog/tags/docusaurus","description":"Docusaurus tag description","allTagsPath":"/kubenest-website/blog/tags","count":4,"unlisted":false},"listMetadata":{"permalink":"/kubenest-website/blog/tags/docusaurus","page":1,"postsPerPage":10,"totalPages":1,"totalCount":4,"blogDescription":"Blog","blogTitle":"Blog"}}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-facebook-bf3.json b/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-facebook-bf3.json
new file mode 100644
index 00000000..9cff7ecf
--- /dev/null
+++ b/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-facebook-bf3.json
@@ -0,0 +1 @@
+{"tag":{"label":"Facebook","permalink":"/kubenest-website/blog/tags/facebook","description":"Facebook tag description","allTagsPath":"/kubenest-website/blog/tags","count":1,"unlisted":false},"listMetadata":{"permalink":"/kubenest-website/blog/tags/facebook","page":1,"postsPerPage":10,"totalPages":1,"totalCount":1,"blogDescription":"Blog","blogTitle":"Blog"}}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-hello-3b2.json b/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-hello-3b2.json
new file mode 100644
index 00000000..b705ab9a
--- /dev/null
+++ b/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-hello-3b2.json
@@ -0,0 +1 @@
+{"tag":{"label":"Hello","permalink":"/kubenest-website/blog/tags/hello","description":"Hello tag description","allTagsPath":"/kubenest-website/blog/tags","count":2,"unlisted":false},"listMetadata":{"permalink":"/kubenest-website/blog/tags/hello","page":1,"postsPerPage":10,"totalPages":1,"totalCount":2,"blogDescription":"Blog","blogTitle":"Blog"}}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-hola-c93.json b/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-hola-c93.json
new file mode 100644
index 00000000..6e5532e9
--- /dev/null
+++ b/.docusaurus/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-hola-c93.json
@@ -0,0 +1 @@
+{"tag":{"label":"Hola","permalink":"/kubenest-website/blog/tags/hola","description":"Hola tag description","allTagsPath":"/kubenest-website/blog/tags","count":1,"unlisted":false},"listMetadata":{"permalink":"/kubenest-website/blog/tags/hola","page":1,"postsPerPage":10,"totalPages":1,"totalCount":1,"blogDescription":"Blog","blogTitle":"Blog"}}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-05-28-first-blog-post-md-e27.json b/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-05-28-first-blog-post-md-e27.json
index 79795383..9a8afb29 100644
--- a/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-05-28-first-blog-post-md-e27.json
+++ b/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-05-28-first-blog-post-md-e27.json
@@ -1,5 +1,5 @@
{
- "permalink": "/blog/first-blog-post",
+ "permalink": "/kubenest-website/blog/first-blog-post",
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/2019-05-28-first-blog-post.md",
"source": "@site/blog/2019-05-28-first-blog-post.md",
"title": "First Blog Post",
@@ -9,13 +9,13 @@
{
"inline": false,
"label": "Hola",
- "permalink": "/blog/tags/hola",
+ "permalink": "/kubenest-website/blog/tags/hola",
"description": "Hola tag description"
},
{
"inline": false,
"label": "Docusaurus",
- "permalink": "/blog/tags/docusaurus",
+ "permalink": "/kubenest-website/blog/tags/docusaurus",
"description": "Docusaurus tag description"
}
],
@@ -27,7 +27,7 @@
"title": "Docusaurus maintainer",
"url": "https://sebastienlorber.com",
"page": {
- "permalink": "/blog/authors/all-sebastien-lorber-articles"
+ "permalink": "/kubenest-website/blog/authors/all-sebastien-lorber-articles"
},
"socials": {
"x": "https://x.com/sebastienlorber",
@@ -43,7 +43,7 @@
"title": "Front End Engineer @ Facebook",
"url": "https://github.com/yangshun",
"page": {
- "permalink": "/blog/authors/yangshun"
+ "permalink": "/kubenest-website/blog/authors/yangshun"
},
"socials": {
"x": "https://x.com/yangshunz",
@@ -68,6 +68,6 @@
"unlisted": false,
"prevItem": {
"title": "Long Blog Post",
- "permalink": "/blog/long-blog-post"
+ "permalink": "/kubenest-website/blog/long-blog-post"
}
}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-05-29-long-blog-post-md-736.json b/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-05-29-long-blog-post-md-736.json
index ffc264d9..35b08f5a 100644
--- a/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-05-29-long-blog-post-md-736.json
+++ b/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2019-05-29-long-blog-post-md-736.json
@@ -1,5 +1,5 @@
{
- "permalink": "/blog/long-blog-post",
+ "permalink": "/kubenest-website/blog/long-blog-post",
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/2019-05-29-long-blog-post.md",
"source": "@site/blog/2019-05-29-long-blog-post.md",
"title": "Long Blog Post",
@@ -9,13 +9,13 @@
{
"inline": false,
"label": "Hello",
- "permalink": "/blog/tags/hello",
+ "permalink": "/kubenest-website/blog/tags/hello",
"description": "Hello tag description"
},
{
"inline": false,
"label": "Docusaurus",
- "permalink": "/blog/tags/docusaurus",
+ "permalink": "/kubenest-website/blog/tags/docusaurus",
"description": "Docusaurus tag description"
}
],
@@ -27,7 +27,7 @@
"title": "Front End Engineer @ Facebook",
"url": "https://github.com/yangshun",
"page": {
- "permalink": "/blog/authors/yangshun"
+ "permalink": "/kubenest-website/blog/authors/yangshun"
},
"socials": {
"x": "https://x.com/yangshunz",
@@ -49,10 +49,10 @@
"unlisted": false,
"prevItem": {
"title": "MDX Blog Post",
- "permalink": "/blog/mdx-blog-post"
+ "permalink": "/kubenest-website/blog/mdx-blog-post"
},
"nextItem": {
"title": "First Blog Post",
- "permalink": "/blog/first-blog-post"
+ "permalink": "/kubenest-website/blog/first-blog-post"
}
}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2021-08-01-mdx-blog-post-mdx-593.json b/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2021-08-01-mdx-blog-post-mdx-593.json
index 2564c5b4..6170075b 100644
--- a/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2021-08-01-mdx-blog-post-mdx-593.json
+++ b/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2021-08-01-mdx-blog-post-mdx-593.json
@@ -1,5 +1,5 @@
{
- "permalink": "/blog/mdx-blog-post",
+ "permalink": "/kubenest-website/blog/mdx-blog-post",
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/2021-08-01-mdx-blog-post.mdx",
"source": "@site/blog/2021-08-01-mdx-blog-post.mdx",
"title": "MDX Blog Post",
@@ -9,7 +9,7 @@
{
"inline": false,
"label": "Docusaurus",
- "permalink": "/blog/tags/docusaurus",
+ "permalink": "/kubenest-website/blog/tags/docusaurus",
"description": "Docusaurus tag description"
}
],
@@ -21,7 +21,7 @@
"title": "Docusaurus maintainer",
"url": "https://sebastienlorber.com",
"page": {
- "permalink": "/blog/authors/all-sebastien-lorber-articles"
+ "permalink": "/kubenest-website/blog/authors/all-sebastien-lorber-articles"
},
"socials": {
"x": "https://x.com/sebastienlorber",
@@ -46,10 +46,10 @@
"unlisted": false,
"prevItem": {
"title": "Welcome",
- "permalink": "/blog/welcome"
+ "permalink": "/kubenest-website/blog/welcome"
},
"nextItem": {
"title": "Long Blog Post",
- "permalink": "/blog/long-blog-post"
+ "permalink": "/kubenest-website/blog/long-blog-post"
}
}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2021-08-26-welcome-index-md-d9f.json b/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2021-08-26-welcome-index-md-d9f.json
index 58b968d7..e436dd8f 100644
--- a/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2021-08-26-welcome-index-md-d9f.json
+++ b/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-2021-08-26-welcome-index-md-d9f.json
@@ -1,5 +1,5 @@
{
- "permalink": "/blog/welcome",
+ "permalink": "/kubenest-website/blog/welcome",
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/blog/2021-08-26-welcome/index.md",
"source": "@site/blog/2021-08-26-welcome/index.md",
"title": "Welcome",
@@ -9,19 +9,19 @@
{
"inline": false,
"label": "Facebook",
- "permalink": "/blog/tags/facebook",
+ "permalink": "/kubenest-website/blog/tags/facebook",
"description": "Facebook tag description"
},
{
"inline": false,
"label": "Hello",
- "permalink": "/blog/tags/hello",
+ "permalink": "/kubenest-website/blog/tags/hello",
"description": "Hello tag description"
},
{
"inline": false,
"label": "Docusaurus",
- "permalink": "/blog/tags/docusaurus",
+ "permalink": "/kubenest-website/blog/tags/docusaurus",
"description": "Docusaurus tag description"
}
],
@@ -33,7 +33,7 @@
"title": "Docusaurus maintainer",
"url": "https://sebastienlorber.com",
"page": {
- "permalink": "/blog/authors/all-sebastien-lorber-articles"
+ "permalink": "/kubenest-website/blog/authors/all-sebastien-lorber-articles"
},
"socials": {
"x": "https://x.com/sebastienlorber",
@@ -49,7 +49,7 @@
"title": "Front End Engineer @ Facebook",
"url": "https://github.com/yangshun",
"page": {
- "permalink": "/blog/authors/yangshun"
+ "permalink": "/kubenest-website/blog/authors/yangshun"
},
"socials": {
"x": "https://x.com/yangshunz",
@@ -75,6 +75,6 @@
"unlisted": false,
"nextItem": {
"title": "MDX Blog Post",
- "permalink": "/blog/mdx-blog-post"
+ "permalink": "/kubenest-website/blog/mdx-blog-post"
}
}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/p/docs-175.json b/.docusaurus/docusaurus-plugin-content-docs/default/p/docs-175.json
deleted file mode 100644
index 1c9a1ed0..00000000
--- a/.docusaurus/docusaurus-plugin-content-docs/default/p/docs-175.json
+++ /dev/null
@@ -1 +0,0 @@
-{"version":{"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","unlisted":false},{"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","unlisted":false},{"type":"link","label":"Create a Document","href":"/docs/tutorial-basics/create-a-document","docId":"tutorial-basics/create-a-document","unlisted":false},{"type":"link","label":"Create a Blog Post","href":"/docs/tutorial-basics/create-a-blog-post","docId":"tutorial-basics/create-a-blog-post","unlisted":false},{"type":"link","label":"Markdown Features","href":"/docs/tutorial-basics/markdown-features","docId":"tutorial-basics/markdown-features","unlisted":false},{"type":"link","label":"Deploy your site","href":"/docs/tutorial-basics/deploy-your-site","docId":"tutorial-basics/deploy-your-site","unlisted":false},{"type":"link","label":"Congratulations!","href":"/docs/tutorial-basics/congratulations","docId":"tutorial-basics/congratulations","unlisted":false}],"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","unlisted":false},{"type":"link","label":"Translate your site","href":"/docs/tutorial-extras/translate-your-site","docId":"tutorial-extras/translate-your-site","unlisted":false}],"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"}}}}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/p/docs-category-tutorial-basics-ea4.json b/.docusaurus/docusaurus-plugin-content-docs/default/p/docs-category-tutorial-basics-ea4.json
deleted file mode 100644
index 16720e20..00000000
--- a/.docusaurus/docusaurus-plugin-content-docs/default/p/docs-category-tutorial-basics-ea4.json
+++ /dev/null
@@ -1 +0,0 @@
-{"categoryGeneratedIndex":{"title":"Tutorial - Basics","description":"5 minutes to learn the most important Docusaurus concepts.","slug":"/category/tutorial---basics","permalink":"/docs/category/tutorial---basics","sidebar":"tutorialSidebar","navigation":{"previous":{"title":"Tutorial Intro","permalink":"/docs/intro"},"next":{"title":"Create a Page","permalink":"/docs/tutorial-basics/create-a-page"}}}}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/p/docs-category-tutorial-extras-128.json b/.docusaurus/docusaurus-plugin-content-docs/default/p/docs-category-tutorial-extras-128.json
deleted file mode 100644
index 3db2759b..00000000
--- a/.docusaurus/docusaurus-plugin-content-docs/default/p/docs-category-tutorial-extras-128.json
+++ /dev/null
@@ -1 +0,0 @@
-{"categoryGeneratedIndex":{"title":"Tutorial - Extras","slug":"/category/tutorial---extras","permalink":"/docs/category/tutorial---extras","sidebar":"tutorialSidebar","navigation":{"previous":{"title":"Congratulations!","permalink":"/docs/tutorial-basics/congratulations"},"next":{"title":"Manage Docs Versions","permalink":"/docs/tutorial-extras/manage-docs-versions"}}}}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/p/kubenest-website-docs-59e.json b/.docusaurus/docusaurus-plugin-content-docs/default/p/kubenest-website-docs-59e.json
new file mode 100644
index 00000000..ef1694e4
--- /dev/null
+++ b/.docusaurus/docusaurus-plugin-content-docs/default/p/kubenest-website-docs-59e.json
@@ -0,0 +1 @@
+{"version":{"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":"/kubenest-website/docs/intro","docId":"intro","unlisted":false},{"type":"category","label":"Tutorial - Basics","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Create a Page","href":"/kubenest-website/docs/tutorial-basics/create-a-page","docId":"tutorial-basics/create-a-page","unlisted":false},{"type":"link","label":"Create a Document","href":"/kubenest-website/docs/tutorial-basics/create-a-document","docId":"tutorial-basics/create-a-document","unlisted":false},{"type":"link","label":"Create a Blog Post","href":"/kubenest-website/docs/tutorial-basics/create-a-blog-post","docId":"tutorial-basics/create-a-blog-post","unlisted":false},{"type":"link","label":"Markdown Features","href":"/kubenest-website/docs/tutorial-basics/markdown-features","docId":"tutorial-basics/markdown-features","unlisted":false},{"type":"link","label":"Deploy your site","href":"/kubenest-website/docs/tutorial-basics/deploy-your-site","docId":"tutorial-basics/deploy-your-site","unlisted":false},{"type":"link","label":"Congratulations!","href":"/kubenest-website/docs/tutorial-basics/congratulations","docId":"tutorial-basics/congratulations","unlisted":false}],"href":"/kubenest-website/docs/category/tutorial---basics"},{"type":"category","label":"Tutorial - Extras","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Manage Docs Versions","href":"/kubenest-website/docs/tutorial-extras/manage-docs-versions","docId":"tutorial-extras/manage-docs-versions","unlisted":false},{"type":"link","label":"Translate your site","href":"/kubenest-website/docs/tutorial-extras/translate-your-site","docId":"tutorial-extras/translate-your-site","unlisted":false}],"href":"/kubenest-website/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"}}}}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/p/kubenest-website-docs-category-tutorial-basics-2f0.json b/.docusaurus/docusaurus-plugin-content-docs/default/p/kubenest-website-docs-category-tutorial-basics-2f0.json
new file mode 100644
index 00000000..d506c7f4
--- /dev/null
+++ b/.docusaurus/docusaurus-plugin-content-docs/default/p/kubenest-website-docs-category-tutorial-basics-2f0.json
@@ -0,0 +1 @@
+{"categoryGeneratedIndex":{"title":"Tutorial - Basics","description":"5 minutes to learn the most important Docusaurus concepts.","slug":"/category/tutorial---basics","permalink":"/kubenest-website/docs/category/tutorial---basics","sidebar":"tutorialSidebar","navigation":{"previous":{"title":"Tutorial Intro","permalink":"/kubenest-website/docs/intro"},"next":{"title":"Create a Page","permalink":"/kubenest-website/docs/tutorial-basics/create-a-page"}}}}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/p/kubenest-website-docs-category-tutorial-extras-7c9.json b/.docusaurus/docusaurus-plugin-content-docs/default/p/kubenest-website-docs-category-tutorial-extras-7c9.json
new file mode 100644
index 00000000..78808cd8
--- /dev/null
+++ b/.docusaurus/docusaurus-plugin-content-docs/default/p/kubenest-website-docs-category-tutorial-extras-7c9.json
@@ -0,0 +1 @@
+{"categoryGeneratedIndex":{"title":"Tutorial - Extras","slug":"/category/tutorial---extras","permalink":"/kubenest-website/docs/category/tutorial---extras","sidebar":"tutorialSidebar","navigation":{"previous":{"title":"Congratulations!","permalink":"/kubenest-website/docs/tutorial-basics/congratulations"},"next":{"title":"Manage Docs Versions","permalink":"/kubenest-website/docs/tutorial-extras/manage-docs-versions"}}}}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-intro-md-0e3.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-intro-md-0e3.json
index 51f3e7b9..b2e76adc 100644
--- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-intro-md-0e3.json
+++ b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-intro-md-0e3.json
@@ -5,7 +5,7 @@
"source": "@site/docs/intro.md",
"sourceDirName": ".",
"slug": "/intro",
- "permalink": "/docs/intro",
+ "permalink": "/kubenest-website/docs/intro",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/intro.md",
@@ -18,6 +18,6 @@
"sidebar": "tutorialSidebar",
"next": {
"title": "Tutorial - Basics",
- "permalink": "/docs/category/tutorial---basics"
+ "permalink": "/kubenest-website/docs/category/tutorial---basics"
}
}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-congratulations-md-822.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-congratulations-md-822.json
index 8aff3e89..dc7d55c5 100644
--- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-congratulations-md-822.json
+++ b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-congratulations-md-822.json
@@ -5,7 +5,7 @@
"source": "@site/docs/tutorial-basics/congratulations.md",
"sourceDirName": "tutorial-basics",
"slug": "/tutorial-basics/congratulations",
- "permalink": "/docs/tutorial-basics/congratulations",
+ "permalink": "/kubenest-website/docs/tutorial-basics/congratulations",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-basics/congratulations.md",
@@ -18,10 +18,10 @@
"sidebar": "tutorialSidebar",
"previous": {
"title": "Deploy your site",
- "permalink": "/docs/tutorial-basics/deploy-your-site"
+ "permalink": "/kubenest-website/docs/tutorial-basics/deploy-your-site"
},
"next": {
"title": "Tutorial - Extras",
- "permalink": "/docs/category/tutorial---extras"
+ "permalink": "/kubenest-website/docs/category/tutorial---extras"
}
}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-create-a-blog-post-md-533.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-create-a-blog-post-md-533.json
index 9427df6b..926907c6 100644
--- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-create-a-blog-post-md-533.json
+++ b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-create-a-blog-post-md-533.json
@@ -5,7 +5,7 @@
"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",
+ "permalink": "/kubenest-website/docs/tutorial-basics/create-a-blog-post",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-basics/create-a-blog-post.md",
@@ -18,10 +18,10 @@
"sidebar": "tutorialSidebar",
"previous": {
"title": "Create a Document",
- "permalink": "/docs/tutorial-basics/create-a-document"
+ "permalink": "/kubenest-website/docs/tutorial-basics/create-a-document"
},
"next": {
"title": "Markdown Features",
- "permalink": "/docs/tutorial-basics/markdown-features"
+ "permalink": "/kubenest-website/docs/tutorial-basics/markdown-features"
}
}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-create-a-document-md-1e4.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-create-a-document-md-1e4.json
index 7a4bff36..d0ebffb7 100644
--- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-create-a-document-md-1e4.json
+++ b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-create-a-document-md-1e4.json
@@ -5,7 +5,7 @@
"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",
+ "permalink": "/kubenest-website/docs/tutorial-basics/create-a-document",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-basics/create-a-document.md",
@@ -18,10 +18,10 @@
"sidebar": "tutorialSidebar",
"previous": {
"title": "Create a Page",
- "permalink": "/docs/tutorial-basics/create-a-page"
+ "permalink": "/kubenest-website/docs/tutorial-basics/create-a-page"
},
"next": {
"title": "Create a Blog Post",
- "permalink": "/docs/tutorial-basics/create-a-blog-post"
+ "permalink": "/kubenest-website/docs/tutorial-basics/create-a-blog-post"
}
}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-create-a-page-md-5c8.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-create-a-page-md-5c8.json
index c00572cc..4176be71 100644
--- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-create-a-page-md-5c8.json
+++ b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-create-a-page-md-5c8.json
@@ -5,7 +5,7 @@
"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",
+ "permalink": "/kubenest-website/docs/tutorial-basics/create-a-page",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-basics/create-a-page.md",
@@ -18,10 +18,10 @@
"sidebar": "tutorialSidebar",
"previous": {
"title": "Tutorial - Basics",
- "permalink": "/docs/category/tutorial---basics"
+ "permalink": "/kubenest-website/docs/category/tutorial---basics"
},
"next": {
"title": "Create a Document",
- "permalink": "/docs/tutorial-basics/create-a-document"
+ "permalink": "/kubenest-website/docs/tutorial-basics/create-a-document"
}
}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-deploy-your-site-md-f55.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-deploy-your-site-md-f55.json
index 1dd85fd6..6cb74e24 100644
--- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-deploy-your-site-md-f55.json
+++ b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-deploy-your-site-md-f55.json
@@ -5,7 +5,7 @@
"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",
+ "permalink": "/kubenest-website/docs/tutorial-basics/deploy-your-site",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-basics/deploy-your-site.md",
@@ -18,10 +18,10 @@
"sidebar": "tutorialSidebar",
"previous": {
"title": "Markdown Features",
- "permalink": "/docs/tutorial-basics/markdown-features"
+ "permalink": "/kubenest-website/docs/tutorial-basics/markdown-features"
},
"next": {
"title": "Congratulations!",
- "permalink": "/docs/tutorial-basics/congratulations"
+ "permalink": "/kubenest-website/docs/tutorial-basics/congratulations"
}
}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-markdown-features-mdx-18c.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-markdown-features-mdx-18c.json
index 54261aed..f2c65a86 100644
--- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-markdown-features-mdx-18c.json
+++ b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-basics-markdown-features-mdx-18c.json
@@ -5,7 +5,7 @@
"source": "@site/docs/tutorial-basics/markdown-features.mdx",
"sourceDirName": "tutorial-basics",
"slug": "/tutorial-basics/markdown-features",
- "permalink": "/docs/tutorial-basics/markdown-features",
+ "permalink": "/kubenest-website/docs/tutorial-basics/markdown-features",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-basics/markdown-features.mdx",
@@ -18,10 +18,10 @@
"sidebar": "tutorialSidebar",
"previous": {
"title": "Create a Blog Post",
- "permalink": "/docs/tutorial-basics/create-a-blog-post"
+ "permalink": "/kubenest-website/docs/tutorial-basics/create-a-blog-post"
},
"next": {
"title": "Deploy your site",
- "permalink": "/docs/tutorial-basics/deploy-your-site"
+ "permalink": "/kubenest-website/docs/tutorial-basics/deploy-your-site"
}
}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-extras-manage-docs-versions-md-dff.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-extras-manage-docs-versions-md-dff.json
index 69d530f5..cb4e6504 100644
--- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-extras-manage-docs-versions-md-dff.json
+++ b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-extras-manage-docs-versions-md-dff.json
@@ -5,7 +5,7 @@
"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",
+ "permalink": "/kubenest-website/docs/tutorial-extras/manage-docs-versions",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-extras/manage-docs-versions.md",
@@ -18,10 +18,10 @@
"sidebar": "tutorialSidebar",
"previous": {
"title": "Tutorial - Extras",
- "permalink": "/docs/category/tutorial---extras"
+ "permalink": "/kubenest-website/docs/category/tutorial---extras"
},
"next": {
"title": "Translate your site",
- "permalink": "/docs/tutorial-extras/translate-your-site"
+ "permalink": "/kubenest-website/docs/tutorial-extras/translate-your-site"
}
}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-extras-translate-your-site-md-e44.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-extras-translate-your-site-md-e44.json
index 7ed53b8d..5f8eadc9 100644
--- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-extras-translate-your-site-md-e44.json
+++ b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tutorial-extras-translate-your-site-md-e44.json
@@ -5,7 +5,7 @@
"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",
+ "permalink": "/kubenest-website/docs/tutorial-extras/translate-your-site",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-extras/translate-your-site.md",
@@ -18,6 +18,6 @@
"sidebar": "tutorialSidebar",
"previous": {
"title": "Manage Docs Versions",
- "permalink": "/docs/tutorial-extras/manage-docs-versions"
+ "permalink": "/kubenest-website/docs/tutorial-extras/manage-docs-versions"
}
}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-content-pages/default/site-src-pages-markdown-page-md-393.json b/.docusaurus/docusaurus-plugin-content-pages/default/site-src-pages-markdown-page-md-393.json
index 152a2bc6..8fcb6cf4 100644
--- a/.docusaurus/docusaurus-plugin-content-pages/default/site-src-pages-markdown-page-md-393.json
+++ b/.docusaurus/docusaurus-plugin-content-pages/default/site-src-pages-markdown-page-md-393.json
@@ -1,6 +1,6 @@
{
"type": "mdx",
- "permalink": "/markdown-page",
+ "permalink": "/kubenest-website/markdown-page",
"source": "@site/src/pages/markdown-page.md",
"title": "Markdown page example",
"description": "You don't need React to write simple standalone pages.",
diff --git a/.docusaurus/docusaurus-plugin-debug/default/p/docusaurus-debug-content-0d5.json b/.docusaurus/docusaurus-plugin-debug/default/p/docusaurus-debug-content-0d5.json
deleted file mode 100644
index 623049d2..00000000
--- a/.docusaurus/docusaurus-plugin-debug/default/p/docusaurus-debug-content-0d5.json
+++ /dev/null
@@ -1 +0,0 @@
-{"allContent":{"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/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs","editUrlLocalized":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/i18n/en/docusaurus-plugin-content-docs/current","isLast":true,"routePriority":-1,"sidebarFilePath":"/Users/duanmeng/Code/github/kubenest-website/sidebars.js","contentPath":"/Users/duanmeng/Code/github/kubenest-website/docs","contentPathLocalized":"/Users/duanmeng/Code/github/kubenest-website/i18n/en/docusaurus-plugin-content-docs/current","docs":[{"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,"unlisted":false,"editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/intro.md","tags":[],"version":"current","sidebarPosition":1,"frontMatter":{"sidebar_position":1},"sidebar":"tutorialSidebar","next":{"title":"Tutorial - Basics","permalink":"/docs/category/tutorial---basics"}},{"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,"unlisted":false,"editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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"}},{"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,"unlisted":false,"editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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"}},{"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,"unlisted":false,"editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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"}},{"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,"unlisted":false,"editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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"}},{"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,"unlisted":false,"editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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"}},{"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,"unlisted":false,"editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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"}},{"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,"unlisted":false,"editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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"}},{"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,"unlisted":false,"editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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","tags":[{"inline":false,"label":"Facebook","permalink":"/blog/tags/facebook","description":"Facebook tag description"},{"inline":false,"label":"Hello","permalink":"/blog/tags/hello","description":"Hello tag description"},{"inline":false,"label":"Docusaurus","permalink":"/blog/tags/docusaurus","description":"Docusaurus tag description"}],"readingTime":0.465,"hasTruncateMarker":true,"authors":[{"name":"Sébastien Lorber","title":"Docusaurus maintainer","url":"https://sebastienlorber.com","page":{"permalink":"/blog/authors/all-sebastien-lorber-articles"},"socials":{"x":"https://x.com/sebastienlorber","linkedin":"https://www.linkedin.com/in/sebastienlorber/","github":"https://github.com/slorber","newsletter":"https://thisweekinreact.com"},"imageURL":"https://github.com/slorber.png","key":"slorber"},{"name":"Yangshun Tay","title":"Front End Engineer @ Facebook","url":"https://github.com/yangshun","page":{"permalink":"/blog/authors/yangshun"},"socials":{"x":"https://x.com/yangshunz","github":"https://github.com/yangshun"},"imageURL":"https://github.com/yangshun.png","key":"yangshun"}],"frontMatter":{"slug":"welcome","title":"Welcome","authors":["slorber","yangshun"],"tags":["facebook","hello","docusaurus"]},"unlisted":false,"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\nHere are a few tips you might find useful.\n\n\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![Docusaurus Plushie](./docusaurus-plushie-banner.jpeg)\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/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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","tags":[{"inline":false,"label":"Docusaurus","permalink":"/blog/tags/docusaurus","description":"Docusaurus tag description"}],"readingTime":0.235,"hasTruncateMarker":true,"authors":[{"name":"Sébastien Lorber","title":"Docusaurus maintainer","url":"https://sebastienlorber.com","page":{"permalink":"/blog/authors/all-sebastien-lorber-articles"},"socials":{"x":"https://x.com/sebastienlorber","linkedin":"https://www.linkedin.com/in/sebastienlorber/","github":"https://github.com/slorber","newsletter":"https://thisweekinreact.com"},"imageURL":"https://github.com/slorber.png","key":"slorber"}],"frontMatter":{"slug":"mdx-blog-post","title":"MDX Blog Post","authors":["slorber"],"tags":["docusaurus"]},"unlisted":false,"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:::\n\n{/* truncate */}\n\nFor example, use JSX to create an interactive button:\n\n```js\n alert('button clicked!')}>Click me! \n```\n\n alert('button clicked!')}>Click me! "},{"id":"long-blog-post","metadata":{"permalink":"/blog/long-blog-post","editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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","tags":[{"inline":false,"label":"Hello","permalink":"/blog/tags/hello","description":"Hello tag description"},{"inline":false,"label":"Docusaurus","permalink":"/blog/tags/docusaurus","description":"Docusaurus tag description"}],"readingTime":2.06,"hasTruncateMarker":true,"authors":[{"name":"Yangshun Tay","title":"Front End Engineer @ Facebook","url":"https://github.com/yangshun","page":{"permalink":"/blog/authors/yangshun"},"socials":{"x":"https://x.com/yangshunz","github":"https://github.com/yangshun"},"imageURL":"https://github.com/yangshun.png","key":"yangshun"}],"frontMatter":{"slug":"long-blog-post","title":"Long Blog Post","authors":"yangshun","tags":["hello","docusaurus"]},"unlisted":false,"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 `` comment to limit blog post size in the list view.\n\n\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/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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...","date":"2019-05-28T00:00:00.000Z","tags":[{"inline":false,"label":"Hola","permalink":"/blog/tags/hola","description":"Hola tag description"},{"inline":false,"label":"Docusaurus","permalink":"/blog/tags/docusaurus","description":"Docusaurus tag description"}],"readingTime":0.135,"hasTruncateMarker":true,"authors":[{"name":"Sébastien Lorber","title":"Docusaurus maintainer","url":"https://sebastienlorber.com","page":{"permalink":"/blog/authors/all-sebastien-lorber-articles"},"socials":{"x":"https://x.com/sebastienlorber","linkedin":"https://www.linkedin.com/in/sebastienlorber/","github":"https://github.com/slorber","newsletter":"https://thisweekinreact.com"},"imageURL":"https://github.com/slorber.png","key":"slorber"},{"name":"Yangshun Tay","title":"Front End Engineer @ Facebook","url":"https://github.com/yangshun","page":{"permalink":"/blog/authors/yangshun"},"socials":{"x":"https://x.com/yangshunz","github":"https://github.com/yangshun"},"imageURL":"https://github.com/yangshun.png","key":"yangshun"}],"frontMatter":{"slug":"first-blog-post","title":"First Blog Post","authors":["slorber","yangshun"],"tags":["hola","docusaurus"]},"unlisted":false,"prevItem":{"title":"Long Blog Post","permalink":"/blog/long-blog-post"}},"content":"Lorem ipsum dolor sit amet...\n\n\n\n...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":{"inline":false,"label":"Facebook","permalink":"/blog/tags/facebook","description":"Facebook tag description","items":["welcome"],"pages":[{"items":["welcome"],"metadata":{"permalink":"/blog/tags/facebook","page":1,"postsPerPage":10,"totalPages":1,"totalCount":1,"blogDescription":"Blog","blogTitle":"Blog"}}],"unlisted":false},"/blog/tags/hello":{"inline":false,"label":"Hello","permalink":"/blog/tags/hello","description":"Hello tag description","items":["welcome","long-blog-post"],"pages":[{"items":["welcome","long-blog-post"],"metadata":{"permalink":"/blog/tags/hello","page":1,"postsPerPage":10,"totalPages":1,"totalCount":2,"blogDescription":"Blog","blogTitle":"Blog"}}],"unlisted":false},"/blog/tags/docusaurus":{"inline":false,"label":"Docusaurus","permalink":"/blog/tags/docusaurus","description":"Docusaurus tag description","items":["welcome","mdx-blog-post","long-blog-post","first-blog-post"],"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"}}],"unlisted":false},"/blog/tags/hola":{"inline":false,"label":"Hola","permalink":"/blog/tags/hola","description":"Hola tag description","items":["first-blog-post"],"pages":[{"items":["first-blog-post"],"metadata":{"permalink":"/blog/tags/hola","page":1,"postsPerPage":10,"totalPages":1,"totalCount":1,"blogDescription":"Blog","blogTitle":"Blog"}}],"unlisted":false}},"blogTagsListPath":"/blog/tags","authorsMap":{"yangshun":{"name":"Yangshun Tay","title":"Front End Engineer @ Facebook","url":"https://github.com/yangshun","page":{"permalink":"/blog/authors/yangshun"},"socials":{"x":"https://x.com/yangshunz","github":"https://github.com/yangshun"},"imageURL":"https://github.com/yangshun.png","key":"yangshun"},"slorber":{"name":"Sébastien Lorber","title":"Docusaurus maintainer","url":"https://sebastienlorber.com","page":{"permalink":"/blog/authors/all-sebastien-lorber-articles"},"socials":{"x":"https://x.com/sebastienlorber","linkedin":"https://www.linkedin.com/in/sebastienlorber/","github":"https://github.com/slorber","newsletter":"https://thisweekinreact.com"},"imageURL":"https://github.com/slorber.png","key":"slorber"}}}},"docusaurus-plugin-content-pages":{"default":[{"type":"jsx","permalink":"/","source":"@site/src/pages/index.js"},{"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"},"unlisted":false}]},"docusaurus-plugin-debug":{},"docusaurus-theme-classic":{},"docusaurus-bootstrap-plugin":{},"docusaurus-mdx-fallback-plugin":{}}}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus-plugin-debug/default/p/kubenest-website-docusaurus-debug-content-04f.json b/.docusaurus/docusaurus-plugin-debug/default/p/kubenest-website-docusaurus-debug-content-04f.json
new file mode 100644
index 00000000..ad2ec2f8
--- /dev/null
+++ b/.docusaurus/docusaurus-plugin-debug/default/p/kubenest-website-docusaurus-debug-content-04f.json
@@ -0,0 +1 @@
+{"allContent":{"docusaurus-plugin-content-docs":{"default":{"loadedVersions":[{"versionName":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","path":"/kubenest-website/docs","tagsPath":"/kubenest-website/docs/tags","editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs","editUrlLocalized":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/i18n/en/docusaurus-plugin-content-docs/current","isLast":true,"routePriority":-1,"sidebarFilePath":"/Users/duanmeng/Code/github/kubenest-website/sidebars.js","contentPath":"/Users/duanmeng/Code/github/kubenest-website/docs","contentPathLocalized":"/Users/duanmeng/Code/github/kubenest-website/i18n/en/docusaurus-plugin-content-docs/current","docs":[{"id":"intro","title":"Tutorial Intro","description":"Let's discover Docusaurus in less than 5 minutes.","source":"@site/docs/intro.md","sourceDirName":".","slug":"/intro","permalink":"/kubenest-website/docs/intro","draft":false,"unlisted":false,"editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/intro.md","tags":[],"version":"current","sidebarPosition":1,"frontMatter":{"sidebar_position":1},"sidebar":"tutorialSidebar","next":{"title":"Tutorial - Basics","permalink":"/kubenest-website/docs/category/tutorial---basics"}},{"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":"/kubenest-website/docs/tutorial-basics/congratulations","draft":false,"unlisted":false,"editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-basics/congratulations.md","tags":[],"version":"current","sidebarPosition":6,"frontMatter":{"sidebar_position":6},"sidebar":"tutorialSidebar","previous":{"title":"Deploy your site","permalink":"/kubenest-website/docs/tutorial-basics/deploy-your-site"},"next":{"title":"Tutorial - Extras","permalink":"/kubenest-website/docs/category/tutorial---extras"}},{"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":"/kubenest-website/docs/tutorial-basics/create-a-blog-post","draft":false,"unlisted":false,"editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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":"/kubenest-website/docs/tutorial-basics/create-a-document"},"next":{"title":"Markdown Features","permalink":"/kubenest-website/docs/tutorial-basics/markdown-features"}},{"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":"/kubenest-website/docs/tutorial-basics/create-a-document","draft":false,"unlisted":false,"editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-basics/create-a-document.md","tags":[],"version":"current","sidebarPosition":2,"frontMatter":{"sidebar_position":2},"sidebar":"tutorialSidebar","previous":{"title":"Create a Page","permalink":"/kubenest-website/docs/tutorial-basics/create-a-page"},"next":{"title":"Create a Blog Post","permalink":"/kubenest-website/docs/tutorial-basics/create-a-blog-post"}},{"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":"/kubenest-website/docs/tutorial-basics/create-a-page","draft":false,"unlisted":false,"editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-basics/create-a-page.md","tags":[],"version":"current","sidebarPosition":1,"frontMatter":{"sidebar_position":1},"sidebar":"tutorialSidebar","previous":{"title":"Tutorial - Basics","permalink":"/kubenest-website/docs/category/tutorial---basics"},"next":{"title":"Create a Document","permalink":"/kubenest-website/docs/tutorial-basics/create-a-document"}},{"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":"/kubenest-website/docs/tutorial-basics/deploy-your-site","draft":false,"unlisted":false,"editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-basics/deploy-your-site.md","tags":[],"version":"current","sidebarPosition":5,"frontMatter":{"sidebar_position":5},"sidebar":"tutorialSidebar","previous":{"title":"Markdown Features","permalink":"/kubenest-website/docs/tutorial-basics/markdown-features"},"next":{"title":"Congratulations!","permalink":"/kubenest-website/docs/tutorial-basics/congratulations"}},{"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":"/kubenest-website/docs/tutorial-basics/markdown-features","draft":false,"unlisted":false,"editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-basics/markdown-features.mdx","tags":[],"version":"current","sidebarPosition":4,"frontMatter":{"sidebar_position":4},"sidebar":"tutorialSidebar","previous":{"title":"Create a Blog Post","permalink":"/kubenest-website/docs/tutorial-basics/create-a-blog-post"},"next":{"title":"Deploy your site","permalink":"/kubenest-website/docs/tutorial-basics/deploy-your-site"}},{"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":"/kubenest-website/docs/tutorial-extras/manage-docs-versions","draft":false,"unlisted":false,"editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-extras/manage-docs-versions.md","tags":[],"version":"current","sidebarPosition":1,"frontMatter":{"sidebar_position":1},"sidebar":"tutorialSidebar","previous":{"title":"Tutorial - Extras","permalink":"/kubenest-website/docs/category/tutorial---extras"},"next":{"title":"Translate your site","permalink":"/kubenest-website/docs/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":"/kubenest-website/docs/tutorial-extras/translate-your-site","draft":false,"unlisted":false,"editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/tutorial-extras/translate-your-site.md","tags":[],"version":"current","sidebarPosition":2,"frontMatter":{"sidebar_position":2},"sidebar":"tutorialSidebar","previous":{"title":"Manage Docs Versions","permalink":"/kubenest-website/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":"/kubenest-website/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":"/kubenest-website/docs/category/tutorial---extras"}}]}}]}},"docusaurus-plugin-content-blog":{"default":{"blogSidebarTitle":"Recent posts","blogPosts":[{"id":"welcome","metadata":{"permalink":"/kubenest-website/blog/welcome","editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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","tags":[{"inline":false,"label":"Facebook","permalink":"/kubenest-website/blog/tags/facebook","description":"Facebook tag description"},{"inline":false,"label":"Hello","permalink":"/kubenest-website/blog/tags/hello","description":"Hello tag description"},{"inline":false,"label":"Docusaurus","permalink":"/kubenest-website/blog/tags/docusaurus","description":"Docusaurus tag description"}],"readingTime":0.465,"hasTruncateMarker":true,"authors":[{"name":"Sébastien Lorber","title":"Docusaurus maintainer","url":"https://sebastienlorber.com","page":{"permalink":"/kubenest-website/blog/authors/all-sebastien-lorber-articles"},"socials":{"x":"https://x.com/sebastienlorber","linkedin":"https://www.linkedin.com/in/sebastienlorber/","github":"https://github.com/slorber","newsletter":"https://thisweekinreact.com"},"imageURL":"https://github.com/slorber.png","key":"slorber"},{"name":"Yangshun Tay","title":"Front End Engineer @ Facebook","url":"https://github.com/yangshun","page":{"permalink":"/kubenest-website/blog/authors/yangshun"},"socials":{"x":"https://x.com/yangshunz","github":"https://github.com/yangshun"},"imageURL":"https://github.com/yangshun.png","key":"yangshun"}],"frontMatter":{"slug":"welcome","title":"Welcome","authors":["slorber","yangshun"],"tags":["facebook","hello","docusaurus"]},"unlisted":false,"nextItem":{"title":"MDX Blog Post","permalink":"/kubenest-website/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\nHere are a few tips you might find useful.\n\n\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![Docusaurus Plushie](./docusaurus-plushie-banner.jpeg)\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":"/kubenest-website/blog/mdx-blog-post","editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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","tags":[{"inline":false,"label":"Docusaurus","permalink":"/kubenest-website/blog/tags/docusaurus","description":"Docusaurus tag description"}],"readingTime":0.235,"hasTruncateMarker":true,"authors":[{"name":"Sébastien Lorber","title":"Docusaurus maintainer","url":"https://sebastienlorber.com","page":{"permalink":"/kubenest-website/blog/authors/all-sebastien-lorber-articles"},"socials":{"x":"https://x.com/sebastienlorber","linkedin":"https://www.linkedin.com/in/sebastienlorber/","github":"https://github.com/slorber","newsletter":"https://thisweekinreact.com"},"imageURL":"https://github.com/slorber.png","key":"slorber"}],"frontMatter":{"slug":"mdx-blog-post","title":"MDX Blog Post","authors":["slorber"],"tags":["docusaurus"]},"unlisted":false,"prevItem":{"title":"Welcome","permalink":"/kubenest-website/blog/welcome"},"nextItem":{"title":"Long Blog Post","permalink":"/kubenest-website/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:::\n\n{/* truncate */}\n\nFor example, use JSX to create an interactive button:\n\n```js\n alert('button clicked!')}>Click me! \n```\n\n alert('button clicked!')}>Click me! "},{"id":"long-blog-post","metadata":{"permalink":"/kubenest-website/blog/long-blog-post","editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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","tags":[{"inline":false,"label":"Hello","permalink":"/kubenest-website/blog/tags/hello","description":"Hello tag description"},{"inline":false,"label":"Docusaurus","permalink":"/kubenest-website/blog/tags/docusaurus","description":"Docusaurus tag description"}],"readingTime":2.06,"hasTruncateMarker":true,"authors":[{"name":"Yangshun Tay","title":"Front End Engineer @ Facebook","url":"https://github.com/yangshun","page":{"permalink":"/kubenest-website/blog/authors/yangshun"},"socials":{"x":"https://x.com/yangshunz","github":"https://github.com/yangshun"},"imageURL":"https://github.com/yangshun.png","key":"yangshun"}],"frontMatter":{"slug":"long-blog-post","title":"Long Blog Post","authors":"yangshun","tags":["hello","docusaurus"]},"unlisted":false,"prevItem":{"title":"MDX Blog Post","permalink":"/kubenest-website/blog/mdx-blog-post"},"nextItem":{"title":"First Blog Post","permalink":"/kubenest-website/blog/first-blog-post"}},"content":"This is the summary of a very long blog post,\n\nUse a `` comment to limit blog post size in the list view.\n\n\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":"/kubenest-website/blog/first-blog-post","editUrl":"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/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...","date":"2019-05-28T00:00:00.000Z","tags":[{"inline":false,"label":"Hola","permalink":"/kubenest-website/blog/tags/hola","description":"Hola tag description"},{"inline":false,"label":"Docusaurus","permalink":"/kubenest-website/blog/tags/docusaurus","description":"Docusaurus tag description"}],"readingTime":0.135,"hasTruncateMarker":true,"authors":[{"name":"Sébastien Lorber","title":"Docusaurus maintainer","url":"https://sebastienlorber.com","page":{"permalink":"/kubenest-website/blog/authors/all-sebastien-lorber-articles"},"socials":{"x":"https://x.com/sebastienlorber","linkedin":"https://www.linkedin.com/in/sebastienlorber/","github":"https://github.com/slorber","newsletter":"https://thisweekinreact.com"},"imageURL":"https://github.com/slorber.png","key":"slorber"},{"name":"Yangshun Tay","title":"Front End Engineer @ Facebook","url":"https://github.com/yangshun","page":{"permalink":"/kubenest-website/blog/authors/yangshun"},"socials":{"x":"https://x.com/yangshunz","github":"https://github.com/yangshun"},"imageURL":"https://github.com/yangshun.png","key":"yangshun"}],"frontMatter":{"slug":"first-blog-post","title":"First Blog Post","authors":["slorber","yangshun"],"tags":["hola","docusaurus"]},"unlisted":false,"prevItem":{"title":"Long Blog Post","permalink":"/kubenest-website/blog/long-blog-post"}},"content":"Lorem ipsum dolor sit amet...\n\n\n\n...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":"/kubenest-website/blog","page":1,"postsPerPage":10,"totalPages":1,"totalCount":4,"blogDescription":"Blog","blogTitle":"Blog"}}],"blogTags":{"/kubenest-website/blog/tags/facebook":{"inline":false,"label":"Facebook","permalink":"/kubenest-website/blog/tags/facebook","description":"Facebook tag description","items":["welcome"],"pages":[{"items":["welcome"],"metadata":{"permalink":"/kubenest-website/blog/tags/facebook","page":1,"postsPerPage":10,"totalPages":1,"totalCount":1,"blogDescription":"Blog","blogTitle":"Blog"}}],"unlisted":false},"/kubenest-website/blog/tags/hello":{"inline":false,"label":"Hello","permalink":"/kubenest-website/blog/tags/hello","description":"Hello tag description","items":["welcome","long-blog-post"],"pages":[{"items":["welcome","long-blog-post"],"metadata":{"permalink":"/kubenest-website/blog/tags/hello","page":1,"postsPerPage":10,"totalPages":1,"totalCount":2,"blogDescription":"Blog","blogTitle":"Blog"}}],"unlisted":false},"/kubenest-website/blog/tags/docusaurus":{"inline":false,"label":"Docusaurus","permalink":"/kubenest-website/blog/tags/docusaurus","description":"Docusaurus tag description","items":["welcome","mdx-blog-post","long-blog-post","first-blog-post"],"pages":[{"items":["welcome","mdx-blog-post","long-blog-post","first-blog-post"],"metadata":{"permalink":"/kubenest-website/blog/tags/docusaurus","page":1,"postsPerPage":10,"totalPages":1,"totalCount":4,"blogDescription":"Blog","blogTitle":"Blog"}}],"unlisted":false},"/kubenest-website/blog/tags/hola":{"inline":false,"label":"Hola","permalink":"/kubenest-website/blog/tags/hola","description":"Hola tag description","items":["first-blog-post"],"pages":[{"items":["first-blog-post"],"metadata":{"permalink":"/kubenest-website/blog/tags/hola","page":1,"postsPerPage":10,"totalPages":1,"totalCount":1,"blogDescription":"Blog","blogTitle":"Blog"}}],"unlisted":false}},"blogTagsListPath":"/kubenest-website/blog/tags","authorsMap":{"yangshun":{"name":"Yangshun Tay","title":"Front End Engineer @ Facebook","url":"https://github.com/yangshun","page":{"permalink":"/kubenest-website/blog/authors/yangshun"},"socials":{"x":"https://x.com/yangshunz","github":"https://github.com/yangshun"},"imageURL":"https://github.com/yangshun.png","key":"yangshun"},"slorber":{"name":"Sébastien Lorber","title":"Docusaurus maintainer","url":"https://sebastienlorber.com","page":{"permalink":"/kubenest-website/blog/authors/all-sebastien-lorber-articles"},"socials":{"x":"https://x.com/sebastienlorber","linkedin":"https://www.linkedin.com/in/sebastienlorber/","github":"https://github.com/slorber","newsletter":"https://thisweekinreact.com"},"imageURL":"https://github.com/slorber.png","key":"slorber"}}}},"docusaurus-plugin-content-pages":{"default":[{"type":"jsx","permalink":"/kubenest-website/","source":"@site/src/pages/index.js"},{"type":"mdx","permalink":"/kubenest-website/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"},"unlisted":false}]},"docusaurus-plugin-debug":{},"docusaurus-theme-classic":{},"docusaurus-bootstrap-plugin":{},"docusaurus-mdx-fallback-plugin":{}}}
\ No newline at end of file
diff --git a/.docusaurus/docusaurus.config.mjs b/.docusaurus/docusaurus.config.mjs
index 2511a92c..c1c044c4 100644
--- a/.docusaurus/docusaurus.config.mjs
+++ b/.docusaurus/docusaurus.config.mjs
@@ -4,22 +4,34 @@
* Modify the docusaurus.config.js file at your site's root instead.
*/
export default {
- "title": "My Site",
- "tagline": "Dinosaurs are cool",
+ "title": "KubeNest",
+ "tagline": "A fully isolated kube-in-kube solution",
"favicon": "img/favicon.ico",
- "url": "https://your-docusaurus-site.example.com",
- "baseUrl": "/",
- "organizationName": "facebook",
- "projectName": "docusaurus",
- "onBrokenLinks": "throw",
+ "url": "https://kosmos-io.github.io",
+ "baseUrl": "/kubenest-website/",
+ "organizationName": "kosmos",
+ "projectName": "kubenest-website",
+ "deploymentBranch": "gh-pages",
+ "trailingSlash": false,
+ "onBrokenLinks": "ignore",
"onBrokenMarkdownLinks": "warn",
"i18n": {
"defaultLocale": "en",
"locales": [
- "en"
+ "en",
+ "zh-Hans"
],
- "path": "i18n",
- "localeConfigs": {}
+ "localeConfigs": {
+ "en": {
+ "label": "English",
+ "direction": "ltr"
+ },
+ "zh-Hans": {
+ "label": "简体中文",
+ "direction": "ltr"
+ }
+ },
+ "path": "i18n"
},
"presets": [
[
@@ -52,9 +64,9 @@ export default {
"themeConfig": {
"image": "img/docusaurus-social-card.jpg",
"navbar": {
- "title": "My Site",
+ "title": "KubeNest",
"logo": {
- "alt": "My Site Logo",
+ "alt": "KubeNest Logo",
"src": "img/logo.svg"
},
"items": [
@@ -70,8 +82,20 @@ export default {
"position": "left"
},
{
- "href": "https://github.com/facebook/docusaurus",
- "label": "GitHub",
+ "type": "localeDropdown",
+ "position": "right",
+ "dropdownItemsBefore": [],
+ "dropdownItemsAfter": []
+ },
+ {
+ "href": "https://kosmos-io.github.io/kubenest-website/quick-start",
+ "label": "Examples",
+ "position": "right"
+ },
+ {
+ "href": "https://github.com/kosmos-io/kubenest-website",
+ "className": "header-github-link",
+ "aria-label": "GitHub repository",
"position": "right"
}
],
diff --git a/.docusaurus/globalData.json b/.docusaurus/globalData.json
index a3d7aa34..d258a004 100644
--- a/.docusaurus/globalData.json
+++ b/.docusaurus/globalData.json
@@ -1,68 +1,68 @@
{
"docusaurus-plugin-content-docs": {
"default": {
- "path": "/docs",
+ "path": "/kubenest-website/docs",
"versions": [
{
"name": "current",
"label": "Next",
"isLast": true,
- "path": "/docs",
+ "path": "/kubenest-website/docs",
"mainDocId": "intro",
"docs": [
{
"id": "intro",
- "path": "/docs/intro",
+ "path": "/kubenest-website/docs/intro",
"sidebar": "tutorialSidebar"
},
{
"id": "tutorial-basics/congratulations",
- "path": "/docs/tutorial-basics/congratulations",
+ "path": "/kubenest-website/docs/tutorial-basics/congratulations",
"sidebar": "tutorialSidebar"
},
{
"id": "tutorial-basics/create-a-blog-post",
- "path": "/docs/tutorial-basics/create-a-blog-post",
+ "path": "/kubenest-website/docs/tutorial-basics/create-a-blog-post",
"sidebar": "tutorialSidebar"
},
{
"id": "tutorial-basics/create-a-document",
- "path": "/docs/tutorial-basics/create-a-document",
+ "path": "/kubenest-website/docs/tutorial-basics/create-a-document",
"sidebar": "tutorialSidebar"
},
{
"id": "tutorial-basics/create-a-page",
- "path": "/docs/tutorial-basics/create-a-page",
+ "path": "/kubenest-website/docs/tutorial-basics/create-a-page",
"sidebar": "tutorialSidebar"
},
{
"id": "tutorial-basics/deploy-your-site",
- "path": "/docs/tutorial-basics/deploy-your-site",
+ "path": "/kubenest-website/docs/tutorial-basics/deploy-your-site",
"sidebar": "tutorialSidebar"
},
{
"id": "tutorial-basics/markdown-features",
- "path": "/docs/tutorial-basics/markdown-features",
+ "path": "/kubenest-website/docs/tutorial-basics/markdown-features",
"sidebar": "tutorialSidebar"
},
{
"id": "tutorial-extras/manage-docs-versions",
- "path": "/docs/tutorial-extras/manage-docs-versions",
+ "path": "/kubenest-website/docs/tutorial-extras/manage-docs-versions",
"sidebar": "tutorialSidebar"
},
{
"id": "tutorial-extras/translate-your-site",
- "path": "/docs/tutorial-extras/translate-your-site",
+ "path": "/kubenest-website/docs/tutorial-extras/translate-your-site",
"sidebar": "tutorialSidebar"
},
{
"id": "/category/tutorial---basics",
- "path": "/docs/category/tutorial---basics",
+ "path": "/kubenest-website/docs/category/tutorial---basics",
"sidebar": "tutorialSidebar"
},
{
"id": "/category/tutorial---extras",
- "path": "/docs/category/tutorial---extras",
+ "path": "/kubenest-website/docs/category/tutorial---extras",
"sidebar": "tutorialSidebar"
}
],
@@ -70,7 +70,7 @@
"sidebars": {
"tutorialSidebar": {
"link": {
- "path": "/docs/intro",
+ "path": "/kubenest-website/docs/intro",
"label": "intro"
}
}
diff --git a/.docusaurus/i18n.json b/.docusaurus/i18n.json
index 285e67dc..2d27c224 100644
--- a/.docusaurus/i18n.json
+++ b/.docusaurus/i18n.json
@@ -1,7 +1,8 @@
{
"defaultLocale": "en",
"locales": [
- "en"
+ "en",
+ "zh-Hans"
],
"path": "i18n",
"currentLocale": "en",
@@ -12,6 +13,13 @@
"htmlLang": "en",
"calendar": "gregory",
"path": "en"
+ },
+ "zh-Hans": {
+ "label": "简体中文",
+ "direction": "ltr",
+ "htmlLang": "zh-Hans",
+ "calendar": "gregory",
+ "path": "zh-Hans"
}
}
}
\ No newline at end of file
diff --git a/.docusaurus/registry.js b/.docusaurus/registry.js
index 82de0970..25450895 100644
--- a/.docusaurus/registry.js
+++ b/.docusaurus/registry.js
@@ -19,42 +19,42 @@ export default {
"__comp---theme-doc-version-roota-7-b-5de": [() => import(/* webpackChunkName: "__comp---theme-doc-version-roota-7-b-5de" */ "@theme/DocVersionRoot"), "@theme/DocVersionRoot", require.resolveWeak("@theme/DocVersionRoot")],
"__comp---theme-docs-root-5-e-9-0b6": [() => import(/* webpackChunkName: "__comp---theme-docs-root-5-e-9-0b6" */ "@theme/DocsRoot"), "@theme/DocsRoot", require.resolveWeak("@theme/DocsRoot")],
"__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")],
- "__props---blog-archivef-81-229": [() => import(/* webpackChunkName: "__props---blog-archivef-81-229" */ "@generated/docusaurus-plugin-content-blog/default/p/blog-archive-f05.json"), "@generated/docusaurus-plugin-content-blog/default/p/blog-archive-f05.json", require.resolveWeak("@generated/docusaurus-plugin-content-blog/default/p/blog-archive-f05.json")],
- "__props---blog-authors-all-sebastien-lorber-articlesc-9-c-639": [() => import(/* webpackChunkName: "__props---blog-authors-all-sebastien-lorber-articlesc-9-c-639" */ "@generated/docusaurus-plugin-content-blog/default/p/blog-authors-all-sebastien-lorber-articles-6eb.json"), "@generated/docusaurus-plugin-content-blog/default/p/blog-authors-all-sebastien-lorber-articles-6eb.json", require.resolveWeak("@generated/docusaurus-plugin-content-blog/default/p/blog-authors-all-sebastien-lorber-articles-6eb.json")],
- "__props---blog-authors-yangshun-1-de-d0c": [() => import(/* webpackChunkName: "__props---blog-authors-yangshun-1-de-d0c" */ "@generated/docusaurus-plugin-content-blog/default/p/blog-authors-yangshun-af2.json"), "@generated/docusaurus-plugin-content-blog/default/p/blog-authors-yangshun-af2.json", require.resolveWeak("@generated/docusaurus-plugin-content-blog/default/p/blog-authors-yangshun-af2.json")],
- "__props---blog-authorsef-8-44f": [() => import(/* webpackChunkName: "__props---blog-authorsef-8-44f" */ "@generated/docusaurus-plugin-content-blog/default/p/blog-authors-790.json"), "@generated/docusaurus-plugin-content-blog/default/p/blog-authors-790.json", require.resolveWeak("@generated/docusaurus-plugin-content-blog/default/p/blog-authors-790.json")],
- "__props---blog-tags-3-a-2-fa2": [() => import(/* webpackChunkName: "__props---blog-tags-3-a-2-fa2" */ "@generated/docusaurus-plugin-content-blog/default/p/blog-tags-df9.json"), "@generated/docusaurus-plugin-content-blog/default/p/blog-tags-df9.json", require.resolveWeak("@generated/docusaurus-plugin-content-blog/default/p/blog-tags-df9.json")],
- "__props---blog-tags-docusaurus-321-832": [() => import(/* webpackChunkName: "__props---blog-tags-docusaurus-321-832" */ "@generated/docusaurus-plugin-content-blog/default/p/blog-tags-docusaurus-f20.json"), "@generated/docusaurus-plugin-content-blog/default/p/blog-tags-docusaurus-f20.json", require.resolveWeak("@generated/docusaurus-plugin-content-blog/default/p/blog-tags-docusaurus-f20.json")],
- "__props---blog-tags-facebooke-5-a-514": [() => import(/* webpackChunkName: "__props---blog-tags-facebooke-5-a-514" */ "@generated/docusaurus-plugin-content-blog/default/p/blog-tags-facebook-f47.json"), "@generated/docusaurus-plugin-content-blog/default/p/blog-tags-facebook-f47.json", require.resolveWeak("@generated/docusaurus-plugin-content-blog/default/p/blog-tags-facebook-f47.json")],
- "__props---blog-tags-hellof-82-2fd": [() => import(/* webpackChunkName: "__props---blog-tags-hellof-82-2fd" */ "@generated/docusaurus-plugin-content-blog/default/p/blog-tags-hello-f96.json"), "@generated/docusaurus-plugin-content-blog/default/p/blog-tags-hello-f96.json", require.resolveWeak("@generated/docusaurus-plugin-content-blog/default/p/blog-tags-hello-f96.json")],
- "__props---blog-tags-hola-5-e-9-9a3": [() => import(/* webpackChunkName: "__props---blog-tags-hola-5-e-9-9a3" */ "@generated/docusaurus-plugin-content-blog/default/p/blog-tags-hola-73f.json"), "@generated/docusaurus-plugin-content-blog/default/p/blog-tags-hola-73f.json", require.resolveWeak("@generated/docusaurus-plugin-content-blog/default/p/blog-tags-hola-73f.json")],
- "__props---blogc-15-573": [() => import(/* webpackChunkName: "__props---blogc-15-573" */ "@generated/docusaurus-plugin-content-blog/default/p/blog-bd9.json"), "@generated/docusaurus-plugin-content-blog/default/p/blog-bd9.json", require.resolveWeak("@generated/docusaurus-plugin-content-blog/default/p/blog-bd9.json")],
- "__props---docs-005-788": [() => import(/* webpackChunkName: "__props---docs-005-788" */ "@generated/docusaurus-plugin-content-docs/default/p/docs-175.json"), "@generated/docusaurus-plugin-content-docs/default/p/docs-175.json", require.resolveWeak("@generated/docusaurus-plugin-content-docs/default/p/docs-175.json")],
- "__props---docs-category-tutorial-basicsc-8-a-e51": [() => import(/* webpackChunkName: "__props---docs-category-tutorial-basicsc-8-a-e51" */ "@generated/docusaurus-plugin-content-docs/default/p/docs-category-tutorial-basics-ea4.json"), "@generated/docusaurus-plugin-content-docs/default/p/docs-category-tutorial-basics-ea4.json", require.resolveWeak("@generated/docusaurus-plugin-content-docs/default/p/docs-category-tutorial-basics-ea4.json")],
- "__props---docs-category-tutorial-extras-6-bb-a82": [() => import(/* webpackChunkName: "__props---docs-category-tutorial-extras-6-bb-a82" */ "@generated/docusaurus-plugin-content-docs/default/p/docs-category-tutorial-extras-128.json"), "@generated/docusaurus-plugin-content-docs/default/p/docs-category-tutorial-extras-128.json", require.resolveWeak("@generated/docusaurus-plugin-content-docs/default/p/docs-category-tutorial-extras-128.json")],
- "__props---docusaurus-debug-content-3-c-0-be2": [() => import(/* webpackChunkName: "__props---docusaurus-debug-content-3-c-0-be2" */ "@generated/docusaurus-plugin-debug/default/p/docusaurus-debug-content-0d5.json"), "@generated/docusaurus-plugin-debug/default/p/docusaurus-debug-content-0d5.json", require.resolveWeak("@generated/docusaurus-plugin-debug/default/p/docusaurus-debug-content-0d5.json")],
- "blogMetadata---blog-authorsace-e7d": [() => import(/* webpackChunkName: "blogMetadata---blog-authorsace-e7d" */ "~blog/default/blogMetadata-default.json"), "~blog/default/blogMetadata-default.json", require.resolveWeak("~blog/default/blogMetadata-default.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")],
- "plugin---blog-369-22e": [() => import(/* webpackChunkName: "plugin---blog-369-22e" */ "@generated/docusaurus-plugin-content-blog/default/__plugin.json"), "@generated/docusaurus-plugin-content-blog/default/__plugin.json", require.resolveWeak("@generated/docusaurus-plugin-content-blog/default/__plugin.json")],
- "plugin---docsaba-d7c": [() => import(/* webpackChunkName: "plugin---docsaba-d7c" */ "@generated/docusaurus-plugin-content-docs/default/__plugin.json"), "@generated/docusaurus-plugin-content-docs/default/__plugin.json", require.resolveWeak("@generated/docusaurus-plugin-content-docs/default/__plugin.json")],
- "plugin---docusaurus-debugb-38-ad3": [() => import(/* webpackChunkName: "plugin---docusaurus-debugb-38-ad3" */ "@generated/docusaurus-plugin-debug/default/__plugin.json"), "@generated/docusaurus-plugin-debug/default/__plugin.json", require.resolveWeak("@generated/docusaurus-plugin-debug/default/__plugin.json")],
- "plugin---markdown-pagea-74-7b5": [() => import(/* webpackChunkName: "plugin---markdown-pagea-74-7b5" */ "@generated/docusaurus-plugin-content-pages/default/__plugin.json"), "@generated/docusaurus-plugin-content-pages/default/__plugin.json", require.resolveWeak("@generated/docusaurus-plugin-content-pages/default/__plugin.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")],};
+ "__props---kubenest-website-blog-1-d-5-432": [() => import(/* webpackChunkName: "__props---kubenest-website-blog-1-d-5-432" */ "@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-104.json"), "@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-104.json", require.resolveWeak("@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-104.json")],
+ "__props---kubenest-website-blog-archive-3-d-1-e98": [() => import(/* webpackChunkName: "__props---kubenest-website-blog-archive-3-d-1-e98" */ "@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-archive-aae.json"), "@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-archive-aae.json", require.resolveWeak("@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-archive-aae.json")],
+ "__props---kubenest-website-blog-authors-967-d45": [() => import(/* webpackChunkName: "__props---kubenest-website-blog-authors-967-d45" */ "@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-authors-bf7.json"), "@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-authors-bf7.json", require.resolveWeak("@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-authors-bf7.json")],
+ "__props---kubenest-website-blog-authors-all-sebastien-lorber-articles-58-f-322": [() => import(/* webpackChunkName: "__props---kubenest-website-blog-authors-all-sebastien-lorber-articles-58-f-322" */ "@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-authors-all-sebastien-lorber-articles-5ff.json"), "@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-authors-all-sebastien-lorber-articles-5ff.json", require.resolveWeak("@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-authors-all-sebastien-lorber-articles-5ff.json")],
+ "__props---kubenest-website-blog-authors-yangshun-431-377": [() => import(/* webpackChunkName: "__props---kubenest-website-blog-authors-yangshun-431-377" */ "@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-authors-yangshun-7f6.json"), "@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-authors-yangshun-7f6.json", require.resolveWeak("@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-authors-yangshun-7f6.json")],
+ "__props---kubenest-website-blog-tags-docusauruse-37-030": [() => import(/* webpackChunkName: "__props---kubenest-website-blog-tags-docusauruse-37-030" */ "@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-docusaurus-c10.json"), "@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-docusaurus-c10.json", require.resolveWeak("@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-docusaurus-c10.json")],
+ "__props---kubenest-website-blog-tags-facebook-2-fc-80f": [() => import(/* webpackChunkName: "__props---kubenest-website-blog-tags-facebook-2-fc-80f" */ "@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-facebook-bf3.json"), "@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-facebook-bf3.json", require.resolveWeak("@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-facebook-bf3.json")],
+ "__props---kubenest-website-blog-tags-hellob-1-c-4fa": [() => import(/* webpackChunkName: "__props---kubenest-website-blog-tags-hellob-1-c-4fa" */ "@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-hello-3b2.json"), "@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-hello-3b2.json", require.resolveWeak("@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-hello-3b2.json")],
+ "__props---kubenest-website-blog-tags-hola-53-d-bfb": [() => import(/* webpackChunkName: "__props---kubenest-website-blog-tags-hola-53-d-bfb" */ "@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-hola-c93.json"), "@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-hola-c93.json", require.resolveWeak("@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-hola-c93.json")],
+ "__props---kubenest-website-blog-tagse-3-d-a20": [() => import(/* webpackChunkName: "__props---kubenest-website-blog-tagse-3-d-a20" */ "@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-1ce.json"), "@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-1ce.json", require.resolveWeak("@generated/docusaurus-plugin-content-blog/default/p/kubenest-website-blog-tags-1ce.json")],
+ "__props---kubenest-website-docs-category-tutorial-basics-3-c-1-325": [() => import(/* webpackChunkName: "__props---kubenest-website-docs-category-tutorial-basics-3-c-1-325" */ "@generated/docusaurus-plugin-content-docs/default/p/kubenest-website-docs-category-tutorial-basics-2f0.json"), "@generated/docusaurus-plugin-content-docs/default/p/kubenest-website-docs-category-tutorial-basics-2f0.json", require.resolveWeak("@generated/docusaurus-plugin-content-docs/default/p/kubenest-website-docs-category-tutorial-basics-2f0.json")],
+ "__props---kubenest-website-docs-category-tutorial-extrasb-02-4f0": [() => import(/* webpackChunkName: "__props---kubenest-website-docs-category-tutorial-extrasb-02-4f0" */ "@generated/docusaurus-plugin-content-docs/default/p/kubenest-website-docs-category-tutorial-extras-7c9.json"), "@generated/docusaurus-plugin-content-docs/default/p/kubenest-website-docs-category-tutorial-extras-7c9.json", require.resolveWeak("@generated/docusaurus-plugin-content-docs/default/p/kubenest-website-docs-category-tutorial-extras-7c9.json")],
+ "__props---kubenest-website-docsfa-6-095": [() => import(/* webpackChunkName: "__props---kubenest-website-docsfa-6-095" */ "@generated/docusaurus-plugin-content-docs/default/p/kubenest-website-docs-59e.json"), "@generated/docusaurus-plugin-content-docs/default/p/kubenest-website-docs-59e.json", require.resolveWeak("@generated/docusaurus-plugin-content-docs/default/p/kubenest-website-docs-59e.json")],
+ "__props---kubenest-website-docusaurus-debug-content-9-a-7-e75": [() => import(/* webpackChunkName: "__props---kubenest-website-docusaurus-debug-content-9-a-7-e75" */ "@generated/docusaurus-plugin-debug/default/p/kubenest-website-docusaurus-debug-content-04f.json"), "@generated/docusaurus-plugin-debug/default/p/kubenest-website-docusaurus-debug-content-04f.json", require.resolveWeak("@generated/docusaurus-plugin-debug/default/p/kubenest-website-docusaurus-debug-content-04f.json")],
+ "blogMetadata---kubenest-website-blog-authorsace-6f7": [() => import(/* webpackChunkName: "blogMetadata---kubenest-website-blog-authorsace-6f7" */ "~blog/default/blogMetadata-default.json"), "~blog/default/blogMetadata-default.json", require.resolveWeak("~blog/default/blogMetadata-default.json")],
+ "config---kubenest-website-5-e-9-b9e": [() => import(/* webpackChunkName: "config---kubenest-website-5-e-9-b9e" */ "@generated/docusaurus.config"), "@generated/docusaurus.config", require.resolveWeak("@generated/docusaurus.config")],
+ "content---kubenest-website-blog-766-f91": [() => import(/* webpackChunkName: "content---kubenest-website-blog-766-f91" */ "@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---kubenest-website-blog-871-366": [() => import(/* webpackChunkName: "content---kubenest-website-blog-871-366" */ "@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---kubenest-website-blog-925-19d": [() => import(/* webpackChunkName: "content---kubenest-website-blog-925-19d" */ "@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---kubenest-website-blog-first-blog-poste-27-3c2": [() => import(/* webpackChunkName: "content---kubenest-website-blog-first-blog-poste-27-3c2" */ "@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---kubenest-website-blog-long-blog-post-736-fca": [() => import(/* webpackChunkName: "content---kubenest-website-blog-long-blog-post-736-fca" */ "@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---kubenest-website-blog-mdx-blog-post-593-a30": [() => import(/* webpackChunkName: "content---kubenest-website-blog-mdx-blog-post-593-a30" */ "@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---kubenest-website-blog-welcomed-9-f-15b": [() => import(/* webpackChunkName: "content---kubenest-website-blog-welcomed-9-f-15b" */ "@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---kubenest-website-blogf-4-f-d4c": [() => import(/* webpackChunkName: "content---kubenest-website-blogf-4-f-d4c" */ "@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---kubenest-website-docs-intro-0-e-3-3ba": [() => import(/* webpackChunkName: "content---kubenest-website-docs-intro-0-e-3-3ba" */ "@site/docs/intro.md"), "@site/docs/intro.md", require.resolveWeak("@site/docs/intro.md")],
+ "content---kubenest-website-docs-tutorial-basics-congratulations-822-8ea": [() => import(/* webpackChunkName: "content---kubenest-website-docs-tutorial-basics-congratulations-822-8ea" */ "@site/docs/tutorial-basics/congratulations.md"), "@site/docs/tutorial-basics/congratulations.md", require.resolveWeak("@site/docs/tutorial-basics/congratulations.md")],
+ "content---kubenest-website-docs-tutorial-basics-create-a-blog-post-533-291": [() => import(/* webpackChunkName: "content---kubenest-website-docs-tutorial-basics-create-a-blog-post-533-291" */ "@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---kubenest-website-docs-tutorial-basics-create-a-document-1-e-4-5b0": [() => import(/* webpackChunkName: "content---kubenest-website-docs-tutorial-basics-create-a-document-1-e-4-5b0" */ "@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---kubenest-website-docs-tutorial-basics-create-a-page-5-c-8-977": [() => import(/* webpackChunkName: "content---kubenest-website-docs-tutorial-basics-create-a-page-5-c-8-977" */ "@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---kubenest-website-docs-tutorial-basics-deploy-your-sitef-55-504": [() => import(/* webpackChunkName: "content---kubenest-website-docs-tutorial-basics-deploy-your-sitef-55-504" */ "@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---kubenest-website-docs-tutorial-basics-markdown-features-18-c-193": [() => import(/* webpackChunkName: "content---kubenest-website-docs-tutorial-basics-markdown-features-18-c-193" */ "@site/docs/tutorial-basics/markdown-features.mdx"), "@site/docs/tutorial-basics/markdown-features.mdx", require.resolveWeak("@site/docs/tutorial-basics/markdown-features.mdx")],
+ "content---kubenest-website-docs-tutorial-extras-manage-docs-versionsdff-417": [() => import(/* webpackChunkName: "content---kubenest-website-docs-tutorial-extras-manage-docs-versionsdff-417" */ "@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---kubenest-website-docs-tutorial-extras-translate-your-sitee-44-310": [() => import(/* webpackChunkName: "content---kubenest-website-docs-tutorial-extras-translate-your-sitee-44-310" */ "@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---kubenest-website-markdown-page-393-459": [() => import(/* webpackChunkName: "content---kubenest-website-markdown-page-393-459" */ "@site/src/pages/markdown-page.md"), "@site/src/pages/markdown-page.md", require.resolveWeak("@site/src/pages/markdown-page.md")],
+ "plugin---kubenest-website-blog-369-c17": [() => import(/* webpackChunkName: "plugin---kubenest-website-blog-369-c17" */ "@generated/docusaurus-plugin-content-blog/default/__plugin.json"), "@generated/docusaurus-plugin-content-blog/default/__plugin.json", require.resolveWeak("@generated/docusaurus-plugin-content-blog/default/__plugin.json")],
+ "plugin---kubenest-website-docsaba-eb7": [() => import(/* webpackChunkName: "plugin---kubenest-website-docsaba-eb7" */ "@generated/docusaurus-plugin-content-docs/default/__plugin.json"), "@generated/docusaurus-plugin-content-docs/default/__plugin.json", require.resolveWeak("@generated/docusaurus-plugin-content-docs/default/__plugin.json")],
+ "plugin---kubenest-website-docusaurus-debugb-38-196": [() => import(/* webpackChunkName: "plugin---kubenest-website-docusaurus-debugb-38-196" */ "@generated/docusaurus-plugin-debug/default/__plugin.json"), "@generated/docusaurus-plugin-debug/default/__plugin.json", require.resolveWeak("@generated/docusaurus-plugin-debug/default/__plugin.json")],
+ "plugin---kubenest-website-markdown-pagea-74-8c9": [() => import(/* webpackChunkName: "plugin---kubenest-website-markdown-pagea-74-8c9" */ "@generated/docusaurus-plugin-content-pages/default/__plugin.json"), "@generated/docusaurus-plugin-content-pages/default/__plugin.json", require.resolveWeak("@generated/docusaurus-plugin-content-pages/default/__plugin.json")],
+ "sidebar---kubenest-website-blog-814-a5b": [() => import(/* webpackChunkName: "sidebar---kubenest-website-blog-814-a5b" */ "~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")],};
diff --git a/.docusaurus/routes.js b/.docusaurus/routes.js
index 39a73feb..07c48d92 100644
--- a/.docusaurus/routes.js
+++ b/.docusaurus/routes.js
@@ -3,190 +3,190 @@ import ComponentCreator from '@docusaurus/ComponentCreator';
export default [
{
- path: '/__docusaurus/debug',
- component: ComponentCreator('/__docusaurus/debug', '5ff'),
+ path: '/kubenest-website/__docusaurus/debug',
+ component: ComponentCreator('/kubenest-website/__docusaurus/debug', '201'),
exact: true
},
{
- path: '/__docusaurus/debug/config',
- component: ComponentCreator('/__docusaurus/debug/config', '5ba'),
+ path: '/kubenest-website/__docusaurus/debug/config',
+ component: ComponentCreator('/kubenest-website/__docusaurus/debug/config', 'cbc'),
exact: true
},
{
- path: '/__docusaurus/debug/content',
- component: ComponentCreator('/__docusaurus/debug/content', 'a2b'),
+ path: '/kubenest-website/__docusaurus/debug/content',
+ component: ComponentCreator('/kubenest-website/__docusaurus/debug/content', '4dc'),
exact: true
},
{
- path: '/__docusaurus/debug/globalData',
- component: ComponentCreator('/__docusaurus/debug/globalData', 'c3c'),
+ path: '/kubenest-website/__docusaurus/debug/globalData',
+ component: ComponentCreator('/kubenest-website/__docusaurus/debug/globalData', '71b'),
exact: true
},
{
- path: '/__docusaurus/debug/metadata',
- component: ComponentCreator('/__docusaurus/debug/metadata', '156'),
+ path: '/kubenest-website/__docusaurus/debug/metadata',
+ component: ComponentCreator('/kubenest-website/__docusaurus/debug/metadata', 'b30'),
exact: true
},
{
- path: '/__docusaurus/debug/registry',
- component: ComponentCreator('/__docusaurus/debug/registry', '88c'),
+ path: '/kubenest-website/__docusaurus/debug/registry',
+ component: ComponentCreator('/kubenest-website/__docusaurus/debug/registry', 'a33'),
exact: true
},
{
- path: '/__docusaurus/debug/routes',
- component: ComponentCreator('/__docusaurus/debug/routes', '000'),
+ path: '/kubenest-website/__docusaurus/debug/routes',
+ component: ComponentCreator('/kubenest-website/__docusaurus/debug/routes', '4ca'),
exact: true
},
{
- path: '/blog',
- component: ComponentCreator('/blog', 'b2f'),
+ path: '/kubenest-website/blog',
+ component: ComponentCreator('/kubenest-website/blog', '899'),
exact: true
},
{
- path: '/blog/archive',
- component: ComponentCreator('/blog/archive', '182'),
+ path: '/kubenest-website/blog/archive',
+ component: ComponentCreator('/kubenest-website/blog/archive', '709'),
exact: true
},
{
- path: '/blog/authors',
- component: ComponentCreator('/blog/authors', '0b7'),
+ path: '/kubenest-website/blog/authors',
+ component: ComponentCreator('/kubenest-website/blog/authors', '7c2'),
exact: true
},
{
- path: '/blog/authors/all-sebastien-lorber-articles',
- component: ComponentCreator('/blog/authors/all-sebastien-lorber-articles', '4a1'),
+ path: '/kubenest-website/blog/authors/all-sebastien-lorber-articles',
+ component: ComponentCreator('/kubenest-website/blog/authors/all-sebastien-lorber-articles', 'ac0'),
exact: true
},
{
- path: '/blog/authors/yangshun',
- component: ComponentCreator('/blog/authors/yangshun', 'a68'),
+ path: '/kubenest-website/blog/authors/yangshun',
+ component: ComponentCreator('/kubenest-website/blog/authors/yangshun', '5a1'),
exact: true
},
{
- path: '/blog/first-blog-post',
- component: ComponentCreator('/blog/first-blog-post', '89a'),
+ path: '/kubenest-website/blog/first-blog-post',
+ component: ComponentCreator('/kubenest-website/blog/first-blog-post', '6d1'),
exact: true
},
{
- path: '/blog/long-blog-post',
- component: ComponentCreator('/blog/long-blog-post', '9ad'),
+ path: '/kubenest-website/blog/long-blog-post',
+ component: ComponentCreator('/kubenest-website/blog/long-blog-post', '602'),
exact: true
},
{
- path: '/blog/mdx-blog-post',
- component: ComponentCreator('/blog/mdx-blog-post', 'e9f'),
+ path: '/kubenest-website/blog/mdx-blog-post',
+ component: ComponentCreator('/kubenest-website/blog/mdx-blog-post', '5bd'),
exact: true
},
{
- path: '/blog/tags',
- component: ComponentCreator('/blog/tags', '287'),
+ path: '/kubenest-website/blog/tags',
+ component: ComponentCreator('/kubenest-website/blog/tags', 'd36'),
exact: true
},
{
- path: '/blog/tags/docusaurus',
- component: ComponentCreator('/blog/tags/docusaurus', '704'),
+ path: '/kubenest-website/blog/tags/docusaurus',
+ component: ComponentCreator('/kubenest-website/blog/tags/docusaurus', 'db4'),
exact: true
},
{
- path: '/blog/tags/facebook',
- component: ComponentCreator('/blog/tags/facebook', '858'),
+ path: '/kubenest-website/blog/tags/facebook',
+ component: ComponentCreator('/kubenest-website/blog/tags/facebook', 'e1e'),
exact: true
},
{
- path: '/blog/tags/hello',
- component: ComponentCreator('/blog/tags/hello', '299'),
+ path: '/kubenest-website/blog/tags/hello',
+ component: ComponentCreator('/kubenest-website/blog/tags/hello', 'cca'),
exact: true
},
{
- path: '/blog/tags/hola',
- component: ComponentCreator('/blog/tags/hola', '00d'),
+ path: '/kubenest-website/blog/tags/hola',
+ component: ComponentCreator('/kubenest-website/blog/tags/hola', 'a24'),
exact: true
},
{
- path: '/blog/welcome',
- component: ComponentCreator('/blog/welcome', 'd2b'),
+ path: '/kubenest-website/blog/welcome',
+ component: ComponentCreator('/kubenest-website/blog/welcome', '0e8'),
exact: true
},
{
- path: '/markdown-page',
- component: ComponentCreator('/markdown-page', '3d7'),
+ path: '/kubenest-website/markdown-page',
+ component: ComponentCreator('/kubenest-website/markdown-page', 'f92'),
exact: true
},
{
- path: '/docs',
- component: ComponentCreator('/docs', '733'),
+ path: '/kubenest-website/docs',
+ component: ComponentCreator('/kubenest-website/docs', 'f14'),
routes: [
{
- path: '/docs',
- component: ComponentCreator('/docs', '7e6'),
+ path: '/kubenest-website/docs',
+ component: ComponentCreator('/kubenest-website/docs', 'fea'),
routes: [
{
- path: '/docs',
- component: ComponentCreator('/docs', 'ba6'),
+ path: '/kubenest-website/docs',
+ component: ComponentCreator('/kubenest-website/docs', 'f61'),
routes: [
{
- path: '/docs/category/tutorial---basics',
- component: ComponentCreator('/docs/category/tutorial---basics', '20e'),
+ path: '/kubenest-website/docs/category/tutorial---basics',
+ component: ComponentCreator('/kubenest-website/docs/category/tutorial---basics', '9f5'),
exact: true,
sidebar: "tutorialSidebar"
},
{
- path: '/docs/category/tutorial---extras',
- component: ComponentCreator('/docs/category/tutorial---extras', '9ad'),
+ path: '/kubenest-website/docs/category/tutorial---extras',
+ component: ComponentCreator('/kubenest-website/docs/category/tutorial---extras', '4ef'),
exact: true,
sidebar: "tutorialSidebar"
},
{
- path: '/docs/intro',
- component: ComponentCreator('/docs/intro', '61d'),
+ path: '/kubenest-website/docs/intro',
+ component: ComponentCreator('/kubenest-website/docs/intro', 'dfd'),
exact: true,
sidebar: "tutorialSidebar"
},
{
- path: '/docs/tutorial-basics/congratulations',
- component: ComponentCreator('/docs/tutorial-basics/congratulations', '458'),
+ path: '/kubenest-website/docs/tutorial-basics/congratulations',
+ component: ComponentCreator('/kubenest-website/docs/tutorial-basics/congratulations', '1fe'),
exact: true,
sidebar: "tutorialSidebar"
},
{
- path: '/docs/tutorial-basics/create-a-blog-post',
- component: ComponentCreator('/docs/tutorial-basics/create-a-blog-post', '108'),
+ path: '/kubenest-website/docs/tutorial-basics/create-a-blog-post',
+ component: ComponentCreator('/kubenest-website/docs/tutorial-basics/create-a-blog-post', '93b'),
exact: true,
sidebar: "tutorialSidebar"
},
{
- path: '/docs/tutorial-basics/create-a-document',
- component: ComponentCreator('/docs/tutorial-basics/create-a-document', '8fc'),
+ path: '/kubenest-website/docs/tutorial-basics/create-a-document',
+ component: ComponentCreator('/kubenest-website/docs/tutorial-basics/create-a-document', '655'),
exact: true,
sidebar: "tutorialSidebar"
},
{
- path: '/docs/tutorial-basics/create-a-page',
- component: ComponentCreator('/docs/tutorial-basics/create-a-page', '951'),
+ path: '/kubenest-website/docs/tutorial-basics/create-a-page',
+ component: ComponentCreator('/kubenest-website/docs/tutorial-basics/create-a-page', '37a'),
exact: true,
sidebar: "tutorialSidebar"
},
{
- path: '/docs/tutorial-basics/deploy-your-site',
- component: ComponentCreator('/docs/tutorial-basics/deploy-your-site', '4f5'),
+ path: '/kubenest-website/docs/tutorial-basics/deploy-your-site',
+ component: ComponentCreator('/kubenest-website/docs/tutorial-basics/deploy-your-site', 'bf9'),
exact: true,
sidebar: "tutorialSidebar"
},
{
- path: '/docs/tutorial-basics/markdown-features',
- component: ComponentCreator('/docs/tutorial-basics/markdown-features', 'b05'),
+ path: '/kubenest-website/docs/tutorial-basics/markdown-features',
+ component: ComponentCreator('/kubenest-website/docs/tutorial-basics/markdown-features', 'a36'),
exact: true,
sidebar: "tutorialSidebar"
},
{
- path: '/docs/tutorial-extras/manage-docs-versions',
- component: ComponentCreator('/docs/tutorial-extras/manage-docs-versions', '978'),
+ path: '/kubenest-website/docs/tutorial-extras/manage-docs-versions',
+ component: ComponentCreator('/kubenest-website/docs/tutorial-extras/manage-docs-versions', 'd57'),
exact: true,
sidebar: "tutorialSidebar"
},
{
- path: '/docs/tutorial-extras/translate-your-site',
- component: ComponentCreator('/docs/tutorial-extras/translate-your-site', 'f9a'),
+ path: '/kubenest-website/docs/tutorial-extras/translate-your-site',
+ component: ComponentCreator('/kubenest-website/docs/tutorial-extras/translate-your-site', '629'),
exact: true,
sidebar: "tutorialSidebar"
}
@@ -197,8 +197,8 @@ export default [
]
},
{
- path: '/',
- component: ComponentCreator('/', '2e1'),
+ path: '/kubenest-website/',
+ component: ComponentCreator('/kubenest-website/', 'b71'),
exact: true
},
{
diff --git a/.docusaurus/routesChunkNames.json b/.docusaurus/routesChunkNames.json
index 2f8482e1..46353011 100644
--- a/.docusaurus/routesChunkNames.json
+++ b/.docusaurus/routesChunkNames.json
@@ -1,316 +1,316 @@
{
- "/__docusaurus/debug-5ff": {
+ "/kubenest-website/__docusaurus/debug-201": {
"__comp": "__comp---theme-debug-config-23-a-2ff",
"__context": {
- "plugin": "plugin---docusaurus-debugb-38-ad3"
+ "plugin": "plugin---kubenest-website-docusaurus-debugb-38-196"
}
},
- "/__docusaurus/debug/config-5ba": {
+ "/kubenest-website/__docusaurus/debug/config-cbc": {
"__comp": "__comp---theme-debug-config-23-a-2ff",
"__context": {
- "plugin": "plugin---docusaurus-debugb-38-ad3"
+ "plugin": "plugin---kubenest-website-docusaurus-debugb-38-196"
}
},
- "/__docusaurus/debug/content-a2b": {
+ "/kubenest-website/__docusaurus/debug/content-4dc": {
"__comp": "__comp---theme-debug-contentba-8-ce7",
"__context": {
- "plugin": "plugin---docusaurus-debugb-38-ad3"
+ "plugin": "plugin---kubenest-website-docusaurus-debugb-38-196"
},
- "__props": "__props---docusaurus-debug-content-3-c-0-be2"
+ "__props": "__props---kubenest-website-docusaurus-debug-content-9-a-7-e75"
},
- "/__docusaurus/debug/globalData-c3c": {
+ "/kubenest-website/__docusaurus/debug/globalData-71b": {
"__comp": "__comp---theme-debug-global-dataede-0fa",
"__context": {
- "plugin": "plugin---docusaurus-debugb-38-ad3"
+ "plugin": "plugin---kubenest-website-docusaurus-debugb-38-196"
}
},
- "/__docusaurus/debug/metadata-156": {
+ "/kubenest-website/__docusaurus/debug/metadata-b30": {
"__comp": "__comp---theme-debug-site-metadata-68-e-3d4",
"__context": {
- "plugin": "plugin---docusaurus-debugb-38-ad3"
+ "plugin": "plugin---kubenest-website-docusaurus-debugb-38-196"
}
},
- "/__docusaurus/debug/registry-88c": {
+ "/kubenest-website/__docusaurus/debug/registry-a33": {
"__comp": "__comp---theme-debug-registry-679-501",
"__context": {
- "plugin": "plugin---docusaurus-debugb-38-ad3"
+ "plugin": "plugin---kubenest-website-docusaurus-debugb-38-196"
}
},
- "/__docusaurus/debug/routes-000": {
+ "/kubenest-website/__docusaurus/debug/routes-4ca": {
"__comp": "__comp---theme-debug-routes-946-699",
"__context": {
- "plugin": "plugin---docusaurus-debugb-38-ad3"
+ "plugin": "plugin---kubenest-website-docusaurus-debugb-38-196"
}
},
- "/blog-b2f": {
+ "/kubenest-website/blog-899": {
"__comp": "__comp---theme-blog-list-pagea-6-a-7ba",
"__context": {
- "plugin": "plugin---blog-369-22e"
+ "plugin": "plugin---kubenest-website-blog-369-c17"
},
- "sidebar": "sidebar---blog-814-8ac",
+ "sidebar": "sidebar---kubenest-website-blog-814-a5b",
"items": [
{
- "content": "content---blog-766-e3c"
+ "content": "content---kubenest-website-blog-766-f91"
},
{
- "content": "content---blogf-4-f-cd7"
+ "content": "content---kubenest-website-blogf-4-f-d4c"
},
{
- "content": "content---blog-871-381"
+ "content": "content---kubenest-website-blog-871-366"
},
{
- "content": "content---blog-925-e00"
+ "content": "content---kubenest-website-blog-925-19d"
}
],
- "__props": "__props---blogc-15-573"
+ "__props": "__props---kubenest-website-blog-1-d-5-432"
},
- "/blog/archive-182": {
+ "/kubenest-website/blog/archive-709": {
"__comp": "__comp---theme-blog-archive-page-9-e-4-1d8",
"__context": {
- "plugin": "plugin---blog-369-22e"
+ "plugin": "plugin---kubenest-website-blog-369-c17"
},
- "__props": "__props---blog-archivef-81-229"
+ "__props": "__props---kubenest-website-blog-archive-3-d-1-e98"
},
- "/blog/authors-0b7": {
+ "/kubenest-website/blog/authors-7c2": {
"__comp": "__comp---theme-blog-pages-blog-authors-list-page-621-70c",
"__context": {
"data": {
- "blogMetadata": "blogMetadata---blog-authorsace-e7d"
+ "blogMetadata": "blogMetadata---kubenest-website-blog-authorsace-6f7"
},
- "plugin": "plugin---blog-369-22e"
+ "plugin": "plugin---kubenest-website-blog-369-c17"
},
- "sidebar": "sidebar---blog-814-8ac",
- "__props": "__props---blog-authorsef-8-44f"
+ "sidebar": "sidebar---kubenest-website-blog-814-a5b",
+ "__props": "__props---kubenest-website-blog-authors-967-d45"
},
- "/blog/authors/all-sebastien-lorber-articles-4a1": {
+ "/kubenest-website/blog/authors/all-sebastien-lorber-articles-ac0": {
"__comp": "__comp---theme-blog-pages-blog-authors-posts-page-33-f-bd5",
"__context": {
"data": {
- "blogMetadata": "blogMetadata---blog-authorsace-e7d"
+ "blogMetadata": "blogMetadata---kubenest-website-blog-authorsace-6f7"
},
- "plugin": "plugin---blog-369-22e"
+ "plugin": "plugin---kubenest-website-blog-369-c17"
},
"items": [
{
- "content": "content---blog-766-e3c"
+ "content": "content---kubenest-website-blog-766-f91"
},
{
- "content": "content---blogf-4-f-cd7"
+ "content": "content---kubenest-website-blogf-4-f-d4c"
},
{
- "content": "content---blog-925-e00"
+ "content": "content---kubenest-website-blog-925-19d"
}
],
- "sidebar": "sidebar---blog-814-8ac",
- "__props": "__props---blog-authors-all-sebastien-lorber-articlesc-9-c-639"
+ "sidebar": "sidebar---kubenest-website-blog-814-a5b",
+ "__props": "__props---kubenest-website-blog-authors-all-sebastien-lorber-articles-58-f-322"
},
- "/blog/authors/yangshun-a68": {
+ "/kubenest-website/blog/authors/yangshun-5a1": {
"__comp": "__comp---theme-blog-pages-blog-authors-posts-page-33-f-bd5",
"__context": {
"data": {
- "blogMetadata": "blogMetadata---blog-authorsace-e7d"
+ "blogMetadata": "blogMetadata---kubenest-website-blog-authorsace-6f7"
},
- "plugin": "plugin---blog-369-22e"
+ "plugin": "plugin---kubenest-website-blog-369-c17"
},
"items": [
{
- "content": "content---blog-766-e3c"
+ "content": "content---kubenest-website-blog-766-f91"
},
{
- "content": "content---blog-871-381"
+ "content": "content---kubenest-website-blog-871-366"
},
{
- "content": "content---blog-925-e00"
+ "content": "content---kubenest-website-blog-925-19d"
}
],
- "sidebar": "sidebar---blog-814-8ac",
- "__props": "__props---blog-authors-yangshun-1-de-d0c"
+ "sidebar": "sidebar---kubenest-website-blog-814-a5b",
+ "__props": "__props---kubenest-website-blog-authors-yangshun-431-377"
},
- "/blog/first-blog-post-89a": {
+ "/kubenest-website/blog/first-blog-post-6d1": {
"__comp": "__comp---theme-blog-post-pageccc-cab",
"__context": {
"data": {
- "blogMetadata": "blogMetadata---blog-authorsace-e7d"
+ "blogMetadata": "blogMetadata---kubenest-website-blog-authorsace-6f7"
},
- "plugin": "plugin---blog-369-22e"
+ "plugin": "plugin---kubenest-website-blog-369-c17"
},
- "sidebar": "sidebar---blog-814-8ac",
- "content": "content---blog-first-blog-poste-27-4a1"
+ "sidebar": "sidebar---kubenest-website-blog-814-a5b",
+ "content": "content---kubenest-website-blog-first-blog-poste-27-3c2"
},
- "/blog/long-blog-post-9ad": {
+ "/kubenest-website/blog/long-blog-post-602": {
"__comp": "__comp---theme-blog-post-pageccc-cab",
"__context": {
"data": {
- "blogMetadata": "blogMetadata---blog-authorsace-e7d"
+ "blogMetadata": "blogMetadata---kubenest-website-blog-authorsace-6f7"
},
- "plugin": "plugin---blog-369-22e"
+ "plugin": "plugin---kubenest-website-blog-369-c17"
},
- "sidebar": "sidebar---blog-814-8ac",
- "content": "content---blog-long-blog-post-736-bc7"
+ "sidebar": "sidebar---kubenest-website-blog-814-a5b",
+ "content": "content---kubenest-website-blog-long-blog-post-736-fca"
},
- "/blog/mdx-blog-post-e9f": {
+ "/kubenest-website/blog/mdx-blog-post-5bd": {
"__comp": "__comp---theme-blog-post-pageccc-cab",
"__context": {
"data": {
- "blogMetadata": "blogMetadata---blog-authorsace-e7d"
+ "blogMetadata": "blogMetadata---kubenest-website-blog-authorsace-6f7"
},
- "plugin": "plugin---blog-369-22e"
+ "plugin": "plugin---kubenest-website-blog-369-c17"
},
- "sidebar": "sidebar---blog-814-8ac",
- "content": "content---blog-mdx-blog-post-593-37b"
+ "sidebar": "sidebar---kubenest-website-blog-814-a5b",
+ "content": "content---kubenest-website-blog-mdx-blog-post-593-a30"
},
- "/blog/tags-287": {
+ "/kubenest-website/blog/tags-d36": {
"__comp": "__comp---theme-blog-tags-list-page-01-a-d0b",
"__context": {
- "plugin": "plugin---blog-369-22e"
+ "plugin": "plugin---kubenest-website-blog-369-c17"
},
- "sidebar": "sidebar---blog-814-8ac",
- "__props": "__props---blog-tags-3-a-2-fa2"
+ "sidebar": "sidebar---kubenest-website-blog-814-a5b",
+ "__props": "__props---kubenest-website-blog-tagse-3-d-a20"
},
- "/blog/tags/docusaurus-704": {
+ "/kubenest-website/blog/tags/docusaurus-db4": {
"__comp": "__comp---theme-blog-tags-posts-page-687-b6c",
"__context": {
- "plugin": "plugin---blog-369-22e"
+ "plugin": "plugin---kubenest-website-blog-369-c17"
},
- "sidebar": "sidebar---blog-814-8ac",
+ "sidebar": "sidebar---kubenest-website-blog-814-a5b",
"items": [
{
- "content": "content---blog-766-e3c"
+ "content": "content---kubenest-website-blog-766-f91"
},
{
- "content": "content---blogf-4-f-cd7"
+ "content": "content---kubenest-website-blogf-4-f-d4c"
},
{
- "content": "content---blog-871-381"
+ "content": "content---kubenest-website-blog-871-366"
},
{
- "content": "content---blog-925-e00"
+ "content": "content---kubenest-website-blog-925-19d"
}
],
- "__props": "__props---blog-tags-docusaurus-321-832"
+ "__props": "__props---kubenest-website-blog-tags-docusauruse-37-030"
},
- "/blog/tags/facebook-858": {
+ "/kubenest-website/blog/tags/facebook-e1e": {
"__comp": "__comp---theme-blog-tags-posts-page-687-b6c",
"__context": {
- "plugin": "plugin---blog-369-22e"
+ "plugin": "plugin---kubenest-website-blog-369-c17"
},
- "sidebar": "sidebar---blog-814-8ac",
+ "sidebar": "sidebar---kubenest-website-blog-814-a5b",
"items": [
{
- "content": "content---blog-766-e3c"
+ "content": "content---kubenest-website-blog-766-f91"
}
],
- "__props": "__props---blog-tags-facebooke-5-a-514"
+ "__props": "__props---kubenest-website-blog-tags-facebook-2-fc-80f"
},
- "/blog/tags/hello-299": {
+ "/kubenest-website/blog/tags/hello-cca": {
"__comp": "__comp---theme-blog-tags-posts-page-687-b6c",
"__context": {
- "plugin": "plugin---blog-369-22e"
+ "plugin": "plugin---kubenest-website-blog-369-c17"
},
- "sidebar": "sidebar---blog-814-8ac",
+ "sidebar": "sidebar---kubenest-website-blog-814-a5b",
"items": [
{
- "content": "content---blog-766-e3c"
+ "content": "content---kubenest-website-blog-766-f91"
},
{
- "content": "content---blog-871-381"
+ "content": "content---kubenest-website-blog-871-366"
}
],
- "__props": "__props---blog-tags-hellof-82-2fd"
+ "__props": "__props---kubenest-website-blog-tags-hellob-1-c-4fa"
},
- "/blog/tags/hola-00d": {
+ "/kubenest-website/blog/tags/hola-a24": {
"__comp": "__comp---theme-blog-tags-posts-page-687-b6c",
"__context": {
- "plugin": "plugin---blog-369-22e"
+ "plugin": "plugin---kubenest-website-blog-369-c17"
},
- "sidebar": "sidebar---blog-814-8ac",
+ "sidebar": "sidebar---kubenest-website-blog-814-a5b",
"items": [
{
- "content": "content---blog-925-e00"
+ "content": "content---kubenest-website-blog-925-19d"
}
],
- "__props": "__props---blog-tags-hola-5-e-9-9a3"
+ "__props": "__props---kubenest-website-blog-tags-hola-53-d-bfb"
},
- "/blog/welcome-d2b": {
+ "/kubenest-website/blog/welcome-0e8": {
"__comp": "__comp---theme-blog-post-pageccc-cab",
"__context": {
"data": {
- "blogMetadata": "blogMetadata---blog-authorsace-e7d"
+ "blogMetadata": "blogMetadata---kubenest-website-blog-authorsace-6f7"
},
- "plugin": "plugin---blog-369-22e"
+ "plugin": "plugin---kubenest-website-blog-369-c17"
},
- "sidebar": "sidebar---blog-814-8ac",
- "content": "content---blog-welcomed-9-f-ffb"
+ "sidebar": "sidebar---kubenest-website-blog-814-a5b",
+ "content": "content---kubenest-website-blog-welcomed-9-f-15b"
},
- "/markdown-page-3d7": {
+ "/kubenest-website/markdown-page-f92": {
"__comp": "__comp---theme-mdx-page-1-f-3-b90",
"__context": {
- "plugin": "plugin---markdown-pagea-74-7b5"
+ "plugin": "plugin---kubenest-website-markdown-pagea-74-8c9"
},
- "content": "content---markdown-page-393-028"
+ "content": "content---kubenest-website-markdown-page-393-459"
},
- "/docs-733": {
+ "/kubenest-website/docs-f14": {
"__comp": "__comp---theme-docs-root-5-e-9-0b6",
"__context": {
- "plugin": "plugin---docsaba-d7c"
+ "plugin": "plugin---kubenest-website-docsaba-eb7"
}
},
- "/docs-7e6": {
+ "/kubenest-website/docs-fea": {
"__comp": "__comp---theme-doc-version-roota-7-b-5de",
- "__props": "__props---docs-005-788"
+ "__props": "__props---kubenest-website-docsfa-6-095"
},
- "/docs-ba6": {
+ "/kubenest-website/docs-f61": {
"__comp": "__comp---theme-doc-roota-94-67a"
},
- "/docs/category/tutorial---basics-20e": {
+ "/kubenest-website/docs/category/tutorial---basics-9f5": {
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
- "__props": "__props---docs-category-tutorial-basicsc-8-a-e51"
+ "__props": "__props---kubenest-website-docs-category-tutorial-basics-3-c-1-325"
},
- "/docs/category/tutorial---extras-9ad": {
+ "/kubenest-website/docs/category/tutorial---extras-4ef": {
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
- "__props": "__props---docs-category-tutorial-extras-6-bb-a82"
+ "__props": "__props---kubenest-website-docs-category-tutorial-extrasb-02-4f0"
},
- "/docs/intro-61d": {
+ "/kubenest-website/docs/intro-dfd": {
"__comp": "__comp---theme-doc-item-178-a40",
- "content": "content---docs-intro-0-e-3-be1"
+ "content": "content---kubenest-website-docs-intro-0-e-3-3ba"
},
- "/docs/tutorial-basics/congratulations-458": {
+ "/kubenest-website/docs/tutorial-basics/congratulations-1fe": {
"__comp": "__comp---theme-doc-item-178-a40",
- "content": "content---docs-tutorial-basics-congratulations-822-958"
+ "content": "content---kubenest-website-docs-tutorial-basics-congratulations-822-8ea"
},
- "/docs/tutorial-basics/create-a-blog-post-108": {
+ "/kubenest-website/docs/tutorial-basics/create-a-blog-post-93b": {
"__comp": "__comp---theme-doc-item-178-a40",
- "content": "content---docs-tutorial-basics-create-a-blog-post-533-e85"
+ "content": "content---kubenest-website-docs-tutorial-basics-create-a-blog-post-533-291"
},
- "/docs/tutorial-basics/create-a-document-8fc": {
+ "/kubenest-website/docs/tutorial-basics/create-a-document-655": {
"__comp": "__comp---theme-doc-item-178-a40",
- "content": "content---docs-tutorial-basics-create-a-document-1-e-4-078"
+ "content": "content---kubenest-website-docs-tutorial-basics-create-a-document-1-e-4-5b0"
},
- "/docs/tutorial-basics/create-a-page-951": {
+ "/kubenest-website/docs/tutorial-basics/create-a-page-37a": {
"__comp": "__comp---theme-doc-item-178-a40",
- "content": "content---docs-tutorial-basics-create-a-page-5-c-8-e19"
+ "content": "content---kubenest-website-docs-tutorial-basics-create-a-page-5-c-8-977"
},
- "/docs/tutorial-basics/deploy-your-site-4f5": {
+ "/kubenest-website/docs/tutorial-basics/deploy-your-site-bf9": {
"__comp": "__comp---theme-doc-item-178-a40",
- "content": "content---docs-tutorial-basics-deploy-your-sitef-55-a3f"
+ "content": "content---kubenest-website-docs-tutorial-basics-deploy-your-sitef-55-504"
},
- "/docs/tutorial-basics/markdown-features-b05": {
+ "/kubenest-website/docs/tutorial-basics/markdown-features-a36": {
"__comp": "__comp---theme-doc-item-178-a40",
- "content": "content---docs-tutorial-basics-markdown-features-18-c-a79"
+ "content": "content---kubenest-website-docs-tutorial-basics-markdown-features-18-c-193"
},
- "/docs/tutorial-extras/manage-docs-versions-978": {
+ "/kubenest-website/docs/tutorial-extras/manage-docs-versions-d57": {
"__comp": "__comp---theme-doc-item-178-a40",
- "content": "content---docs-tutorial-extras-manage-docs-versionsdff-6d4"
+ "content": "content---kubenest-website-docs-tutorial-extras-manage-docs-versionsdff-417"
},
- "/docs/tutorial-extras/translate-your-site-f9a": {
+ "/kubenest-website/docs/tutorial-extras/translate-your-site-629": {
"__comp": "__comp---theme-doc-item-178-a40",
- "content": "content---docs-tutorial-extras-translate-your-sitee-44-ddf"
+ "content": "content---kubenest-website-docs-tutorial-extras-translate-your-sitee-44-310"
},
- "/-2e1": {
+ "/kubenest-website/-b71": {
"__comp": "__comp---site-src-pages-index-jsc-4-f-f99",
"__context": {
- "plugin": "plugin---markdown-pagea-74-7b5"
+ "plugin": "plugin---kubenest-website-markdown-pagea-74-8c9"
},
- "config": "config---5-e-9-4f3"
+ "config": "config---kubenest-website-5-e-9-b9e"
}
}
\ No newline at end of file
diff --git a/docusaurus.config.js b/docusaurus.config.js
index f9fb1f3d..e2eb5d26 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -8,142 +8,163 @@ import {themes as prismThemes} from 'prism-react-renderer';
/** @type {import('@docusaurus/types').Config} */
const config = {
- title: 'My Site',
- tagline: 'Dinosaurs are cool',
- favicon: 'img/favicon.ico',
+ title: 'KubeNest',
+ tagline: 'A fully isolated kube-in-kube solution',
+ favicon: 'img/favicon.ico',
- // Set the production url of your site here
- url: 'https://your-docusaurus-site.example.com',
- // Set the // pathname under which your site is served
- // For GitHub pages deployment, it is often '//'
- baseUrl: '/',
+ // Set the production url of your site here
+ url: 'https://kosmos-io.github.io',
+ // Set the // pathname under which your site is served
+ // For GitHub pages deployment, it is often '//'
+ baseUrl: '/kubenest-website/',
- // GitHub pages deployment config.
- // If you aren't using GitHub pages, you don't need these.
- organizationName: 'facebook', // Usually your GitHub org/user name.
- projectName: 'docusaurus', // Usually your repo name.
+ // GitHub pages deployment config.
+ // If you aren't using GitHub pages, you don't need these.
+ organizationName: 'kosmos', // Usually your GitHub org/user name.
+ projectName: 'kubenest-website', // Usually your repo name.
+ deploymentBranch: 'gh-pages',
+ trailingSlash: false,
- onBrokenLinks: 'throw',
- onBrokenMarkdownLinks: 'warn',
+ onBrokenLinks: "ignore", //Docusaurus 在检测到无效链接时的行为
+ onBrokenMarkdownLinks: "warn",
- // Even if you don't use internationalization, 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: {
- defaultLocale: 'en',
- locales: ['en'],
- },
-
- presets: [
- [
- 'classic',
- /** @type {import('@docusaurus/preset-classic').Options} */
- ({
- docs: {
- sidebarPath: './sidebars.js',
- // Please change this to your repo.
- // Remove this to remove the "edit this page" links.
- editUrl:
- 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
- },
- blog: {
- showReadingTime: true,
- feedOptions: {
- type: ['rss', 'atom'],
- xslt: true,
- },
- // Please change this to your repo.
- // Remove this to remove the "edit this page" links.
- editUrl:
- 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
- // Useful options to enforce blogging best practices
- onInlineTags: 'warn',
- onInlineAuthors: 'warn',
- onUntruncatedBlogPosts: 'warn',
+ // Even if you don't use internationalization, 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",
+ locales: ["en", "zh-Hans"],
+ localeConfigs: {
+ en: {
+ label: "English",
+ },
+ "zh-Hans": {
+ label: "简体中文",
+ },
},
- theme: {
- customCss: './src/css/custom.css',
- },
- }),
+ },
+
+ presets: [
+ [
+ 'classic',
+ /** @type {import('@docusaurus/preset-classic').Options} */
+ ({
+ docs: {
+ sidebarPath: './sidebars.js',
+ // Please change this to your repo.
+ // Remove this to remove the "edit this page" links.
+ editUrl:
+ 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
+ },
+ blog: {
+ showReadingTime: true,
+ feedOptions: {
+ type: ['rss', 'atom'],
+ xslt: true,
+ },
+ // Please change this to your repo.
+ // Remove this to remove the "edit this page" links.
+ editUrl:
+ 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
+ // Useful options to enforce blogging best practices
+ onInlineTags: 'warn',
+ onInlineAuthors: 'warn',
+ onUntruncatedBlogPosts: 'warn',
+ },
+ theme: {
+ customCss: './src/css/custom.css',
+ },
+ }),
+ ],
],
- ],
- themeConfig:
+ themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
- ({
- // Replace with your project's social card
- image: 'img/docusaurus-social-card.jpg',
- navbar: {
- title: 'My Site',
- logo: {
- alt: 'My Site 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',
- },
- ],
- },
- footer: {
- style: 'dark',
- links: [
- {
- title: 'Docs',
- items: [
- {
- label: 'Tutorial',
- to: '/docs/intro',
- },
- ],
- },
- {
- title: 'Community',
- items: [
- {
- label: 'Stack Overflow',
- href: 'https://stackoverflow.com/questions/tagged/docusaurus',
- },
- {
- label: 'Discord',
- href: 'https://discordapp.com/invite/docusaurus',
- },
- {
- label: 'Twitter',
- href: 'https://twitter.com/docusaurus',
- },
- ],
- },
- {
- title: 'More',
- items: [
- {
- label: 'Blog',
- to: '/blog',
- },
- {
- label: 'GitHub',
- href: 'https://github.com/facebook/docusaurus',
- },
- ],
- },
- ],
- copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
- },
- prism: {
- theme: prismThemes.github,
- darkTheme: prismThemes.dracula,
- },
- }),
+ ({
+ // Replace with your project's social card
+ image: 'img/docusaurus-social-card.jpg',
+ navbar: {
+ title: 'KubeNest',
+ logo: {
+ alt: 'KubeNest Logo',
+ src: 'img/logo.svg',
+ },
+ items: [
+ {
+ type: 'docSidebar',
+ sidebarId: 'tutorialSidebar',
+ position: 'left',
+ label: 'Tutorial',
+ },
+ {to: '/blog', label: 'Blog', position: 'left'},
+ {
+ type: "localeDropdown",
+ position: "right",
+ },
+ {
+ href: "https://kosmos-io.github.io/kubenest-website/quick-start",
+ label: "Examples",
+ position: "right"
+ },
+ {
+ href: "https://github.com/kosmos-io/kubenest-website",
+ className: "header-github-link",
+ "aria-label": "GitHub repository",
+ position: "right",
+ },
+ ],
+ },
+ footer: {
+ style: 'dark',
+ links: [
+ {
+ title: 'Docs',
+ items: [
+ {
+ label: 'Tutorial',
+ to: '/docs/intro',
+ },
+ ],
+ },
+ {
+ title: 'Community',
+ items: [
+ {
+ label: 'Stack Overflow',
+ href: 'https://stackoverflow.com/questions/tagged/docusaurus',
+ },
+ {
+ label: 'Discord',
+ href: 'https://discordapp.com/invite/docusaurus',
+ },
+ {
+ label: 'Twitter',
+ href: 'https://twitter.com/docusaurus',
+ },
+ ],
+ },
+ {
+ title: 'More',
+ items: [
+ {
+ label: 'Blog',
+ to: '/blog',
+ },
+ {
+ label: 'GitHub',
+ href: 'https://github.com/facebook/docusaurus',
+ },
+ ],
+ },
+ ],
+ copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
+ },
+ prism: {
+ theme: prismThemes.github,
+ darkTheme: prismThemes.dracula,
+ },
+ }),
};
export default config;
diff --git a/i18n/zh-Hans/code.json b/i18n/zh-Hans/code.json
new file mode 100644
index 00000000..7484058c
--- /dev/null
+++ b/i18n/zh-Hans/code.json
@@ -0,0 +1,309 @@
+{
+ "theme.ErrorPageContent.title": {
+ "message": "页面已崩溃。",
+ "description": "The title of the fallback page when the page crashed"
+ },
+ "theme.BackToTopButton.buttonAriaLabel": {
+ "message": "回到顶部",
+ "description": "The ARIA label for the back to top button"
+ },
+ "theme.blog.archive.title": {
+ "message": "历史博文",
+ "description": "The page & hero title of the blog archive page"
+ },
+ "theme.blog.archive.description": {
+ "message": "历史博文",
+ "description": "The page & hero description of the blog archive page"
+ },
+ "theme.blog.paginator.navAriaLabel": {
+ "message": "博文列表分页导航",
+ "description": "The ARIA label for the blog pagination"
+ },
+ "theme.blog.paginator.newerEntries": {
+ "message": "较新的博文",
+ "description": "The label used to navigate to the newer blog posts page (previous page)"
+ },
+ "theme.blog.paginator.olderEntries": {
+ "message": "较旧的博文",
+ "description": "The label used to navigate to the older blog posts page (next page)"
+ },
+ "theme.blog.post.paginator.navAriaLabel": {
+ "message": "博文分页导航",
+ "description": "The ARIA label for the blog posts pagination"
+ },
+ "theme.blog.post.paginator.newerPost": {
+ "message": "较新一篇",
+ "description": "The blog post button label to navigate to the newer/previous post"
+ },
+ "theme.blog.post.paginator.olderPost": {
+ "message": "较旧一篇",
+ "description": "The blog post button label to navigate to the older/next post"
+ },
+ "theme.tags.tagsPageLink": {
+ "message": "查看所有标签",
+ "description": "The label of the link targeting the tag list page"
+ },
+ "theme.colorToggle.ariaLabel": {
+ "message": "切换浅色/暗黑模式(当前为{mode})",
+ "description": "The ARIA label for the navbar color mode toggle"
+ },
+ "theme.colorToggle.ariaLabel.mode.dark": {
+ "message": "暗黑模式",
+ "description": "The name for the dark color mode"
+ },
+ "theme.colorToggle.ariaLabel.mode.light": {
+ "message": "浅色模式",
+ "description": "The name for the light color mode"
+ },
+ "theme.docs.breadcrumbs.navAriaLabel": {
+ "message": "页面路径",
+ "description": "The ARIA label for the breadcrumbs"
+ },
+ "theme.docs.DocCard.categoryDescription.plurals": {
+ "message": "{count} 个项目",
+ "description": "The default description for a category card in the generated index about how many items this category includes"
+ },
+ "theme.docs.paginator.navAriaLabel": {
+ "message": "文件选项卡",
+ "description": "The ARIA label for the docs pagination"
+ },
+ "theme.docs.paginator.previous": {
+ "message": "上一页",
+ "description": "The label used to navigate to the previous doc"
+ },
+ "theme.docs.paginator.next": {
+ "message": "下一页",
+ "description": "The label used to navigate to the next doc"
+ },
+ "theme.docs.tagDocListPageTitle.nDocsTagged": {
+ "message": "{count} 篇文档带有标签",
+ "description": "Pluralized label for \"{count} docs tagged\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
+ },
+ "theme.docs.tagDocListPageTitle": {
+ "message": "{nDocsTagged}「{tagName}」",
+ "description": "The title of the page for a docs tag"
+ },
+ "theme.docs.versionBadge.label": {
+ "message": "版本:{versionLabel}"
+ },
+ "theme.docs.versions.unreleasedVersionLabel": {
+ "message": "此为 {siteTitle} {versionLabel} 版尚未发行的文档。",
+ "description": "The label used to tell the user that he's browsing an unreleased doc version"
+ },
+ "theme.docs.versions.unmaintainedVersionLabel": {
+ "message": "此为 {siteTitle} {versionLabel} 版的文档,现已不再积极维护。",
+ "description": "The label used to tell the user that he's browsing an unmaintained doc version"
+ },
+ "theme.docs.versions.latestVersionSuggestionLabel": {
+ "message": "最新的文档请参阅 {latestVersionLink} ({versionLabel})。",
+ "description": "The label used to tell the user to check the latest version"
+ },
+ "theme.docs.versions.latestVersionLinkLabel": {
+ "message": "最新版本",
+ "description": "The label used for the latest version suggestion link label"
+ },
+ "theme.common.editThisPage": {
+ "message": "编辑此页",
+ "description": "The link label to edit the current page"
+ },
+ "theme.common.headingLinkTitle": {
+ "message": "{heading}的直接链接",
+ "description": "Title for link to heading"
+ },
+ "theme.lastUpdated.atDate": {
+ "message": "于 {date} ",
+ "description": "The words used to describe on which date a page has been last updated"
+ },
+ "theme.lastUpdated.byUser": {
+ "message": "由 {user} ",
+ "description": "The words used to describe by who the page has been last updated"
+ },
+ "theme.lastUpdated.lastUpdatedAtBy": {
+ "message": "最后{byUser}{atDate}更新",
+ "description": "The sentence used to display when a page has been last updated, and by who"
+ },
+ "theme.navbar.mobileVersionsDropdown.label": {
+ "message": "选择版本",
+ "description": "The label for the navbar versions dropdown on mobile view"
+ },
+ "theme.NotFound.title": {
+ "message": "找不到页面",
+ "description": "The title of the 404 page"
+ },
+ "theme.tags.tagsListLabel": {
+ "message": "标签:",
+ "description": "The label alongside a tag list"
+ },
+ "theme.admonition.caution": {
+ "message": "警告",
+ "description": "The default label used for the Caution admonition (:::caution)"
+ },
+ "theme.admonition.danger": {
+ "message": "危险",
+ "description": "The default label used for the Danger admonition (:::danger)"
+ },
+ "theme.admonition.info": {
+ "message": "信息",
+ "description": "The default label used for the Info admonition (:::info)"
+ },
+ "theme.admonition.note": {
+ "message": "备注",
+ "description": "The default label used for the Note admonition (:::note)"
+ },
+ "theme.admonition.tip": {
+ "message": "提示",
+ "description": "The default label used for the Tip admonition (:::tip)"
+ },
+ "theme.admonition.warning": {
+ "message": "注意",
+ "description": "The default label used for the Warning admonition (:::warning)"
+ },
+ "theme.AnnouncementBar.closeButtonAriaLabel": {
+ "message": "关闭",
+ "description": "The ARIA label for close button of announcement bar"
+ },
+ "theme.blog.sidebar.navAriaLabel": {
+ "message": "最近博文导航",
+ "description": "The ARIA label for recent posts in the blog sidebar"
+ },
+ "theme.CodeBlock.copied": {
+ "message": "复制成功",
+ "description": "The copied button label on code blocks"
+ },
+ "theme.CodeBlock.copyButtonAriaLabel": {
+ "message": "复制代码到剪贴板",
+ "description": "The ARIA label for copy code blocks button"
+ },
+ "theme.CodeBlock.copy": {
+ "message": "复制",
+ "description": "The copy button label on code blocks"
+ },
+ "theme.CodeBlock.wordWrapToggle": {
+ "message": "切换自动换行",
+ "description": "The title attribute for toggle word wrapping button of code block lines"
+ },
+ "theme.DocSidebarItem.expandCategoryAriaLabel": {
+ "message": "展开侧边栏分类 '{label}'",
+ "description": "The ARIA label to expand the sidebar category"
+ },
+ "theme.DocSidebarItem.collapseCategoryAriaLabel": {
+ "message": "折叠侧边栏分类 '{label}'",
+ "description": "The ARIA label to collapse the sidebar category"
+ },
+ "theme.NavBar.navAriaLabel": {
+ "message": "主导航",
+ "description": "The ARIA label for the main navigation"
+ },
+ "theme.navbar.mobileLanguageDropdown.label": {
+ "message": "选择语言",
+ "description": "The label for the mobile language switcher dropdown"
+ },
+ "theme.NotFound.p1": {
+ "message": "我们找不到您要找的页面。",
+ "description": "The first paragraph of the 404 page"
+ },
+ "theme.NotFound.p2": {
+ "message": "请联系原始链接来源网站的所有者,并告知他们链接已损坏。",
+ "description": "The 2nd paragraph of the 404 page"
+ },
+ "theme.TOCCollapsible.toggleButtonLabel": {
+ "message": "本页总览",
+ "description": "The label used by the button on the collapsible TOC component"
+ },
+ "theme.blog.post.readMore": {
+ "message": "阅读更多",
+ "description": "The label used in blog post item excerpts to link to full blog posts"
+ },
+ "theme.blog.post.readMoreLabel": {
+ "message": "阅读 {title} 的全文",
+ "description": "The ARIA label for the link to full blog posts from excerpts"
+ },
+ "theme.blog.post.readingTime.plurals": {
+ "message": "阅读需 {readingTime} 分钟",
+ "description": "Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
+ },
+ "theme.docs.breadcrumbs.home": {
+ "message": "主页面",
+ "description": "The ARIA label for the home page in the breadcrumbs"
+ },
+ "theme.docs.sidebar.collapseButtonTitle": {
+ "message": "收起侧边栏",
+ "description": "The title attribute for collapse button of doc sidebar"
+ },
+ "theme.docs.sidebar.collapseButtonAriaLabel": {
+ "message": "收起侧边栏",
+ "description": "The title attribute for collapse button of doc sidebar"
+ },
+ "theme.docs.sidebar.navAriaLabel": {
+ "message": "文档侧边栏",
+ "description": "The ARIA label for the sidebar navigation"
+ },
+ "theme.docs.sidebar.closeSidebarButtonAriaLabel": {
+ "message": "关闭导航栏",
+ "description": "The ARIA label for close button of mobile sidebar"
+ },
+ "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": {
+ "message": "← 回到主菜单",
+ "description": "The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)"
+ },
+ "theme.docs.sidebar.toggleSidebarButtonAriaLabel": {
+ "message": "切换导航栏",
+ "description": "The ARIA label for hamburger menu button of mobile navigation"
+ },
+ "theme.docs.sidebar.expandButtonTitle": {
+ "message": "展开侧边栏",
+ "description": "The ARIA label and title attribute for expand button of doc sidebar"
+ },
+ "theme.docs.sidebar.expandButtonAriaLabel": {
+ "message": "展开侧边栏",
+ "description": "The ARIA label and title attribute for expand button of doc sidebar"
+ },
+ "theme.blog.post.plurals": {
+ "message": "{count} 篇博文",
+ "description": "Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
+ },
+ "theme.blog.tagTitle": {
+ "message": "{nPosts} 含有标签「{tagName}」",
+ "description": "The title of the page for a blog tag"
+ },
+ "theme.blog.author.pageTitle": {
+ "message": "{authorName} - {nPosts}",
+ "description": "The title of the page for a blog author"
+ },
+ "theme.blog.authorsList.pageTitle": {
+ "message": "Authors",
+ "description": "The title of the authors page"
+ },
+ "theme.blog.authorsList.viewAll": {
+ "message": "View All Authors",
+ "description": "The label of the link targeting the blog authors page"
+ },
+ "theme.contentVisibility.unlistedBanner.title": {
+ "message": "未列出页",
+ "description": "The unlisted content banner title"
+ },
+ "theme.contentVisibility.unlistedBanner.message": {
+ "message": "此页面未列出。搜索引擎不会对其索引,只有拥有直接链接的用户才能访问。",
+ "description": "The unlisted content banner message"
+ },
+ "theme.contentVisibility.draftBanner.title": {
+ "message": "Draft page",
+ "description": "The draft content banner title"
+ },
+ "theme.contentVisibility.draftBanner.message": {
+ "message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
+ "description": "The draft content banner message"
+ },
+ "theme.ErrorPageContent.tryAgain": {
+ "message": "重试",
+ "description": "The label of the button to try again rendering when the React error boundary captures an error"
+ },
+ "theme.common.skipToMainContent": {
+ "message": "跳到主要内容",
+ "description": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation"
+ },
+ "theme.tags.tagsPageTitle": {
+ "message": "标签",
+ "description": "The title of the tag list page"
+ }
+}
diff --git a/i18n/zh-Hans/docusaurus-plugin-content-blog/options.json b/i18n/zh-Hans/docusaurus-plugin-content-blog/options.json
new file mode 100644
index 00000000..9239ff70
--- /dev/null
+++ b/i18n/zh-Hans/docusaurus-plugin-content-blog/options.json
@@ -0,0 +1,14 @@
+{
+ "title": {
+ "message": "Blog",
+ "description": "The title for the blog used in SEO"
+ },
+ "description": {
+ "message": "Blog",
+ "description": "The description for the blog used in SEO"
+ },
+ "sidebar.title": {
+ "message": "Recent posts",
+ "description": "The label for the left sidebar"
+ }
+}
diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current.json b/i18n/zh-Hans/docusaurus-plugin-content-docs/current.json
new file mode 100644
index 00000000..15bf47bf
--- /dev/null
+++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current.json
@@ -0,0 +1,18 @@
+{
+ "version.label": {
+ "message": "Next",
+ "description": "The label for version current"
+ },
+ "sidebar.tutorialSidebar.category.Tutorial - Basics": {
+ "message": "Tutorial - Basics",
+ "description": "The label for category Tutorial - Basics in sidebar tutorialSidebar"
+ },
+ "sidebar.tutorialSidebar.category.Tutorial - Basics.link.generated-index.description": {
+ "message": "5 minutes to learn the most important Docusaurus concepts.",
+ "description": "The generated-index page description for category Tutorial - Basics in sidebar tutorialSidebar"
+ },
+ "sidebar.tutorialSidebar.category.Tutorial - Extras": {
+ "message": "Tutorial - Extras",
+ "description": "The label for category Tutorial - Extras in sidebar tutorialSidebar"
+ }
+}
diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/intro.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/intro.md
new file mode 100644
index 00000000..45e8604c
--- /dev/null
+++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/intro.md
@@ -0,0 +1,47 @@
+---
+sidebar_position: 1
+---
+
+# Tutorial Intro
+
+Let's discover **Docusaurus in less than 5 minutes**.
+
+## Getting Started
+
+Get started by **creating a new site**.
+
+Or **try Docusaurus immediately** with **[docusaurus.new](https://docusaurus.new)**.
+
+### What you'll need
+
+- [Node.js](https://nodejs.org/en/download/) version 18.0 or above:
+ - When installing Node.js, you are recommended to check all checkboxes related to dependencies.
+
+## Generate a new site
+
+Generate a new Docusaurus site using the **classic template**.
+
+The classic template will automatically be added to your project after you run the command:
+
+```bash
+npm init docusaurus@latest my-website classic
+```
+
+You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor.
+
+The command also installs all necessary dependencies you need to run Docusaurus.
+
+## Start your site
+
+Run the development server:
+
+```bash
+cd my-website
+npm run start
+```
+
+The `cd` command changes the directory you're working with. In order to work with your newly created Docusaurus site, you'll need to navigate the terminal there.
+
+The `npm run start` command builds your website locally and serves it through a development server, ready for you to view at http://localhost:3000/.
+
+Open `docs/intro.md` (this page) and edit some lines: the site **reloads automatically** and displays your changes.
diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-basics/_category_.json b/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-basics/_category_.json
new file mode 100644
index 00000000..2e6db55b
--- /dev/null
+++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-basics/_category_.json
@@ -0,0 +1,8 @@
+{
+ "label": "Tutorial - Basics",
+ "position": 2,
+ "link": {
+ "type": "generated-index",
+ "description": "5 minutes to learn the most important Docusaurus concepts."
+ }
+}
diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-basics/congratulations.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-basics/congratulations.md
new file mode 100644
index 00000000..04771a00
--- /dev/null
+++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-basics/congratulations.md
@@ -0,0 +1,23 @@
+---
+sidebar_position: 6
+---
+
+# Congratulations!
+
+You have just learned the **basics of Docusaurus** and made some changes to the **initial template**.
+
+Docusaurus has **much more to offer**!
+
+Have **5 more minutes**? Take a look at **[versioning](../tutorial-extras/manage-docs-versions.md)** and **[i18n](../tutorial-extras/translate-your-site.md)**.
+
+Anything **unclear** or **buggy** in this tutorial? [Please report it!](https://github.com/facebook/docusaurus/discussions/4610)
+
+## What's next?
+
+- Read the [official documentation](https://docusaurus.io/)
+- Modify your site configuration with [`docusaurus.config.js`](https://docusaurus.io/docs/api/docusaurus-config)
+- Add navbar and footer items with [`themeConfig`](https://docusaurus.io/docs/api/themes/configuration)
+- Add a custom [Design and Layout](https://docusaurus.io/docs/styling-layout)
+- Add a [search bar](https://docusaurus.io/docs/search)
+- Find inspirations in the [Docusaurus showcase](https://docusaurus.io/showcase)
+- Get involved in the [Docusaurus Community](https://docusaurus.io/community/support)
diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-basics/create-a-blog-post.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-basics/create-a-blog-post.md
new file mode 100644
index 00000000..550ae17e
--- /dev/null
+++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-basics/create-a-blog-post.md
@@ -0,0 +1,34 @@
+---
+sidebar_position: 3
+---
+
+# Create a Blog Post
+
+Docusaurus creates a **page for each blog post**, but also a **blog index page**, a **tag system**, an **RSS** feed...
+
+## Create your first Post
+
+Create a file at `blog/2021-02-28-greetings.md`:
+
+```md title="blog/2021-02-28-greetings.md"
+---
+slug: greetings
+title: Greetings!
+authors:
+ - name: Joel Marcey
+ title: Co-creator of Docusaurus 1
+ url: https://github.com/JoelMarcey
+ image_url: https://github.com/JoelMarcey.png
+ - name: Sébastien Lorber
+ title: Docusaurus maintainer
+ url: https://sebastienlorber.com
+ image_url: https://github.com/slorber.png
+tags: [greetings]
+---
+
+Congratulations, you have made your first post!
+
+Feel free to play around and edit this post as much as you like.
+```
+
+A new blog post is now available at [http://localhost:3000/blog/greetings](http://localhost:3000/blog/greetings).
diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-basics/create-a-document.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-basics/create-a-document.md
new file mode 100644
index 00000000..c22fe294
--- /dev/null
+++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-basics/create-a-document.md
@@ -0,0 +1,57 @@
+---
+sidebar_position: 2
+---
+
+# Create a Document
+
+Documents are **groups of pages** connected through:
+
+- a **sidebar**
+- **previous/next navigation**
+- **versioning**
+
+## Create your first Doc
+
+Create a Markdown file at `docs/hello.md`:
+
+```md title="docs/hello.md"
+# Hello
+
+This is my **first Docusaurus document**!
+```
+
+A new document is now available at [http://localhost:3000/docs/hello](http://localhost:3000/docs/hello).
+
+## Configure the Sidebar
+
+Docusaurus automatically **creates a sidebar** from the `docs` folder.
+
+Add metadata to customize the sidebar label and position:
+
+```md title="docs/hello.md" {1-4}
+---
+sidebar_label: 'Hi!'
+sidebar_position: 3
+---
+
+# Hello
+
+This is my **first Docusaurus document**!
+```
+
+It is also possible to create your sidebar explicitly in `sidebars.js`:
+
+```js title="sidebars.js"
+export default {
+ tutorialSidebar: [
+ 'intro',
+ // highlight-next-line
+ 'hello',
+ {
+ type: 'category',
+ label: 'Tutorial',
+ items: ['tutorial-basics/create-a-document'],
+ },
+ ],
+};
+```
diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-basics/create-a-page.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-basics/create-a-page.md
new file mode 100644
index 00000000..20e2ac30
--- /dev/null
+++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-basics/create-a-page.md
@@ -0,0 +1,43 @@
+---
+sidebar_position: 1
+---
+
+# Create a Page
+
+Add **Markdown or React** files to `src/pages` to create a **standalone page**:
+
+- `src/pages/index.js` → `localhost:3000/`
+- `src/pages/foo.md` → `localhost:3000/foo`
+- `src/pages/foo/bar.js` → `localhost:3000/foo/bar`
+
+## Create your first React Page
+
+Create a file at `src/pages/my-react-page.js`:
+
+```jsx title="src/pages/my-react-page.js"
+import React from 'react';
+import Layout from '@theme/Layout';
+
+export default function MyReactPage() {
+ return (
+
+ My React page
+ This is a React page
+
+ );
+}
+```
+
+A new page is now available at [http://localhost:3000/my-react-page](http://localhost:3000/my-react-page).
+
+## Create your first Markdown Page
+
+Create a file at `src/pages/my-markdown-page.md`:
+
+```mdx title="src/pages/my-markdown-page.md"
+# My Markdown page
+
+This is a Markdown page
+```
+
+A new page is now available at [http://localhost:3000/my-markdown-page](http://localhost:3000/my-markdown-page).
diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-basics/deploy-your-site.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-basics/deploy-your-site.md
new file mode 100644
index 00000000..1c50ee06
--- /dev/null
+++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-basics/deploy-your-site.md
@@ -0,0 +1,31 @@
+---
+sidebar_position: 5
+---
+
+# Deploy your site
+
+Docusaurus is a **static-site-generator** (also called **[Jamstack](https://jamstack.org/)**).
+
+It builds your site as simple **static HTML, JavaScript and CSS files**.
+
+## Build your site
+
+Build your site **for production**:
+
+```bash
+npm run build
+```
+
+The static files are generated in the `build` folder.
+
+## Deploy your site
+
+Test your production build locally:
+
+```bash
+npm run serve
+```
+
+The `build` folder is now served at [http://localhost:3000/](http://localhost:3000/).
+
+You can now deploy the `build` folder **almost anywhere** easily, **for free** or very small cost (read the **[Deployment Guide](https://docusaurus.io/docs/deployment)**).
diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-basics/markdown-features.mdx b/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-basics/markdown-features.mdx
new file mode 100644
index 00000000..35e00825
--- /dev/null
+++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-basics/markdown-features.mdx
@@ -0,0 +1,152 @@
+---
+sidebar_position: 4
+---
+
+# Markdown Features
+
+Docusaurus supports **[Markdown](https://daringfireball.net/projects/markdown/syntax)** and a few **additional features**.
+
+## Front Matter
+
+Markdown documents have metadata at the top called [Front Matter](https://jekyllrb.com/docs/front-matter/):
+
+```text title="my-doc.md"
+// highlight-start
+---
+id: my-doc-id
+title: My document title
+description: My document description
+slug: /my-custom-url
+---
+// highlight-end
+
+## Markdown heading
+
+Markdown text with [links](./hello.md)
+```
+
+## Links
+
+Regular Markdown links are supported, using url paths or relative file paths.
+
+```md
+Let's see how to [Create a page](/create-a-page).
+```
+
+```md
+Let's see how to [Create a page](./create-a-page.md).
+```
+
+**Result:** Let's see how to [Create a page](./create-a-page.md).
+
+## Images
+
+Regular Markdown images are supported.
+
+You can use absolute paths to reference images in the static directory (`static/img/docusaurus.png`):
+
+```md
+![Docusaurus logo](/img/docusaurus.png)
+```
+
+![Docusaurus logo](/img/docusaurus.png)
+
+You can reference images relative to the current file as well. This is particularly useful to colocate images close to the Markdown files using them:
+
+```md
+![Docusaurus logo](./img/docusaurus.png)
+```
+
+## Code Blocks
+
+Markdown code blocks are supported with Syntax highlighting.
+
+````md
+```jsx title="src/components/HelloDocusaurus.js"
+function HelloDocusaurus() {
+ return Hello, Docusaurus! ;
+}
+```
+````
+
+```jsx title="src/components/HelloDocusaurus.js"
+function HelloDocusaurus() {
+ return Hello, Docusaurus! ;
+}
+```
+
+## Admonitions
+
+Docusaurus has a special syntax to create admonitions and callouts:
+
+```md
+:::tip My tip
+
+Use this awesome feature option
+
+:::
+
+:::danger Take care
+
+This action is dangerous
+
+:::
+```
+
+:::tip My tip
+
+Use this awesome feature option
+
+:::
+
+:::danger Take care
+
+This action is dangerous
+
+:::
+
+## MDX and React Components
+
+[MDX](https://mdxjs.com/) can make your documentation more **interactive** and allows using any **React components inside Markdown**:
+
+```jsx
+export const Highlight = ({children, color}) => (
+ {
+ alert(`You clicked the color ${color} with label ${children}`)
+ }}>
+ {children}
+
+);
+
+This is Docusaurus green !
+
+This is Facebook blue !
+```
+
+export const Highlight = ({children, color}) => (
+ {
+ alert(`You clicked the color ${color} with label ${children}`);
+ }}>
+ {children}
+
+);
+
+This is Docusaurus green !
+
+This is Facebook blue !
diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-extras/_category_.json b/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-extras/_category_.json
new file mode 100644
index 00000000..a8ffcc19
--- /dev/null
+++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-extras/_category_.json
@@ -0,0 +1,7 @@
+{
+ "label": "Tutorial - Extras",
+ "position": 3,
+ "link": {
+ "type": "generated-index"
+ }
+}
diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-extras/img/docsVersionDropdown.png b/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-extras/img/docsVersionDropdown.png
new file mode 100644
index 00000000..97e41646
Binary files /dev/null and b/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-extras/img/docsVersionDropdown.png differ
diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-extras/img/localeDropdown.png b/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-extras/img/localeDropdown.png
new file mode 100644
index 00000000..e257edc1
Binary files /dev/null and b/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-extras/img/localeDropdown.png differ
diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-extras/manage-docs-versions.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-extras/manage-docs-versions.md
new file mode 100644
index 00000000..ccda0b90
--- /dev/null
+++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-extras/manage-docs-versions.md
@@ -0,0 +1,55 @@
+---
+sidebar_position: 1
+---
+
+# Manage Docs Versions
+
+Docusaurus can manage multiple versions of your docs.
+
+## Create a docs version
+
+Release a version 1.0 of your project:
+
+```bash
+npm run docusaurus docs:version 1.0
+```
+
+The `docs` folder is copied into `versioned_docs/version-1.0` and `versions.json` is created.
+
+Your docs now have 2 versions:
+
+- `1.0` at `http://localhost:3000/docs/` for the version 1.0 docs
+- `current` at `http://localhost:3000/docs/next/` for the **upcoming, unreleased docs**
+
+## Add a Version Dropdown
+
+To navigate seamlessly across versions, add a version dropdown.
+
+Modify the `docusaurus.config.js` file:
+
+```js title="docusaurus.config.js"
+export default {
+ themeConfig: {
+ navbar: {
+ items: [
+ // highlight-start
+ {
+ type: 'docsVersionDropdown',
+ },
+ // highlight-end
+ ],
+ },
+ },
+};
+```
+
+The docs version dropdown appears in your navbar:
+
+![Docs Version Dropdown](./img/docsVersionDropdown.png)
+
+## Update an existing version
+
+It is possible to edit versioned docs in their respective folder:
+
+- `versioned_docs/version-1.0/hello.md` updates `http://localhost:3000/docs/hello`
+- `docs/hello.md` updates `http://localhost:3000/docs/next/hello`
diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-extras/translate-your-site.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-extras/translate-your-site.md
new file mode 100644
index 00000000..b5a644ab
--- /dev/null
+++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/tutorial-extras/translate-your-site.md
@@ -0,0 +1,88 @@
+---
+sidebar_position: 2
+---
+
+# Translate your site
+
+Let's translate `docs/intro.md` to French.
+
+## Configure i18n
+
+Modify `docusaurus.config.js` to add support for the `fr` locale:
+
+```js title="docusaurus.config.js"
+export default {
+ i18n: {
+ defaultLocale: 'en',
+ locales: ['en', 'fr'],
+ },
+};
+```
+
+## Translate a doc
+
+Copy the `docs/intro.md` file to the `i18n/fr` folder:
+
+```bash
+mkdir -p i18n/fr/docusaurus-plugin-content-docs/current/
+
+cp docs/intro.md i18n/fr/docusaurus-plugin-content-docs/current/intro.md
+```
+
+Translate `i18n/fr/docusaurus-plugin-content-docs/current/intro.md` in French.
+
+## Start your localized site
+
+Start your site on the French locale:
+
+```bash
+npm run start -- --locale fr
+```
+
+Your localized site is accessible at [http://localhost:3000/fr/](http://localhost:3000/fr/) and the `Getting Started` page is translated.
+
+:::caution
+
+In development, you can only use one locale at a time.
+
+:::
+
+## Add a Locale Dropdown
+
+To navigate seamlessly across languages, add a locale dropdown.
+
+Modify the `docusaurus.config.js` file:
+
+```js title="docusaurus.config.js"
+export default {
+ themeConfig: {
+ navbar: {
+ items: [
+ // highlight-start
+ {
+ type: 'localeDropdown',
+ },
+ // highlight-end
+ ],
+ },
+ },
+};
+```
+
+The locale dropdown now appears in your navbar:
+
+![Locale Dropdown](./img/localeDropdown.png)
+
+## Build your localized site
+
+Build your site for a specific locale:
+
+```bash
+npm run build -- --locale fr
+```
+
+Or build your site to include all the locales at once:
+
+```bash
+npm run build
+```
diff --git a/i18n/zh-Hans/docusaurus-theme-classic/footer.json b/i18n/zh-Hans/docusaurus-theme-classic/footer.json
new file mode 100644
index 00000000..9b172f42
--- /dev/null
+++ b/i18n/zh-Hans/docusaurus-theme-classic/footer.json
@@ -0,0 +1,42 @@
+{
+ "link.title.Docs": {
+ "message": "Docs",
+ "description": "The title of the footer links column with title=Docs in the footer"
+ },
+ "link.title.Community": {
+ "message": "Community",
+ "description": "The title of the footer links column with title=Community in the footer"
+ },
+ "link.title.More": {
+ "message": "More",
+ "description": "The title of the footer links column with title=More in the footer"
+ },
+ "link.item.label.Tutorial": {
+ "message": "Tutorial",
+ "description": "The label of footer link with label=Tutorial linking to /docs/intro"
+ },
+ "link.item.label.Stack Overflow": {
+ "message": "Stack Overflow",
+ "description": "The label of footer link with label=Stack Overflow linking to https://stackoverflow.com/questions/tagged/docusaurus"
+ },
+ "link.item.label.Discord": {
+ "message": "Discord",
+ "description": "The label of footer link with label=Discord linking to https://discordapp.com/invite/docusaurus"
+ },
+ "link.item.label.Twitter": {
+ "message": "Twitter",
+ "description": "The label of footer link with label=Twitter linking to https://twitter.com/docusaurus"
+ },
+ "link.item.label.Blog": {
+ "message": "Blog",
+ "description": "The label of footer link with label=Blog linking to /blog"
+ },
+ "link.item.label.GitHub": {
+ "message": "GitHub",
+ "description": "The label of footer link with label=GitHub linking to https://github.com/facebook/docusaurus"
+ },
+ "copyright": {
+ "message": "Copyright © 2024 My Project, Inc. Built with Docusaurus.",
+ "description": "The footer copyright"
+ }
+}
diff --git a/i18n/zh-Hans/docusaurus-theme-classic/navbar.json b/i18n/zh-Hans/docusaurus-theme-classic/navbar.json
new file mode 100644
index 00000000..31232596
--- /dev/null
+++ b/i18n/zh-Hans/docusaurus-theme-classic/navbar.json
@@ -0,0 +1,22 @@
+{
+ "title": {
+ "message": "KubeNest",
+ "description": "The title in the navbar"
+ },
+ "logo.alt": {
+ "message": "KubeNest Logo",
+ "description": "The alt text of navbar logo"
+ },
+ "item.label.Tutorial": {
+ "message": "Tutorial",
+ "description": "Navbar item with label Tutorial"
+ },
+ "item.label.Blog": {
+ "message": "Blog",
+ "description": "Navbar item with label Blog"
+ },
+ "item.label.Examples": {
+ "message": "Examples",
+ "description": "Navbar item with label Examples"
+ }
+}
diff --git a/node_modules/.cache/webpack/client-development-en/0.pack b/node_modules/.cache/webpack/client-development-en/0.pack
index c70714b2..86daef76 100644
Binary files a/node_modules/.cache/webpack/client-development-en/0.pack and b/node_modules/.cache/webpack/client-development-en/0.pack differ
diff --git a/node_modules/.cache/webpack/client-development-en/1.pack b/node_modules/.cache/webpack/client-development-en/1.pack
index a78e2d46..8d4612d5 100644
Binary files a/node_modules/.cache/webpack/client-development-en/1.pack and b/node_modules/.cache/webpack/client-development-en/1.pack differ
diff --git a/node_modules/.cache/webpack/client-development-en/2.pack b/node_modules/.cache/webpack/client-development-en/2.pack
deleted file mode 100644
index 8435c49e..00000000
Binary files a/node_modules/.cache/webpack/client-development-en/2.pack and /dev/null differ
diff --git a/node_modules/.cache/webpack/client-development-en/index.pack b/node_modules/.cache/webpack/client-development-en/index.pack
index 5810302d..d1e0820f 100644
Binary files a/node_modules/.cache/webpack/client-development-en/index.pack and b/node_modules/.cache/webpack/client-development-en/index.pack differ
diff --git a/node_modules/.cache/webpack/client-development-en/index.pack.old b/node_modules/.cache/webpack/client-development-en/index.pack.old
index 2f551a95..88902b76 100644
Binary files a/node_modules/.cache/webpack/client-development-en/index.pack.old and b/node_modules/.cache/webpack/client-development-en/index.pack.old differ