diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/category-tutorialsidebar-category-introduction-237.json b/.docusaurus/docusaurus-plugin-content-docs/default/category-tutorialsidebar-category-introduction-237.json new file mode 100644 index 00000000..567f1582 --- /dev/null +++ b/.docusaurus/docusaurus-plugin-content-docs/default/category-tutorialsidebar-category-introduction-237.json @@ -0,0 +1,12 @@ +{ + "title": "Introduction", + "description": "Let's get a short overview!", + "slug": "/category/introduction", + "permalink": "/category/introduction", + "navigation": { + "next": { + "title": "Introduction", + "permalink": "/" + } + } +} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/category-tutorialsidebar-category-tutorial-basics-acd.json b/.docusaurus/docusaurus-plugin-content-docs/default/category-tutorialsidebar-category-tutorial-basics-acd.json index 39ae3cbb..220f5345 100644 --- a/.docusaurus/docusaurus-plugin-content-docs/default/category-tutorialsidebar-category-tutorial-basics-acd.json +++ b/.docusaurus/docusaurus-plugin-content-docs/default/category-tutorialsidebar-category-tutorial-basics-acd.json @@ -5,7 +5,7 @@ "permalink": "/category/tutorial---basics", "navigation": { "previous": { - "title": "Tutorial Intro", + "title": "Introduction", "permalink": "/" }, "next": { 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 ee4f798a..ff29d1a3 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 @@ -18,7 +18,7 @@ }, "sidebar": "tutorialSidebar", "next": { - "title": "Tutorial - Basics", - "permalink": "/category/tutorial---basics" + "title": "Introduction", + "permalink": "/category/introduction" } } \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-introduction-md-c62.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-introduction-md-c62.json new file mode 100644 index 00000000..7f2d98f4 --- /dev/null +++ b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-introduction-md-c62.json @@ -0,0 +1,28 @@ +{ + "id": "introduction/introduction", + "title": "Introduction", + "description": "Let's discover Docusaurus in less than 5 minutes.", + "source": "@site/docs/introduction/introduction.md", + "sourceDirName": "introduction", + "slug": "/", + "permalink": "/", + "draft": false, + "unlisted": false, + "editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/introduction/introduction.md", + "tags": [], + "version": "current", + "sidebarPosition": 1, + "frontMatter": { + "sidebar_position": 1, + "slug": "/" + }, + "sidebar": "tutorialSidebar", + "previous": { + "title": "Introduction", + "permalink": "/category/introduction" + }, + "next": { + "title": "Tutorial - Basics", + "permalink": "/category/tutorial---basics" + } +} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json b/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json index cf9c1b12..b252d172 100644 --- a/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json +++ b/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json @@ -10,11 +10,20 @@ "docsSidebars": { "tutorialSidebar": [ { - "type": "link", - "label": "Tutorial Intro", - "href": "/", - "docId": "intro", - "unlisted": false + "type": "category", + "label": "Introduction", + "collapsible": true, + "collapsed": true, + "items": [ + { + "type": "link", + "label": "Introduction", + "href": "/", + "docId": "introduction/introduction", + "unlisted": false + } + ], + "href": "/category/introduction" }, { "type": "category", @@ -93,9 +102,9 @@ ] }, "docs": { - "intro": { - "id": "intro", - "title": "Tutorial Intro", + "introduction/introduction": { + "id": "introduction/introduction", + "title": "Introduction", "description": "Let's discover Docusaurus in less than 5 minutes.", "sidebar": "tutorialSidebar" }, diff --git a/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json b/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json index e08c235d..c897a3d8 100644 --- a/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json +++ b/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json @@ -20,16 +20,16 @@ "contentPathLocalized": "/home/whoami/Documents/GitHub/documentation/i18n/en/docusaurus-plugin-content-docs/current", "docs": [ { - "id": "intro", - "title": "Tutorial Intro", + "id": "introduction/introduction", + "title": "Introduction", "description": "Let's discover Docusaurus in less than 5 minutes.", - "source": "@site/docs/intro.md", - "sourceDirName": ".", + "source": "@site/docs/introduction/introduction.md", + "sourceDirName": "introduction", "slug": "/", "permalink": "/", "draft": false, "unlisted": false, - "editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/intro.md", + "editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/introduction/introduction.md", "tags": [], "version": "current", "sidebarPosition": 1, @@ -38,6 +38,10 @@ "slug": "/" }, "sidebar": "tutorialSidebar", + "previous": { + "title": "Introduction", + "permalink": "/category/introduction" + }, "next": { "title": "Tutorial - Basics", "permalink": "/category/tutorial---basics" @@ -260,8 +264,22 @@ "sidebars": { "tutorialSidebar": [ { - "type": "doc", - "id": "intro" + "type": "category", + "label": "Introduction", + "collapsible": true, + "collapsed": true, + "items": [ + { + "type": "doc", + "id": "introduction/introduction" + } + ], + "link": { + "type": "generated-index", + "description": "Let's get a short overview!", + "slug": "/category/introduction", + "permalink": "/category/introduction" + } }, { "type": "category", diff --git a/.docusaurus/globalData.json b/.docusaurus/globalData.json index 8f3818b2..19088272 100644 --- a/.docusaurus/globalData.json +++ b/.docusaurus/globalData.json @@ -8,10 +8,10 @@ "label": "Next", "isLast": true, "path": "/", - "mainDocId": "intro", + "mainDocId": "introduction/introduction", "docs": [ { - "id": "intro", + "id": "introduction/introduction", "path": "/", "sidebar": "tutorialSidebar" }, @@ -55,6 +55,11 @@ "path": "/tutorial-extras/translate-your-site", "sidebar": "tutorialSidebar" }, + { + "id": "/category/introduction", + "path": "/category/introduction", + "sidebar": "tutorialSidebar" + }, { "id": "/category/tutorial---basics", "path": "/category/tutorial---basics", @@ -70,8 +75,8 @@ "sidebars": { "tutorialSidebar": { "link": { - "path": "/", - "label": "intro" + "path": "/category/introduction", + "label": "Introduction" } } } diff --git a/.docusaurus/registry.js b/.docusaurus/registry.js index 67e1985d..195aff14 100644 --- a/.docusaurus/registry.js +++ b/.docusaurus/registry.js @@ -18,9 +18,9 @@ export default { "__comp---theme-mdx-page-1-f-3-b90": [() => import(/* webpackChunkName: "__comp---theme-mdx-page-1-f-3-b90" */ "@theme/MDXPage"), "@theme/MDXPage", require.resolveWeak("@theme/MDXPage")], "allContent---docusaurus-debug-content-246-9aa": [() => import(/* webpackChunkName: "allContent---docusaurus-debug-content-246-9aa" */ "~debug/default/docusaurus-debug-all-content-673.json"), "~debug/default/docusaurus-debug-all-content-673.json", require.resolveWeak("~debug/default/docusaurus-debug-all-content-673.json")], "archive---blog-archiveb-2-f-393": [() => import(/* webpackChunkName: "archive---blog-archiveb-2-f-393" */ "~blog/default/blog-archive-80c.json"), "~blog/default/blog-archive-80c.json", require.resolveWeak("~blog/default/blog-archive-80c.json")], + "categoryGeneratedIndex---category-introductiond-7-d-b4f": [() => import(/* webpackChunkName: "categoryGeneratedIndex---category-introductiond-7-d-b4f" */ "~docs/default/category-tutorialsidebar-category-introduction-237.json"), "~docs/default/category-tutorialsidebar-category-introduction-237.json", require.resolveWeak("~docs/default/category-tutorialsidebar-category-introduction-237.json")], "categoryGeneratedIndex---category-tutorial-basicsb-38-d69": [() => import(/* webpackChunkName: "categoryGeneratedIndex---category-tutorial-basicsb-38-d69" */ "~docs/default/category-tutorialsidebar-category-tutorial-basics-acd.json"), "~docs/default/category-tutorialsidebar-category-tutorial-basics-acd.json", require.resolveWeak("~docs/default/category-tutorialsidebar-category-tutorial-basics-acd.json")], "categoryGeneratedIndex---category-tutorial-extrasfef-d24": [() => import(/* webpackChunkName: "categoryGeneratedIndex---category-tutorial-extrasfef-d24" */ "~docs/default/category-tutorialsidebar-category-tutorial-extras-664.json"), "~docs/default/category-tutorialsidebar-category-tutorial-extras-664.json", require.resolveWeak("~docs/default/category-tutorialsidebar-category-tutorial-extras-664.json")], - "content---0-e-3-279": [() => import(/* webpackChunkName: "content---0-e-3-279" */ "@site/docs/intro.md"), "@site/docs/intro.md", require.resolveWeak("@site/docs/intro.md")], "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")], @@ -29,6 +29,7 @@ export default { "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---c-62-ead": [() => import(/* webpackChunkName: "content---c-62-ead" */ "@site/docs/introduction/introduction.md"), "@site/docs/introduction/introduction.md", require.resolveWeak("@site/docs/introduction/introduction.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")], "content---tutorial-basics-congratulations-822-79f": [() => import(/* webpackChunkName: "content---tutorial-basics-congratulations-822-79f" */ "@site/docs/tutorial-basics/congratulations.md"), "@site/docs/tutorial-basics/congratulations.md", require.resolveWeak("@site/docs/tutorial-basics/congratulations.md")], "content---tutorial-basics-create-a-blog-post-533-8b3": [() => import(/* webpackChunkName: "content---tutorial-basics-create-a-blog-post-533-8b3" */ "@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")], diff --git a/.docusaurus/routes.js b/.docusaurus/routes.js index f3a57203..8daeafd3 100644 --- a/.docusaurus/routes.js +++ b/.docusaurus/routes.js @@ -99,16 +99,22 @@ export default [ }, { path: '/', - component: ComponentCreator('/', '6cb'), + component: ComponentCreator('/', '2dc'), routes: [ { path: '/', - component: ComponentCreator('/', '58f'), + component: ComponentCreator('/', '21a'), routes: [ { path: '/', - component: ComponentCreator('/', '0b6'), + component: ComponentCreator('/', '349'), routes: [ + { + path: '/category/introduction', + component: ComponentCreator('/category/introduction', '69c'), + exact: true, + sidebar: "tutorialSidebar" + }, { path: '/category/tutorial---basics', component: ComponentCreator('/category/tutorial---basics', '72e'), @@ -171,7 +177,7 @@ export default [ }, { path: '/', - component: ComponentCreator('/', '96c'), + component: ComponentCreator('/', 'e43'), exact: true, sidebar: "tutorialSidebar" } diff --git a/.docusaurus/routesChunkNames.json b/.docusaurus/routesChunkNames.json index b404e181..deea5774 100644 --- a/.docusaurus/routesChunkNames.json +++ b/.docusaurus/routesChunkNames.json @@ -186,19 +186,23 @@ }, "content": "content---markdown-page-393-028" }, - "/-6cb": { + "/-2dc": { "__comp": "__comp---theme-docs-root-5-e-9-0b6", "__context": { "plugin": "plugin---99-b-f14" } }, - "/-58f": { + "/-21a": { "__comp": "__comp---theme-doc-version-roota-7-b-5de", "version": "version---935-fcf" }, - "/-0b6": { + "/-349": { "__comp": "__comp---theme-doc-roota-94-67a" }, + "/category/introduction-69c": { + "__comp": "__comp---theme-doc-category-generated-index-page-14-e-640", + "categoryGeneratedIndex": "categoryGeneratedIndex---category-introductiond-7-d-b4f" + }, "/category/tutorial---basics-72e": { "__comp": "__comp---theme-doc-category-generated-index-page-14-e-640", "categoryGeneratedIndex": "categoryGeneratedIndex---category-tutorial-basicsb-38-d69" @@ -239,8 +243,8 @@ "__comp": "__comp---theme-doc-item-178-a40", "content": "content---tutorial-extras-translate-your-sitee-44-f13" }, - "/-96c": { + "/-e43": { "__comp": "__comp---theme-doc-item-178-a40", - "content": "content---0-e-3-279" + "content": "content---c-62-ead" } } \ No newline at end of file diff --git a/docs/introduction/_category_.json b/docs/introduction/_category_.json new file mode 100644 index 00000000..acbf747a --- /dev/null +++ b/docs/introduction/_category_.json @@ -0,0 +1,9 @@ +{ + "label": "Introduction", + "position": 1, + "link": { + "type": "generated-index", + "description": "Let's get a short overview!" + } + } + \ No newline at end of file diff --git a/docs/intro.md b/docs/introduction/introduction.md similarity index 98% rename from docs/intro.md rename to docs/introduction/introduction.md index 984aa114..63c8de06 100644 --- a/docs/intro.md +++ b/docs/introduction/introduction.md @@ -3,7 +3,7 @@ sidebar_position: 1 slug: / --- -# Tutorial Intro +# Introduction Let's discover **Docusaurus in less than 5 minutes**. diff --git a/node_modules/.cache/webpack/client-development-en/0.pack b/node_modules/.cache/webpack/client-development-en/0.pack index b1cb4762..e12760ec 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 dd685a39..995a5067 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 index 11f52aa1..7fbe6adb 100644 Binary files a/node_modules/.cache/webpack/client-development-en/2.pack and b/node_modules/.cache/webpack/client-development-en/2.pack differ diff --git a/node_modules/.cache/webpack/client-development-en/3.pack b/node_modules/.cache/webpack/client-development-en/3.pack index c48d6aef..25011898 100644 Binary files a/node_modules/.cache/webpack/client-development-en/3.pack and b/node_modules/.cache/webpack/client-development-en/3.pack differ diff --git a/node_modules/.cache/webpack/client-development-en/4.pack b/node_modules/.cache/webpack/client-development-en/4.pack index 008711d0..2661e1a2 100644 Binary files a/node_modules/.cache/webpack/client-development-en/4.pack and b/node_modules/.cache/webpack/client-development-en/4.pack differ diff --git a/node_modules/.cache/webpack/client-development-en/index.pack b/node_modules/.cache/webpack/client-development-en/index.pack index c1145ca7..c442adef 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 ad65f810..d8deadb4 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 diff --git a/src/theme/SearchBar.js b/src/theme/SearchBar.js new file mode 100644 index 00000000..381d9012 --- /dev/null +++ b/src/theme/SearchBar.js @@ -0,0 +1,10 @@ +import React from 'react'; +import SearchBar from '@theme-original/SearchBar'; + +export default function SearchBarWrapper(props) { + return ( + <> + + + ); +}