@docusaurus/plugin-content-blog 3.1.0 → 3.2.0
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/lib/blogUtils.d.ts +7 -1
- package/lib/blogUtils.js +15 -21
- package/lib/client/index.d.ts +8 -0
- package/lib/client/index.js +15 -0
- package/lib/feed.js +11 -5
- package/lib/frontMatter.d.ts +0 -6
- package/lib/frontMatter.js +3 -2
- package/lib/index.js +25 -5
- package/lib/options.js +10 -0
- package/package.json +26 -11
- package/src/blogUtils.ts +31 -27
- package/src/client/index.ts +20 -0
- package/src/feed.ts +22 -7
- package/src/frontMatter.ts +5 -4
- package/src/index.ts +42 -5
- package/src/options.ts +12 -0
- package/src/plugin-content-blog.d.ts +66 -8
- package/.docusaurus/DONT-EDIT-THIS-FOLDER +0 -5
- package/.docusaurus/client-modules.js +0 -5
- package/.docusaurus/codeTranslations.json +0 -1
- package/.docusaurus/docusaurus-plugin-content-blog/default/blog-only-aeb.json +0 -10
- package/.docusaurus/docusaurus-plugin-content-blog/default/blog-only-archive-245.json +0 -312
- package/.docusaurus/docusaurus-plugin-content-blog/default/blog-only-page-2-d48.json +0 -11
- package/.docusaurus/docusaurus-plugin-content-blog/default/blog-only-page-3-8b6.json +0 -10
- package/.docusaurus/docusaurus-plugin-content-blog/default/blog-only-tags-birthday-c96-list.json +0 -9
- package/.docusaurus/docusaurus-plugin-content-blog/default/blog-only-tags-birthday-c96.json +0 -7
- package/.docusaurus/docusaurus-plugin-content-blog/default/blog-only-tags-complex-cf3-list.json +0 -9
- package/.docusaurus/docusaurus-plugin-content-blog/default/blog-only-tags-complex-cf3.json +0 -7
- package/.docusaurus/docusaurus-plugin-content-blog/default/blog-only-tags-date-c24-list.json +0 -9
- package/.docusaurus/docusaurus-plugin-content-blog/default/blog-only-tags-date-c24.json +0 -7
- package/.docusaurus/docusaurus-plugin-content-blog/default/blog-only-tags-tags-344.json +0 -17
- package/.docusaurus/docusaurus-plugin-content-blog/default/blog-post-list-prop-default.json +0 -30
- package/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json +0 -4
- package/.docusaurus/docusaurus-plugin-content-blog/default/site-src-tests-fixtures-website-blog-2018-12-14-happy-first-birthday-slash-md-d1e.json +0 -46
- package/.docusaurus/docusaurus-plugin-content-blog/default/site-src-tests-fixtures-website-blog-blog-with-links-mdx-fe5.json +0 -22
- package/.docusaurus/docusaurus-plugin-content-blog/default/site-src-tests-fixtures-website-blog-complex-slug-md-314.json +0 -40
- package/.docusaurus/docusaurus-plugin-content-blog/default/site-src-tests-fixtures-website-blog-date-matter-md-191.json +0 -33
- package/.docusaurus/docusaurus-plugin-content-blog/default/site-src-tests-fixtures-website-blog-heading-as-title-md-10c.json +0 -25
- package/.docusaurus/docusaurus-plugin-content-blog/default/site-src-tests-fixtures-website-blog-mdx-blog-post-mdx-025.json +0 -26
- package/.docusaurus/docusaurus-plugin-content-blog/default/site-src-tests-fixtures-website-blog-mdx-require-blog-post-mdx-4ba.json +0 -26
- package/.docusaurus/docusaurus-plugin-content-blog/default/site-src-tests-fixtures-website-blog-simple-slug-md-324.json +0 -36
- package/.docusaurus/docusaurus-plugin-content-blog/default/site-src-tests-fixtures-website-blog-unlisted-md-5cb.json +0 -18
- package/.docusaurus/docusaurus-theme-search-algolia/default/plugin-route-context-module-100.json +0 -4
- package/.docusaurus/docusaurus.config.mjs +0 -246
- package/.docusaurus/globalData.json +0 -1
- package/.docusaurus/i18n.json +0 -17
- package/.docusaurus/registry.js +0 -38
- package/.docusaurus/routes.js +0 -99
- package/.docusaurus/routesChunkNames.json +0 -194
- package/.docusaurus/site-metadata.json +0 -24
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"label": "date",
|
|
4
|
-
"permalink": "/blog-only/tags/date",
|
|
5
|
-
"count": 2
|
|
6
|
-
},
|
|
7
|
-
{
|
|
8
|
-
"label": "complex",
|
|
9
|
-
"permalink": "/blog-only/tags/complex",
|
|
10
|
-
"count": 1
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"label": "birthday",
|
|
14
|
-
"permalink": "/blog-only/tags/birthday",
|
|
15
|
-
"count": 1
|
|
16
|
-
}
|
|
17
|
-
]
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"title": "Recent posts",
|
|
3
|
-
"items": [
|
|
4
|
-
{
|
|
5
|
-
"title": "test links",
|
|
6
|
-
"permalink": "/blog-only/blog-with-links",
|
|
7
|
-
"unlisted": false
|
|
8
|
-
},
|
|
9
|
-
{
|
|
10
|
-
"title": "MDX Blog Sample with require calls",
|
|
11
|
-
"permalink": "/blog-only/mdx-require-blog-post",
|
|
12
|
-
"unlisted": false
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"title": "Full Blog Sample",
|
|
16
|
-
"permalink": "/blog-only/mdx-blog-post",
|
|
17
|
-
"unlisted": false
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"title": "Complex Slug",
|
|
21
|
-
"permalink": "/blog-only/hey/my super path/héllô",
|
|
22
|
-
"unlisted": false
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"title": "Simple Slug",
|
|
26
|
-
"permalink": "/blog-only/simple/slug",
|
|
27
|
-
"unlisted": false
|
|
28
|
-
}
|
|
29
|
-
]
|
|
30
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"permalink": "/blog-only/2018/12/14/Happy-First-Birthday-Slash",
|
|
3
|
-
"editUrl": "https://github.com/facebook/docusaurus/edit/main/website/src/__tests__/__fixtures__/website/blog/2018-12-14-Happy-First-Birthday-Slash.md",
|
|
4
|
-
"source": "@site/src/__tests__/__fixtures__/website/blog/2018-12-14-Happy-First-Birthday-Slash.md",
|
|
5
|
-
"title": "Happy 1st Birthday Slash!",
|
|
6
|
-
"description": "Happy birthday!",
|
|
7
|
-
"date": "2018-12-14T00:00:00.000Z",
|
|
8
|
-
"formattedDate": "December 14, 2018",
|
|
9
|
-
"tags": [
|
|
10
|
-
{
|
|
11
|
-
"label": "birthday",
|
|
12
|
-
"permalink": "/blog-only/tags/birthday"
|
|
13
|
-
}
|
|
14
|
-
],
|
|
15
|
-
"readingTime": 0.01,
|
|
16
|
-
"hasTruncateMarker": false,
|
|
17
|
-
"authors": [
|
|
18
|
-
{
|
|
19
|
-
"name": "Yangshun Tay"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"name": "Sébastien Lorber",
|
|
23
|
-
"title": "Docusaurus maintainer",
|
|
24
|
-
"email": "lorber.sebastien@gmail.com",
|
|
25
|
-
"url": "https://sebastienlorber.com",
|
|
26
|
-
"key": "slorber"
|
|
27
|
-
}
|
|
28
|
-
],
|
|
29
|
-
"frontMatter": {
|
|
30
|
-
"title": "Happy 1st Birthday Slash!",
|
|
31
|
-
"authors": [
|
|
32
|
-
{
|
|
33
|
-
"name": "Yangshun Tay"
|
|
34
|
-
},
|
|
35
|
-
"slorber"
|
|
36
|
-
],
|
|
37
|
-
"tags": [
|
|
38
|
-
"birthday"
|
|
39
|
-
]
|
|
40
|
-
},
|
|
41
|
-
"unlisted": false,
|
|
42
|
-
"prevItem": {
|
|
43
|
-
"title": "date-matter",
|
|
44
|
-
"permalink": "/blog-only/date-matter"
|
|
45
|
-
}
|
|
46
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"permalink": "/blog-only/blog-with-links",
|
|
3
|
-
"editUrl": "https://github.com/facebook/docusaurus/edit/main/website/src/__tests__/__fixtures__/website/blog/blog-with-links.mdx",
|
|
4
|
-
"source": "@site/src/__tests__/__fixtures__/website/blog/blog-with-links.mdx",
|
|
5
|
-
"title": "test links",
|
|
6
|
-
"description": "absolute full url",
|
|
7
|
-
"date": "2023-07-23T00:00:00.000Z",
|
|
8
|
-
"formattedDate": "July 23, 2023",
|
|
9
|
-
"tags": [],
|
|
10
|
-
"readingTime": 0.145,
|
|
11
|
-
"hasTruncateMarker": false,
|
|
12
|
-
"authors": [],
|
|
13
|
-
"frontMatter": {
|
|
14
|
-
"title": "test links",
|
|
15
|
-
"date": "2023-07-23T00:00:00.000Z"
|
|
16
|
-
},
|
|
17
|
-
"unlisted": false,
|
|
18
|
-
"nextItem": {
|
|
19
|
-
"title": "MDX Blog Sample with require calls",
|
|
20
|
-
"permalink": "/blog-only/mdx-require-blog-post"
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"permalink": "/blog-only/hey/my super path/héllô",
|
|
3
|
-
"editUrl": "https://github.com/facebook/docusaurus/edit/main/website/src/__tests__/__fixtures__/website/blog/complex-slug.md",
|
|
4
|
-
"source": "@site/src/__tests__/__fixtures__/website/blog/complex-slug.md",
|
|
5
|
-
"title": "Complex Slug",
|
|
6
|
-
"description": "complex url slug",
|
|
7
|
-
"date": "2020-08-16T00:00:00.000Z",
|
|
8
|
-
"formattedDate": "August 16, 2020",
|
|
9
|
-
"tags": [
|
|
10
|
-
{
|
|
11
|
-
"label": "date",
|
|
12
|
-
"permalink": "/blog-only/tags/date"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"label": "complex",
|
|
16
|
-
"permalink": "/blog-only/tags/complex"
|
|
17
|
-
}
|
|
18
|
-
],
|
|
19
|
-
"readingTime": 0.015,
|
|
20
|
-
"hasTruncateMarker": false,
|
|
21
|
-
"authors": [],
|
|
22
|
-
"frontMatter": {
|
|
23
|
-
"slug": "/hey/my super path/héllô",
|
|
24
|
-
"title": "Complex Slug",
|
|
25
|
-
"date": "2020/08/16",
|
|
26
|
-
"tags": [
|
|
27
|
-
"date",
|
|
28
|
-
"complex"
|
|
29
|
-
]
|
|
30
|
-
},
|
|
31
|
-
"unlisted": false,
|
|
32
|
-
"prevItem": {
|
|
33
|
-
"title": "Full Blog Sample",
|
|
34
|
-
"permalink": "/blog-only/mdx-blog-post"
|
|
35
|
-
},
|
|
36
|
-
"nextItem": {
|
|
37
|
-
"title": "Simple Slug",
|
|
38
|
-
"permalink": "/blog-only/simple/slug"
|
|
39
|
-
}
|
|
40
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"permalink": "/blog-only/date-matter",
|
|
3
|
-
"editUrl": "https://github.com/facebook/docusaurus/edit/main/website/src/__tests__/__fixtures__/website/blog/date-matter.md",
|
|
4
|
-
"source": "@site/src/__tests__/__fixtures__/website/blog/date-matter.md",
|
|
5
|
-
"title": "date-matter",
|
|
6
|
-
"description": "date inside front matter",
|
|
7
|
-
"date": "2019-01-01T00:00:00.000Z",
|
|
8
|
-
"formattedDate": "January 1, 2019",
|
|
9
|
-
"tags": [
|
|
10
|
-
{
|
|
11
|
-
"label": "date",
|
|
12
|
-
"permalink": "/blog-only/tags/date"
|
|
13
|
-
}
|
|
14
|
-
],
|
|
15
|
-
"readingTime": 0.02,
|
|
16
|
-
"hasTruncateMarker": false,
|
|
17
|
-
"authors": [],
|
|
18
|
-
"frontMatter": {
|
|
19
|
-
"date": "2019-01-01T00:00:00.000Z",
|
|
20
|
-
"tags": [
|
|
21
|
-
"date"
|
|
22
|
-
]
|
|
23
|
-
},
|
|
24
|
-
"unlisted": false,
|
|
25
|
-
"prevItem": {
|
|
26
|
-
"title": "some heading",
|
|
27
|
-
"permalink": "/blog-only/heading-as-title"
|
|
28
|
-
},
|
|
29
|
-
"nextItem": {
|
|
30
|
-
"title": "Happy 1st Birthday Slash!",
|
|
31
|
-
"permalink": "/blog-only/2018/12/14/Happy-First-Birthday-Slash"
|
|
32
|
-
}
|
|
33
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"permalink": "/blog-only/heading-as-title",
|
|
3
|
-
"editUrl": "https://github.com/facebook/docusaurus/edit/main/website/src/__tests__/__fixtures__/website/blog/heading-as-title.md",
|
|
4
|
-
"source": "@site/src/__tests__/__fixtures__/website/blog/heading-as-title.md",
|
|
5
|
-
"title": "some heading",
|
|
6
|
-
"description": "",
|
|
7
|
-
"date": "2019-01-02T00:00:00.000Z",
|
|
8
|
-
"formattedDate": "January 2, 2019",
|
|
9
|
-
"tags": [],
|
|
10
|
-
"readingTime": 0,
|
|
11
|
-
"hasTruncateMarker": false,
|
|
12
|
-
"authors": [],
|
|
13
|
-
"frontMatter": {
|
|
14
|
-
"date": "2019-01-02T00:00:00.000Z"
|
|
15
|
-
},
|
|
16
|
-
"unlisted": false,
|
|
17
|
-
"prevItem": {
|
|
18
|
-
"title": "Simple Slug",
|
|
19
|
-
"permalink": "/blog-only/simple/slug"
|
|
20
|
-
},
|
|
21
|
-
"nextItem": {
|
|
22
|
-
"title": "date-matter",
|
|
23
|
-
"permalink": "/blog-only/date-matter"
|
|
24
|
-
}
|
|
25
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"permalink": "/blog-only/mdx-blog-post",
|
|
3
|
-
"editUrl": "https://github.com/facebook/docusaurus/edit/main/website/src/__tests__/__fixtures__/website/blog/mdx-blog-post.mdx",
|
|
4
|
-
"source": "@site/src/__tests__/__fixtures__/website/blog/mdx-blog-post.mdx",
|
|
5
|
-
"title": "Full Blog Sample",
|
|
6
|
-
"description": "HTML Heading 1",
|
|
7
|
-
"date": "2021-03-05T00:00:00.000Z",
|
|
8
|
-
"formattedDate": "March 5, 2021",
|
|
9
|
-
"tags": [],
|
|
10
|
-
"readingTime": 0.245,
|
|
11
|
-
"hasTruncateMarker": false,
|
|
12
|
-
"authors": [],
|
|
13
|
-
"frontMatter": {
|
|
14
|
-
"title": "Full Blog Sample",
|
|
15
|
-
"date": "2021-03-05T00:00:00.000Z"
|
|
16
|
-
},
|
|
17
|
-
"unlisted": false,
|
|
18
|
-
"prevItem": {
|
|
19
|
-
"title": "MDX Blog Sample with require calls",
|
|
20
|
-
"permalink": "/blog-only/mdx-require-blog-post"
|
|
21
|
-
},
|
|
22
|
-
"nextItem": {
|
|
23
|
-
"title": "Complex Slug",
|
|
24
|
-
"permalink": "/blog-only/hey/my super path/héllô"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"permalink": "/blog-only/mdx-require-blog-post",
|
|
3
|
-
"editUrl": "https://github.com/facebook/docusaurus/edit/main/website/src/__tests__/__fixtures__/website/blog/mdx-require-blog-post.mdx",
|
|
4
|
-
"source": "@site/src/__tests__/__fixtures__/website/blog/mdx-require-blog-post.mdx",
|
|
5
|
-
"title": "MDX Blog Sample with require calls",
|
|
6
|
-
"description": "Test MDX with require calls",
|
|
7
|
-
"date": "2021-03-06T00:00:00.000Z",
|
|
8
|
-
"formattedDate": "March 6, 2021",
|
|
9
|
-
"tags": [],
|
|
10
|
-
"readingTime": 0.09,
|
|
11
|
-
"hasTruncateMarker": false,
|
|
12
|
-
"authors": [],
|
|
13
|
-
"frontMatter": {
|
|
14
|
-
"title": "MDX Blog Sample with require calls",
|
|
15
|
-
"date": "2021-03-06T00:00:00.000Z"
|
|
16
|
-
},
|
|
17
|
-
"unlisted": false,
|
|
18
|
-
"prevItem": {
|
|
19
|
-
"title": "test links",
|
|
20
|
-
"permalink": "/blog-only/blog-with-links"
|
|
21
|
-
},
|
|
22
|
-
"nextItem": {
|
|
23
|
-
"title": "Full Blog Sample",
|
|
24
|
-
"permalink": "/blog-only/mdx-blog-post"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"permalink": "/blog-only/simple/slug",
|
|
3
|
-
"editUrl": "https://github.com/facebook/docusaurus/edit/main/website/src/__tests__/__fixtures__/website/blog/simple-slug.md",
|
|
4
|
-
"source": "@site/src/__tests__/__fixtures__/website/blog/simple-slug.md",
|
|
5
|
-
"title": "Simple Slug",
|
|
6
|
-
"description": "simple url slug",
|
|
7
|
-
"date": "2020-08-15T00:00:00.000Z",
|
|
8
|
-
"formattedDate": "August 15, 2020",
|
|
9
|
-
"tags": [],
|
|
10
|
-
"readingTime": 0.015,
|
|
11
|
-
"hasTruncateMarker": false,
|
|
12
|
-
"authors": [
|
|
13
|
-
{
|
|
14
|
-
"name": "Sébastien Lorber",
|
|
15
|
-
"title": "Docusaurus maintainer",
|
|
16
|
-
"url": "https://sebastienlorber.com"
|
|
17
|
-
}
|
|
18
|
-
],
|
|
19
|
-
"frontMatter": {
|
|
20
|
-
"slug": "/simple/slug",
|
|
21
|
-
"title": "Simple Slug",
|
|
22
|
-
"date": "2020-08-15T00:00:00.000Z",
|
|
23
|
-
"author": "Sébastien Lorber",
|
|
24
|
-
"author_title": "Docusaurus maintainer",
|
|
25
|
-
"author_url": "https://sebastienlorber.com"
|
|
26
|
-
},
|
|
27
|
-
"unlisted": false,
|
|
28
|
-
"prevItem": {
|
|
29
|
-
"title": "Complex Slug",
|
|
30
|
-
"permalink": "/blog-only/hey/my super path/héllô"
|
|
31
|
-
},
|
|
32
|
-
"nextItem": {
|
|
33
|
-
"title": "some heading",
|
|
34
|
-
"permalink": "/blog-only/heading-as-title"
|
|
35
|
-
}
|
|
36
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"permalink": "/blog-only/unlisted",
|
|
3
|
-
"editUrl": "https://github.com/facebook/docusaurus/edit/main/website/src/__tests__/__fixtures__/website/blog/unlisted.md",
|
|
4
|
-
"source": "@site/src/__tests__/__fixtures__/website/blog/unlisted.md",
|
|
5
|
-
"title": "unlisted",
|
|
6
|
-
"description": "this post is unlisted",
|
|
7
|
-
"date": "2020-02-27T00:00:00.000Z",
|
|
8
|
-
"formattedDate": "February 27, 2020",
|
|
9
|
-
"tags": [],
|
|
10
|
-
"readingTime": 0.02,
|
|
11
|
-
"hasTruncateMarker": false,
|
|
12
|
-
"authors": [],
|
|
13
|
-
"frontMatter": {
|
|
14
|
-
"date": "2020-02-27T00:00:00.000Z",
|
|
15
|
-
"unlisted": true
|
|
16
|
-
},
|
|
17
|
-
"unlisted": true
|
|
18
|
-
}
|
|
@@ -1,246 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* AUTOGENERATED - DON'T EDIT
|
|
3
|
-
* Your edits in this file will be overwritten in the next build!
|
|
4
|
-
* Modify the docusaurus.config.js file at your site's root instead.
|
|
5
|
-
*/
|
|
6
|
-
export default {
|
|
7
|
-
"title": "Docusaurus blog only!",
|
|
8
|
-
"tagline": "Build optimized websites quickly, focus on your content",
|
|
9
|
-
"organizationName": "facebook",
|
|
10
|
-
"projectName": "docusaurus",
|
|
11
|
-
"baseUrl": "/blog-only/",
|
|
12
|
-
"url": "https://docusaurus.io",
|
|
13
|
-
"onBrokenLinks": "warn",
|
|
14
|
-
"onBrokenMarkdownLinks": "warn",
|
|
15
|
-
"favicon": "img/docusaurus.ico",
|
|
16
|
-
"presets": [
|
|
17
|
-
[
|
|
18
|
-
"classic",
|
|
19
|
-
{
|
|
20
|
-
"docs": false,
|
|
21
|
-
"pages": false,
|
|
22
|
-
"blog": {
|
|
23
|
-
"routeBasePath": "/",
|
|
24
|
-
"path": "/Users/sebastienlorber/Desktop/projects/docusaurus/packages/docusaurus-plugin-content-blog/src/__tests__/__fixtures__/website/blog",
|
|
25
|
-
"editUrl": "https://github.com/facebook/docusaurus/edit/main/website/",
|
|
26
|
-
"postsPerPage": 3,
|
|
27
|
-
"feedOptions": {
|
|
28
|
-
"type": "all",
|
|
29
|
-
"copyright": "Copyright © 2023 Facebook, Inc."
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
]
|
|
34
|
-
],
|
|
35
|
-
"themeConfig": {
|
|
36
|
-
"image": "img/docusaurus-social-card.jpg",
|
|
37
|
-
"algolia": {
|
|
38
|
-
"appId": "X1Z85QJPUV",
|
|
39
|
-
"apiKey": "bf7211c161e8205da2f933a02534105a",
|
|
40
|
-
"indexName": "docusaurus-2",
|
|
41
|
-
"contextualSearch": true,
|
|
42
|
-
"searchParameters": {},
|
|
43
|
-
"searchPagePath": "search"
|
|
44
|
-
},
|
|
45
|
-
"navbar": {
|
|
46
|
-
"hideOnScroll": true,
|
|
47
|
-
"title": "Docusaurus",
|
|
48
|
-
"logo": {
|
|
49
|
-
"alt": "Docusaurus Logo",
|
|
50
|
-
"src": "img/docusaurus.svg",
|
|
51
|
-
"srcDark": "img/docusaurus_keytar.svg"
|
|
52
|
-
},
|
|
53
|
-
"items": []
|
|
54
|
-
},
|
|
55
|
-
"colorMode": {
|
|
56
|
-
"defaultMode": "light",
|
|
57
|
-
"disableSwitch": false,
|
|
58
|
-
"respectPrefersColorScheme": false
|
|
59
|
-
},
|
|
60
|
-
"docs": {
|
|
61
|
-
"versionPersistence": "localStorage",
|
|
62
|
-
"sidebar": {
|
|
63
|
-
"hideable": false,
|
|
64
|
-
"autoCollapseCategories": false
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
"metadata": [],
|
|
68
|
-
"prism": {
|
|
69
|
-
"additionalLanguages": [],
|
|
70
|
-
"theme": {
|
|
71
|
-
"plain": {
|
|
72
|
-
"color": "#bfc7d5",
|
|
73
|
-
"backgroundColor": "#292d3e"
|
|
74
|
-
},
|
|
75
|
-
"styles": [
|
|
76
|
-
{
|
|
77
|
-
"types": [
|
|
78
|
-
"comment"
|
|
79
|
-
],
|
|
80
|
-
"style": {
|
|
81
|
-
"color": "rgb(105, 112, 152)",
|
|
82
|
-
"fontStyle": "italic"
|
|
83
|
-
}
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"types": [
|
|
87
|
-
"string",
|
|
88
|
-
"inserted"
|
|
89
|
-
],
|
|
90
|
-
"style": {
|
|
91
|
-
"color": "rgb(195, 232, 141)"
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"types": [
|
|
96
|
-
"number"
|
|
97
|
-
],
|
|
98
|
-
"style": {
|
|
99
|
-
"color": "rgb(247, 140, 108)"
|
|
100
|
-
}
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"types": [
|
|
104
|
-
"builtin",
|
|
105
|
-
"char",
|
|
106
|
-
"constant",
|
|
107
|
-
"function"
|
|
108
|
-
],
|
|
109
|
-
"style": {
|
|
110
|
-
"color": "rgb(130, 170, 255)"
|
|
111
|
-
}
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"types": [
|
|
115
|
-
"punctuation",
|
|
116
|
-
"selector"
|
|
117
|
-
],
|
|
118
|
-
"style": {
|
|
119
|
-
"color": "rgb(199, 146, 234)"
|
|
120
|
-
}
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"types": [
|
|
124
|
-
"variable"
|
|
125
|
-
],
|
|
126
|
-
"style": {
|
|
127
|
-
"color": "rgb(191, 199, 213)"
|
|
128
|
-
}
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"types": [
|
|
132
|
-
"class-name",
|
|
133
|
-
"attr-name"
|
|
134
|
-
],
|
|
135
|
-
"style": {
|
|
136
|
-
"color": "rgb(255, 203, 107)"
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"types": [
|
|
141
|
-
"tag",
|
|
142
|
-
"deleted"
|
|
143
|
-
],
|
|
144
|
-
"style": {
|
|
145
|
-
"color": "rgb(255, 85, 114)"
|
|
146
|
-
}
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"types": [
|
|
150
|
-
"operator"
|
|
151
|
-
],
|
|
152
|
-
"style": {
|
|
153
|
-
"color": "rgb(137, 221, 255)"
|
|
154
|
-
}
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"types": [
|
|
158
|
-
"boolean"
|
|
159
|
-
],
|
|
160
|
-
"style": {
|
|
161
|
-
"color": "rgb(255, 88, 116)"
|
|
162
|
-
}
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"types": [
|
|
166
|
-
"keyword"
|
|
167
|
-
],
|
|
168
|
-
"style": {
|
|
169
|
-
"fontStyle": "italic"
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"types": [
|
|
174
|
-
"doctype"
|
|
175
|
-
],
|
|
176
|
-
"style": {
|
|
177
|
-
"color": "rgb(199, 146, 234)",
|
|
178
|
-
"fontStyle": "italic"
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"types": [
|
|
183
|
-
"namespace"
|
|
184
|
-
],
|
|
185
|
-
"style": {
|
|
186
|
-
"color": "rgb(178, 204, 214)"
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"types": [
|
|
191
|
-
"url"
|
|
192
|
-
],
|
|
193
|
-
"style": {
|
|
194
|
-
"color": "rgb(221, 221, 221)"
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
]
|
|
198
|
-
},
|
|
199
|
-
"magicComments": [
|
|
200
|
-
{
|
|
201
|
-
"className": "theme-code-block-highlighted-line",
|
|
202
|
-
"line": "highlight-next-line",
|
|
203
|
-
"block": {
|
|
204
|
-
"start": "highlight-start",
|
|
205
|
-
"end": "highlight-end"
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
]
|
|
209
|
-
},
|
|
210
|
-
"tableOfContents": {
|
|
211
|
-
"minHeadingLevel": 2,
|
|
212
|
-
"maxHeadingLevel": 3
|
|
213
|
-
}
|
|
214
|
-
},
|
|
215
|
-
"baseUrlIssueBanner": true,
|
|
216
|
-
"i18n": {
|
|
217
|
-
"defaultLocale": "en",
|
|
218
|
-
"path": "i18n",
|
|
219
|
-
"locales": [
|
|
220
|
-
"en"
|
|
221
|
-
],
|
|
222
|
-
"localeConfigs": {}
|
|
223
|
-
},
|
|
224
|
-
"onDuplicateRoutes": "warn",
|
|
225
|
-
"staticDirectories": [
|
|
226
|
-
"static"
|
|
227
|
-
],
|
|
228
|
-
"customFields": {},
|
|
229
|
-
"plugins": [],
|
|
230
|
-
"themes": [],
|
|
231
|
-
"scripts": [],
|
|
232
|
-
"headTags": [],
|
|
233
|
-
"stylesheets": [],
|
|
234
|
-
"clientModules": [],
|
|
235
|
-
"titleDelimiter": "|",
|
|
236
|
-
"noIndex": false,
|
|
237
|
-
"markdown": {
|
|
238
|
-
"format": "mdx",
|
|
239
|
-
"mermaid": false,
|
|
240
|
-
"mdx1Compat": {
|
|
241
|
-
"comments": true,
|
|
242
|
-
"admonitions": true,
|
|
243
|
-
"headingIds": true
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|