portosaurus 2.1.6 → 2.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
- package/src/template/.docusaurus/docusaurus-plugin-content-blog/default/blog-post-list-prop-default.json +11 -0
- package/src/template/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-archive-f05.json +1 -0
- package/src/template/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-authors-790.json +1 -0
- package/src/template/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-bd9.json +1 -0
- package/src/template/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-ss-md-18f.json +16 -0
- package/src/template/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-welcome-md-a95.json +34 -0
- package/src/template/.docusaurus/docusaurus-plugin-content-docs/default/p/notes-106.json +1 -0
- package/src/template/.docusaurus/docusaurus-plugin-content-docs/default/site-notes-index-mdx-3b5.json +16 -0
- package/src/template/.docusaurus/docusaurus-plugin-content-docs/default/site-notes-welcome-mdx-d34.json +14 -0
- package/src/template/.docusaurus/docusaurus-plugin-debug/default/p/docusaurus-debug-content-0d5.json +1 -0
- package/src/template/.docusaurus/globalData.json +29 -0
- package/src/template/.docusaurus/portosaurus/docusaurus.config.js +7 -0
- package/src/template/.docusaurus/registry.js +40 -0
- package/src/template/.docusaurus/routes.js +122 -0
- package/src/template/.docusaurus/routesChunkNames.json +156 -0
- package/src/template/gitignore +7 -0
- package/src/template/node_modules/.cache/webpack/client-development-en/0.pack +0 -0
- package/src/template/node_modules/.cache/webpack/client-development-en/1.pack +0 -0
- package/src/template/node_modules/.cache/webpack/client-development-en/2.pack +0 -0
- package/src/template/node_modules/.cache/webpack/client-development-en/3.pack +0 -0
- package/src/template/node_modules/.cache/webpack/client-development-en/4.pack +0 -0
- package/src/template/node_modules/.cache/webpack/client-development-en/5.pack +0 -0
- package/src/template/node_modules/.cache/webpack/client-development-en/6.pack +0 -0
- package/src/template/node_modules/.cache/webpack/client-development-en/7.pack +0 -0
- package/src/template/node_modules/.cache/webpack/client-development-en/index.pack +0 -0
- package/src/template/node_modules/.cache/webpack/client-development-en/index.pack.old +0 -0
- package/src/template/notes/index.mdx +9 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "portosaurus",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"homepage": "https://github.com/soymadip/portosaurus",
|
|
6
6
|
"repository": {
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"src/core/",
|
|
18
18
|
"src/plugins/",
|
|
19
19
|
"src/template/",
|
|
20
|
+
"src/template/.gitignore",
|
|
20
21
|
"src/theme/",
|
|
21
22
|
"src/utils/"
|
|
22
23
|
],
|
package/src/template/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-archive-f05.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"archive":{"blogPosts":[{"id":"/welcome","metadata":{"permalink":"/blog/welcome","source":"@site/blog/welcome.md","title":"Welcome to the Blog","description":"Your first blog post! Edit or delete this file to get started.","date":"2017-03-31T22:00:00.000Z","tags":[{"inline":true,"label":"welcome","permalink":"/blog/tags/welcome"}],"hasTruncateMarker":true,"authors":[{"name":"Your Name","title":"Author","url":"https://github.com/yourprofile","key":"you","page":null}],"frontMatter":{"title":"Welcome to the Blog","authors":["you"],"tags":["welcome"]},"unlisted":false},"content":"Your first blog post! Edit or delete this file to get started.\n\n<!-- truncate -->\n\nThis is a blog powered by [Portosaurus](https://github.com/soymadip/portosaurus)."}]}}
|
package/src/template/.docusaurus/docusaurus-plugin-content-blog/default/p/blog-authors-790.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"authors":[{"name":"Your Name","title":"Author","url":"https://github.com/yourprofile","key":"you","page":null,"count":1}]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"metadata":{"permalink":"/blog","page":1,"postsPerPage":10,"totalPages":1,"totalCount":1,"blogDescription":"Blog","blogTitle":"Blog"}}
|
package/src/template/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-ss-md-18f.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"permalink": "/blog/ss",
|
|
3
|
+
"source": "@site/blog/ss.md",
|
|
4
|
+
"title": "ss",
|
|
5
|
+
"description": "",
|
|
6
|
+
"date": "2017-03-31T22:00:00.000Z",
|
|
7
|
+
"tags": [],
|
|
8
|
+
"hasTruncateMarker": false,
|
|
9
|
+
"authors": [],
|
|
10
|
+
"frontMatter": {},
|
|
11
|
+
"unlisted": false,
|
|
12
|
+
"nextItem": {
|
|
13
|
+
"title": "Welcome to the Blog",
|
|
14
|
+
"permalink": "/blog/welcome"
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"permalink": "/blog/welcome",
|
|
3
|
+
"source": "@site/blog/welcome.md",
|
|
4
|
+
"title": "Welcome to the Blog",
|
|
5
|
+
"description": "Your first blog post! Edit or delete this file to get started.",
|
|
6
|
+
"date": "2017-03-31T22:00:00.000Z",
|
|
7
|
+
"tags": [
|
|
8
|
+
{
|
|
9
|
+
"inline": true,
|
|
10
|
+
"label": "welcome",
|
|
11
|
+
"permalink": "/blog/tags/welcome"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"hasTruncateMarker": true,
|
|
15
|
+
"authors": [
|
|
16
|
+
{
|
|
17
|
+
"name": "Your Name",
|
|
18
|
+
"title": "Author",
|
|
19
|
+
"url": "https://github.com/yourprofile",
|
|
20
|
+
"key": "you",
|
|
21
|
+
"page": null
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"frontMatter": {
|
|
25
|
+
"title": "Welcome to the Blog",
|
|
26
|
+
"authors": [
|
|
27
|
+
"you"
|
|
28
|
+
],
|
|
29
|
+
"tags": [
|
|
30
|
+
"welcome"
|
|
31
|
+
]
|
|
32
|
+
},
|
|
33
|
+
"unlisted": false
|
|
34
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":{"pluginId":"default","version":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","isLast":true,"docsSidebars":{},"docs":{"index":{"id":"index","title":"Notes","description":""},"welcome":{"id":"welcome","title":"Welcome","description":"Welcome to your notes! Add markdown or MDX files in this notes/ directory."}}}}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "index",
|
|
3
|
+
"title": "Notes",
|
|
4
|
+
"description": "",
|
|
5
|
+
"source": "@site/notes/index.mdx",
|
|
6
|
+
"sourceDirName": ".",
|
|
7
|
+
"slug": "/",
|
|
8
|
+
"permalink": "/notes/",
|
|
9
|
+
"draft": false,
|
|
10
|
+
"unlisted": false,
|
|
11
|
+
"tags": [],
|
|
12
|
+
"version": "current",
|
|
13
|
+
"frontMatter": {
|
|
14
|
+
"hide_table_of_contents": true
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "welcome",
|
|
3
|
+
"title": "Welcome",
|
|
4
|
+
"description": "Welcome to your notes! Add markdown or MDX files in this notes/ directory.",
|
|
5
|
+
"source": "@site/notes/welcome.mdx",
|
|
6
|
+
"sourceDirName": ".",
|
|
7
|
+
"slug": "/welcome",
|
|
8
|
+
"permalink": "/notes/welcome",
|
|
9
|
+
"draft": false,
|
|
10
|
+
"unlisted": false,
|
|
11
|
+
"tags": [],
|
|
12
|
+
"version": "current",
|
|
13
|
+
"frontMatter": {}
|
|
14
|
+
}
|
package/src/template/.docusaurus/docusaurus-plugin-debug/default/p/docusaurus-debug-content-0d5.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"allContent":{"docusaurus-plugin-content-docs":{"default":{"loadedVersions":[{"versionName":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","path":"/notes","tagsPath":"/notes/tags","isLast":true,"routePriority":-1,"sidebarFilePath":"/home/soymadip/Projects/portosaurus/src/config/sidebar.js","contentPath":"/home/soymadip/Projects/portosaurus/src/template/notes","docs":[{"id":"index","title":"Notes","description":"","source":"@site/notes/index.mdx","sourceDirName":".","slug":"/","permalink":"/notes/","draft":false,"unlisted":false,"tags":[],"version":"current","frontMatter":{"hide_table_of_contents":true}},{"id":"welcome","title":"Welcome","description":"Welcome to your notes! Add markdown or MDX files in this notes/ directory.","source":"@site/notes/welcome.mdx","sourceDirName":".","slug":"/welcome","permalink":"/notes/welcome","draft":false,"unlisted":false,"tags":[],"version":"current","frontMatter":{}}],"drafts":[],"sidebars":{}}]}},"docusaurus-plugin-content-blog":{"default":{"blogTitle":"Blog","blogDescription":"Blog","blogSidebarTitle":"Recent posts","blogPosts":[{"id":"/welcome","metadata":{"permalink":"/blog/welcome","source":"@site/blog/welcome.md","title":"Welcome to the Blog","description":"Your first blog post! Edit or delete this file to get started.","date":"2017-03-31T22:00:00.000Z","tags":[{"inline":true,"label":"welcome","permalink":"/blog/tags/welcome"}],"hasTruncateMarker":true,"authors":[{"name":"Your Name","title":"Author","url":"https://github.com/yourprofile","key":"you","page":null}],"frontMatter":{"title":"Welcome to the Blog","authors":["you"],"tags":["welcome"]},"unlisted":false},"content":"Your first blog post! Edit or delete this file to get started.\n\n<!-- truncate -->\n\nThis is a blog powered by [Portosaurus](https://github.com/soymadip/portosaurus)."}],"blogTags":{"/blog/tags/welcome":{"inline":true,"label":"welcome","permalink":"/blog/tags/welcome","items":["/welcome"],"pages":[{"items":["/welcome"],"metadata":{"permalink":"/blog/tags/welcome","page":1,"postsPerPage":10,"totalPages":1,"totalCount":1,"blogDescription":"Blog","blogTitle":"Blog"}}],"unlisted":false}},"blogTagsListPath":"/blog/tags","authorsMap":{"you":{"name":"Your Name","title":"Author","url":"https://github.com/yourprofile","key":"you","page":null}}}},"docusaurus-plugin-content-pages":{"default":[{"type":"jsx","permalink":"/","source":"@site/../pages/index.js"},{"type":"jsx","permalink":"/notes","source":"@site/../pages/notes.js"},{"type":"jsx","permalink":"/tasks","source":"@site/../pages/tasks.js"}]},"docusaurus-plugin-debug":{},"docusaurus-plugin-svgr":{},"docusaurus-theme-classic":{},"portosaurus-transpile":{},"favicon-generator":{},"robots-txt-generator":{},"@easyops-cn/docusaurus-search-local":{},"docusaurus-plugin-image-zoom":{},"portosaurus-theme":{},"docusaurus-bootstrap-plugin":{},"docusaurus-mdx-fallback-plugin":{}}}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"docusaurus-plugin-content-docs": {
|
|
3
|
+
"default": {
|
|
4
|
+
"path": "/notes",
|
|
5
|
+
"versions": [
|
|
6
|
+
{
|
|
7
|
+
"name": "current",
|
|
8
|
+
"label": "Next",
|
|
9
|
+
"isLast": true,
|
|
10
|
+
"path": "/notes",
|
|
11
|
+
"mainDocId": "index",
|
|
12
|
+
"docs": [
|
|
13
|
+
{
|
|
14
|
+
"id": "index",
|
|
15
|
+
"path": "/notes/"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"id": "welcome",
|
|
19
|
+
"path": "/notes/welcome"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"draftIds": [],
|
|
23
|
+
"sidebars": {}
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"breadcrumbs": true
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// Auto-generated by Portosaurus CLI — do not edit
|
|
2
|
+
/** @type {import('@docusaurus/types').Config} */
|
|
3
|
+
export default async function getConfig() {
|
|
4
|
+
const { createDocuConf } = await import("file:///home/soymadip/Projects/portosaurus/src/core/createDocuConf.mjs");
|
|
5
|
+
const { usrConf } = await import("file:///home/soymadip/Projects/portosaurus/src/template/config.js");
|
|
6
|
+
return createDocuConf(usrConf, "/home/soymadip/Projects/portosaurus/src/template");
|
|
7
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"__comp---site-pages-index-js-54-b-4eb": [() => import(/* webpackChunkName: "__comp---site-pages-index-js-54-b-4eb" */ "@site/../pages/index.js"), "@site/../pages/index.js", require.resolveWeak("@site/../pages/index.js")],
|
|
3
|
+
"__comp---site-pages-notes-jsac-8-7ea": [() => import(/* webpackChunkName: "__comp---site-pages-notes-jsac-8-7ea" */ "@site/../pages/notes.js"), "@site/../pages/notes.js", require.resolveWeak("@site/../pages/notes.js")],
|
|
4
|
+
"__comp---site-pages-tasks-jsa-3-b-0fc": [() => import(/* webpackChunkName: "__comp---site-pages-tasks-jsa-3-b-0fc" */ "@site/../pages/tasks.js"), "@site/../pages/tasks.js", require.resolveWeak("@site/../pages/tasks.js")],
|
|
5
|
+
"__comp---theme-blog-archive-page-9-e-4-1d8": [() => import(/* webpackChunkName: "__comp---theme-blog-archive-page-9-e-4-1d8" */ "@theme/BlogArchivePage"), "@theme/BlogArchivePage", require.resolveWeak("@theme/BlogArchivePage")],
|
|
6
|
+
"__comp---theme-blog-list-pagea-6-a-7ba": [() => import(/* webpackChunkName: "__comp---theme-blog-list-pagea-6-a-7ba" */ "@theme/BlogListPage"), "@theme/BlogListPage", require.resolveWeak("@theme/BlogListPage")],
|
|
7
|
+
"__comp---theme-blog-pages-blog-authors-list-page-621-70c": [() => import(/* webpackChunkName: "__comp---theme-blog-pages-blog-authors-list-page-621-70c" */ "@theme/Blog/Pages/BlogAuthorsListPage"), "@theme/Blog/Pages/BlogAuthorsListPage", require.resolveWeak("@theme/Blog/Pages/BlogAuthorsListPage")],
|
|
8
|
+
"__comp---theme-blog-post-pageccc-cab": [() => import(/* webpackChunkName: "__comp---theme-blog-post-pageccc-cab" */ "@theme/BlogPostPage"), "@theme/BlogPostPage", require.resolveWeak("@theme/BlogPostPage")],
|
|
9
|
+
"__comp---theme-blog-tags-list-page-01-a-d0b": [() => import(/* webpackChunkName: "__comp---theme-blog-tags-list-page-01-a-d0b" */ "@theme/BlogTagsListPage"), "@theme/BlogTagsListPage", require.resolveWeak("@theme/BlogTagsListPage")],
|
|
10
|
+
"__comp---theme-blog-tags-posts-page-687-b6c": [() => import(/* webpackChunkName: "__comp---theme-blog-tags-posts-page-687-b6c" */ "@theme/BlogTagsPostsPage"), "@theme/BlogTagsPostsPage", require.resolveWeak("@theme/BlogTagsPostsPage")],
|
|
11
|
+
"__comp---theme-debug-config-23-a-2ff": [() => import(/* webpackChunkName: "__comp---theme-debug-config-23-a-2ff" */ "@theme/DebugConfig"), "@theme/DebugConfig", require.resolveWeak("@theme/DebugConfig")],
|
|
12
|
+
"__comp---theme-debug-contentba-8-ce7": [() => import(/* webpackChunkName: "__comp---theme-debug-contentba-8-ce7" */ "@theme/DebugContent"), "@theme/DebugContent", require.resolveWeak("@theme/DebugContent")],
|
|
13
|
+
"__comp---theme-debug-global-dataede-0fa": [() => import(/* webpackChunkName: "__comp---theme-debug-global-dataede-0fa" */ "@theme/DebugGlobalData"), "@theme/DebugGlobalData", require.resolveWeak("@theme/DebugGlobalData")],
|
|
14
|
+
"__comp---theme-debug-registry-679-501": [() => import(/* webpackChunkName: "__comp---theme-debug-registry-679-501" */ "@theme/DebugRegistry"), "@theme/DebugRegistry", require.resolveWeak("@theme/DebugRegistry")],
|
|
15
|
+
"__comp---theme-debug-routes-946-699": [() => import(/* webpackChunkName: "__comp---theme-debug-routes-946-699" */ "@theme/DebugRoutes"), "@theme/DebugRoutes", require.resolveWeak("@theme/DebugRoutes")],
|
|
16
|
+
"__comp---theme-debug-site-metadata-68-e-3d4": [() => import(/* webpackChunkName: "__comp---theme-debug-site-metadata-68-e-3d4" */ "@theme/DebugSiteMetadata"), "@theme/DebugSiteMetadata", require.resolveWeak("@theme/DebugSiteMetadata")],
|
|
17
|
+
"__comp---theme-doc-item-178-a40": [() => import(/* webpackChunkName: "__comp---theme-doc-item-178-a40" */ "@theme/DocItem"), "@theme/DocItem", require.resolveWeak("@theme/DocItem")],
|
|
18
|
+
"__comp---theme-doc-roota-94-67a": [() => import(/* webpackChunkName: "__comp---theme-doc-roota-94-67a" */ "@theme/DocRoot"), "@theme/DocRoot", require.resolveWeak("@theme/DocRoot")],
|
|
19
|
+
"__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")],
|
|
20
|
+
"__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")],
|
|
21
|
+
"__comp---theme-search-page-1-a-4-d6f": [() => import(/* webpackChunkName: "__comp---theme-search-page-1-a-4-d6f" */ "@theme/SearchPage"), "@theme/SearchPage", require.resolveWeak("@theme/SearchPage")],
|
|
22
|
+
"__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")],
|
|
23
|
+
"__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")],
|
|
24
|
+
"__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")],
|
|
25
|
+
"__props---blog-tags-welcome-436-c4b": [() => import(/* webpackChunkName: "__props---blog-tags-welcome-436-c4b" */ "@generated/docusaurus-plugin-content-blog/default/p/blog-tags-welcome-3dc.json"), "@generated/docusaurus-plugin-content-blog/default/p/blog-tags-welcome-3dc.json", require.resolveWeak("@generated/docusaurus-plugin-content-blog/default/p/blog-tags-welcome-3dc.json")],
|
|
26
|
+
"__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")],
|
|
27
|
+
"__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")],
|
|
28
|
+
"__props---notes-3-b-3-59a": [() => import(/* webpackChunkName: "__props---notes-3-b-3-59a" */ "@generated/docusaurus-plugin-content-docs/default/p/notes-106.json"), "@generated/docusaurus-plugin-content-docs/default/p/notes-106.json", require.resolveWeak("@generated/docusaurus-plugin-content-docs/default/p/notes-106.json")],
|
|
29
|
+
"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")],
|
|
30
|
+
"config---notes-5-e-9-c1c": [() => import(/* webpackChunkName: "config---notes-5-e-9-c1c" */ "@generated/docusaurus.config"), "@generated/docusaurus.config", require.resolveWeak("@generated/docusaurus.config")],
|
|
31
|
+
"content---blog-welcomea-95-cbc": [() => import(/* webpackChunkName: "content---blog-welcomea-95-cbc" */ "@site/blog/welcome.md"), "@site/blog/welcome.md", require.resolveWeak("@site/blog/welcome.md")],
|
|
32
|
+
"content---blogacf-046": [() => import(/* webpackChunkName: "content---blogacf-046" */ "@site/blog/welcome.md?truncated=true"), "@site/blog/welcome.md?truncated=true", require.resolveWeak("@site/blog/welcome.md?truncated=true")],
|
|
33
|
+
"content---notes-3-b-5-0ce": [() => import(/* webpackChunkName: "content---notes-3-b-5-0ce" */ "@site/notes/index.mdx"), "@site/notes/index.mdx", require.resolveWeak("@site/notes/index.mdx")],
|
|
34
|
+
"content---notes-welcomed-34-36e": [() => import(/* webpackChunkName: "content---notes-welcomed-34-36e" */ "@site/notes/welcome.mdx"), "@site/notes/welcome.mdx", require.resolveWeak("@site/notes/welcome.mdx")],
|
|
35
|
+
"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")],
|
|
36
|
+
"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")],
|
|
37
|
+
"plugin---notesa-74-05d": [() => import(/* webpackChunkName: "plugin---notesa-74-05d" */ "@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")],
|
|
38
|
+
"plugin---notesaba-2b3": [() => import(/* webpackChunkName: "plugin---notesaba-2b3" */ "@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")],
|
|
39
|
+
"plugin---search-138-688": [() => import(/* webpackChunkName: "plugin---search-138-688" */ "@generated/@easyops-cn/docusaurus-search-local/default/__plugin.json"), "@generated/@easyops-cn/docusaurus-search-local/default/__plugin.json", require.resolveWeak("@generated/@easyops-cn/docusaurus-search-local/default/__plugin.json")],
|
|
40
|
+
"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")],};
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import ComponentCreator from '@docusaurus/ComponentCreator';
|
|
3
|
+
|
|
4
|
+
export default [
|
|
5
|
+
{
|
|
6
|
+
path: '/__docusaurus/debug',
|
|
7
|
+
component: ComponentCreator('/__docusaurus/debug', '5ff'),
|
|
8
|
+
exact: true
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
path: '/__docusaurus/debug/config',
|
|
12
|
+
component: ComponentCreator('/__docusaurus/debug/config', '5ba'),
|
|
13
|
+
exact: true
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
path: '/__docusaurus/debug/content',
|
|
17
|
+
component: ComponentCreator('/__docusaurus/debug/content', 'a2b'),
|
|
18
|
+
exact: true
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
path: '/__docusaurus/debug/globalData',
|
|
22
|
+
component: ComponentCreator('/__docusaurus/debug/globalData', 'c3c'),
|
|
23
|
+
exact: true
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
path: '/__docusaurus/debug/metadata',
|
|
27
|
+
component: ComponentCreator('/__docusaurus/debug/metadata', '156'),
|
|
28
|
+
exact: true
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
path: '/__docusaurus/debug/registry',
|
|
32
|
+
component: ComponentCreator('/__docusaurus/debug/registry', '88c'),
|
|
33
|
+
exact: true
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
path: '/__docusaurus/debug/routes',
|
|
37
|
+
component: ComponentCreator('/__docusaurus/debug/routes', '000'),
|
|
38
|
+
exact: true
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
path: '/blog',
|
|
42
|
+
component: ComponentCreator('/blog', 'd10'),
|
|
43
|
+
exact: true
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
path: '/blog/archive',
|
|
47
|
+
component: ComponentCreator('/blog/archive', '182'),
|
|
48
|
+
exact: true
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
path: '/blog/authors',
|
|
52
|
+
component: ComponentCreator('/blog/authors', '0b7'),
|
|
53
|
+
exact: true
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
path: '/blog/tags',
|
|
57
|
+
component: ComponentCreator('/blog/tags', '287'),
|
|
58
|
+
exact: true
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
path: '/blog/tags/welcome',
|
|
62
|
+
component: ComponentCreator('/blog/tags/welcome', 'd09'),
|
|
63
|
+
exact: true
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
path: '/blog/welcome',
|
|
67
|
+
component: ComponentCreator('/blog/welcome', '6f2'),
|
|
68
|
+
exact: true
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
path: '/notes',
|
|
72
|
+
component: ComponentCreator('/notes', '529'),
|
|
73
|
+
exact: true
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
path: '/search',
|
|
77
|
+
component: ComponentCreator('/search', '822'),
|
|
78
|
+
exact: true
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
path: '/tasks',
|
|
82
|
+
component: ComponentCreator('/tasks', 'cb7'),
|
|
83
|
+
exact: true
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
path: '/notes',
|
|
87
|
+
component: ComponentCreator('/notes', '422'),
|
|
88
|
+
routes: [
|
|
89
|
+
{
|
|
90
|
+
path: '/notes',
|
|
91
|
+
component: ComponentCreator('/notes', '8e0'),
|
|
92
|
+
routes: [
|
|
93
|
+
{
|
|
94
|
+
path: '/notes',
|
|
95
|
+
component: ComponentCreator('/notes', '51c'),
|
|
96
|
+
routes: [
|
|
97
|
+
{
|
|
98
|
+
path: '/notes/',
|
|
99
|
+
component: ComponentCreator('/notes/', '14f'),
|
|
100
|
+
exact: true
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
path: '/notes/welcome',
|
|
104
|
+
component: ComponentCreator('/notes/welcome', '7a6'),
|
|
105
|
+
exact: true
|
|
106
|
+
}
|
|
107
|
+
]
|
|
108
|
+
}
|
|
109
|
+
]
|
|
110
|
+
}
|
|
111
|
+
]
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
path: '/',
|
|
115
|
+
component: ComponentCreator('/', '484'),
|
|
116
|
+
exact: true
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
path: '*',
|
|
120
|
+
component: ComponentCreator('*'),
|
|
121
|
+
},
|
|
122
|
+
];
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
{
|
|
2
|
+
"/__docusaurus/debug-5ff": {
|
|
3
|
+
"__comp": "__comp---theme-debug-config-23-a-2ff",
|
|
4
|
+
"__context": {
|
|
5
|
+
"plugin": "plugin---docusaurus-debugb-38-ad3"
|
|
6
|
+
}
|
|
7
|
+
},
|
|
8
|
+
"/__docusaurus/debug/config-5ba": {
|
|
9
|
+
"__comp": "__comp---theme-debug-config-23-a-2ff",
|
|
10
|
+
"__context": {
|
|
11
|
+
"plugin": "plugin---docusaurus-debugb-38-ad3"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"/__docusaurus/debug/content-a2b": {
|
|
15
|
+
"__comp": "__comp---theme-debug-contentba-8-ce7",
|
|
16
|
+
"__context": {
|
|
17
|
+
"plugin": "plugin---docusaurus-debugb-38-ad3"
|
|
18
|
+
},
|
|
19
|
+
"__props": "__props---docusaurus-debug-content-3-c-0-be2"
|
|
20
|
+
},
|
|
21
|
+
"/__docusaurus/debug/globalData-c3c": {
|
|
22
|
+
"__comp": "__comp---theme-debug-global-dataede-0fa",
|
|
23
|
+
"__context": {
|
|
24
|
+
"plugin": "plugin---docusaurus-debugb-38-ad3"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"/__docusaurus/debug/metadata-156": {
|
|
28
|
+
"__comp": "__comp---theme-debug-site-metadata-68-e-3d4",
|
|
29
|
+
"__context": {
|
|
30
|
+
"plugin": "plugin---docusaurus-debugb-38-ad3"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"/__docusaurus/debug/registry-88c": {
|
|
34
|
+
"__comp": "__comp---theme-debug-registry-679-501",
|
|
35
|
+
"__context": {
|
|
36
|
+
"plugin": "plugin---docusaurus-debugb-38-ad3"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"/__docusaurus/debug/routes-000": {
|
|
40
|
+
"__comp": "__comp---theme-debug-routes-946-699",
|
|
41
|
+
"__context": {
|
|
42
|
+
"plugin": "plugin---docusaurus-debugb-38-ad3"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"/blog-d10": {
|
|
46
|
+
"__comp": "__comp---theme-blog-list-pagea-6-a-7ba",
|
|
47
|
+
"__context": {
|
|
48
|
+
"plugin": "plugin---blog-369-22e"
|
|
49
|
+
},
|
|
50
|
+
"sidebar": "sidebar---blog-814-8ac",
|
|
51
|
+
"items": [
|
|
52
|
+
{
|
|
53
|
+
"content": "content---blogacf-046"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"__props": "__props---blogc-15-573"
|
|
57
|
+
},
|
|
58
|
+
"/blog/archive-182": {
|
|
59
|
+
"__comp": "__comp---theme-blog-archive-page-9-e-4-1d8",
|
|
60
|
+
"__context": {
|
|
61
|
+
"plugin": "plugin---blog-369-22e"
|
|
62
|
+
},
|
|
63
|
+
"__props": "__props---blog-archivef-81-229"
|
|
64
|
+
},
|
|
65
|
+
"/blog/authors-0b7": {
|
|
66
|
+
"__comp": "__comp---theme-blog-pages-blog-authors-list-page-621-70c",
|
|
67
|
+
"__context": {
|
|
68
|
+
"data": {
|
|
69
|
+
"blogMetadata": "blogMetadata---blog-authorsace-e7d"
|
|
70
|
+
},
|
|
71
|
+
"plugin": "plugin---blog-369-22e"
|
|
72
|
+
},
|
|
73
|
+
"sidebar": "sidebar---blog-814-8ac",
|
|
74
|
+
"__props": "__props---blog-authorsef-8-44f"
|
|
75
|
+
},
|
|
76
|
+
"/blog/tags-287": {
|
|
77
|
+
"__comp": "__comp---theme-blog-tags-list-page-01-a-d0b",
|
|
78
|
+
"__context": {
|
|
79
|
+
"plugin": "plugin---blog-369-22e"
|
|
80
|
+
},
|
|
81
|
+
"sidebar": "sidebar---blog-814-8ac",
|
|
82
|
+
"__props": "__props---blog-tags-3-a-2-fa2"
|
|
83
|
+
},
|
|
84
|
+
"/blog/tags/welcome-d09": {
|
|
85
|
+
"__comp": "__comp---theme-blog-tags-posts-page-687-b6c",
|
|
86
|
+
"__context": {
|
|
87
|
+
"plugin": "plugin---blog-369-22e"
|
|
88
|
+
},
|
|
89
|
+
"sidebar": "sidebar---blog-814-8ac",
|
|
90
|
+
"items": [
|
|
91
|
+
{
|
|
92
|
+
"content": "content---blogacf-046"
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"__props": "__props---blog-tags-welcome-436-c4b"
|
|
96
|
+
},
|
|
97
|
+
"/blog/welcome-6f2": {
|
|
98
|
+
"__comp": "__comp---theme-blog-post-pageccc-cab",
|
|
99
|
+
"__context": {
|
|
100
|
+
"data": {
|
|
101
|
+
"blogMetadata": "blogMetadata---blog-authorsace-e7d"
|
|
102
|
+
},
|
|
103
|
+
"plugin": "plugin---blog-369-22e"
|
|
104
|
+
},
|
|
105
|
+
"sidebar": "sidebar---blog-814-8ac",
|
|
106
|
+
"content": "content---blog-welcomea-95-cbc"
|
|
107
|
+
},
|
|
108
|
+
"/notes-529": {
|
|
109
|
+
"__comp": "__comp---site-pages-notes-jsac-8-7ea",
|
|
110
|
+
"__context": {
|
|
111
|
+
"plugin": "plugin---notesa-74-05d"
|
|
112
|
+
},
|
|
113
|
+
"config": "config---notes-5-e-9-c1c"
|
|
114
|
+
},
|
|
115
|
+
"/search-822": {
|
|
116
|
+
"__comp": "__comp---theme-search-page-1-a-4-d6f",
|
|
117
|
+
"__context": {
|
|
118
|
+
"plugin": "plugin---search-138-688"
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"/tasks-cb7": {
|
|
122
|
+
"__comp": "__comp---site-pages-tasks-jsa-3-b-0fc",
|
|
123
|
+
"__context": {
|
|
124
|
+
"plugin": "plugin---notesa-74-05d"
|
|
125
|
+
},
|
|
126
|
+
"config": "config---notes-5-e-9-c1c"
|
|
127
|
+
},
|
|
128
|
+
"/notes-422": {
|
|
129
|
+
"__comp": "__comp---theme-docs-root-5-e-9-0b6",
|
|
130
|
+
"__context": {
|
|
131
|
+
"plugin": "plugin---notesaba-2b3"
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"/notes-8e0": {
|
|
135
|
+
"__comp": "__comp---theme-doc-version-roota-7-b-5de",
|
|
136
|
+
"__props": "__props---notes-3-b-3-59a"
|
|
137
|
+
},
|
|
138
|
+
"/notes-51c": {
|
|
139
|
+
"__comp": "__comp---theme-doc-roota-94-67a"
|
|
140
|
+
},
|
|
141
|
+
"/notes/-14f": {
|
|
142
|
+
"__comp": "__comp---theme-doc-item-178-a40",
|
|
143
|
+
"content": "content---notes-3-b-5-0ce"
|
|
144
|
+
},
|
|
145
|
+
"/notes/welcome-7a6": {
|
|
146
|
+
"__comp": "__comp---theme-doc-item-178-a40",
|
|
147
|
+
"content": "content---notes-welcomed-34-36e"
|
|
148
|
+
},
|
|
149
|
+
"/-484": {
|
|
150
|
+
"__comp": "__comp---site-pages-index-js-54-b-4eb",
|
|
151
|
+
"__context": {
|
|
152
|
+
"plugin": "plugin---notesa-74-05d"
|
|
153
|
+
},
|
|
154
|
+
"config": "config---notes-5-e-9-c1c"
|
|
155
|
+
}
|
|
156
|
+
}
|
|
Binary file
|