create-docusaurus 0.0.0-5101 → 0.0.0-5112
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 +4 -4
- package/templates/classic/package.json +4 -4
- package/templates/classic-typescript/package.json +4 -4
- package/templates/facebook/package.json +4 -4
- package/templates/shared/docs/tutorial-basics/create-a-blog-post.md +1 -1
- package/templates/shared/docs/tutorial-basics/create-a-document.md +1 -1
- package/templates/shared/docs/tutorial-basics/create-a-page.md +2 -2
- package/templates/shared/docs/tutorial-basics/deploy-your-site.md +1 -1
- package/templates/shared/docs/tutorial-extras/translate-your-site.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-docusaurus",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-5112",
|
|
4
4
|
"description": "Create Docusaurus apps easily.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
},
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@docusaurus/logger": "0.0.0-
|
|
26
|
-
"@docusaurus/utils": "0.0.0-
|
|
25
|
+
"@docusaurus/logger": "0.0.0-5112",
|
|
26
|
+
"@docusaurus/utils": "0.0.0-5112",
|
|
27
27
|
"commander": "^5.1.0",
|
|
28
28
|
"fs-extra": "^10.1.0",
|
|
29
29
|
"lodash": "^4.17.21",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"engines": {
|
|
40
40
|
"node": ">=16.14"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "0a08a97d1502d101defde8e3160324a291b45c64"
|
|
43
43
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "docusaurus-2-classic-template",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-5112",
|
|
4
4
|
"private": true,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"docusaurus": "docusaurus",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"write-heading-ids": "docusaurus write-heading-ids"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@docusaurus/core": "0.0.0-
|
|
18
|
-
"@docusaurus/preset-classic": "0.0.0-
|
|
17
|
+
"@docusaurus/core": "0.0.0-5112",
|
|
18
|
+
"@docusaurus/preset-classic": "0.0.0-5112",
|
|
19
19
|
"@mdx-js/react": "^1.6.22",
|
|
20
20
|
"clsx": "^1.1.1",
|
|
21
21
|
"prism-react-renderer": "^1.3.3",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"react-dom": "^17.0.2"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@docusaurus/module-type-aliases": "0.0.0-
|
|
26
|
+
"@docusaurus/module-type-aliases": "0.0.0-5112"
|
|
27
27
|
},
|
|
28
28
|
"browserslist": {
|
|
29
29
|
"production": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "docusaurus-2-classic-typescript-template",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-5112",
|
|
4
4
|
"private": true,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"docusaurus": "docusaurus",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"typecheck": "tsc"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@docusaurus/core": "0.0.0-
|
|
19
|
-
"@docusaurus/preset-classic": "0.0.0-
|
|
18
|
+
"@docusaurus/core": "0.0.0-5112",
|
|
19
|
+
"@docusaurus/preset-classic": "0.0.0-5112",
|
|
20
20
|
"@mdx-js/react": "^1.6.22",
|
|
21
21
|
"clsx": "^1.1.1",
|
|
22
22
|
"prism-react-renderer": "^1.3.3",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"react-dom": "^17.0.2"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@docusaurus/module-type-aliases": "0.0.0-
|
|
27
|
+
"@docusaurus/module-type-aliases": "0.0.0-5112",
|
|
28
28
|
"@tsconfig/docusaurus": "^1.0.5",
|
|
29
29
|
"typescript": "^4.6.4"
|
|
30
30
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "docusaurus-2-facebook-template",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-5112",
|
|
4
4
|
"private": true,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"docusaurus": "docusaurus",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"format:diff": "prettier --config .prettierrc --list-different \"**/*.{js,jsx,ts,tsx,md,mdx}\""
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@docusaurus/core": "0.0.0-
|
|
22
|
-
"@docusaurus/preset-classic": "0.0.0-
|
|
21
|
+
"@docusaurus/core": "0.0.0-5112",
|
|
22
|
+
"@docusaurus/preset-classic": "0.0.0-5112",
|
|
23
23
|
"@mdx-js/react": "^1.6.22",
|
|
24
24
|
"clsx": "^1.1.1",
|
|
25
25
|
"react": "^17.0.2",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"eslint-plugin-react": "^7.30.0",
|
|
37
37
|
"eslint-plugin-react-hooks": "^4.5.0",
|
|
38
38
|
"prettier": "^2.6.2",
|
|
39
|
-
"stylelint": "^14.
|
|
39
|
+
"stylelint": "^14.9.1"
|
|
40
40
|
},
|
|
41
41
|
"browserslist": {
|
|
42
42
|
"production": [
|
|
@@ -31,4 +31,4 @@ Congratulations, you have made your first post!
|
|
|
31
31
|
Feel free to play around and edit this post as much you like.
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
A new blog post is now available at
|
|
34
|
+
A new blog post is now available at [http://localhost:3000/blog/greetings](http://localhost:3000/blog/greetings).
|
|
@@ -20,7 +20,7 @@ Create a markdown file at `docs/hello.md`:
|
|
|
20
20
|
This is my **first Docusaurus document**!
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
A new document is now available at
|
|
23
|
+
A new document is now available at [http://localhost:3000/docs/hello](http://localhost:3000/docs/hello).
|
|
24
24
|
|
|
25
25
|
## Configure the Sidebar
|
|
26
26
|
|
|
@@ -28,7 +28,7 @@ export default function MyReactPage() {
|
|
|
28
28
|
}
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
A new page is now available at
|
|
31
|
+
A new page is now available at [http://localhost:3000/my-react-page](http://localhost:3000/my-react-page).
|
|
32
32
|
|
|
33
33
|
## Create your first Markdown Page
|
|
34
34
|
|
|
@@ -40,4 +40,4 @@ Create a file at `src/pages/my-markdown-page.md`:
|
|
|
40
40
|
This is a Markdown page
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
A new page is now available at
|
|
43
|
+
A new page is now available at [http://localhost:3000/my-markdown-page](http://localhost:3000/my-markdown-page).
|
|
@@ -26,6 +26,6 @@ Test your production build locally:
|
|
|
26
26
|
npm run serve
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
The `build` folder is now served at
|
|
29
|
+
The `build` folder is now served at [http://localhost:3000/](http://localhost:3000/).
|
|
30
30
|
|
|
31
31
|
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)**).
|
|
@@ -39,7 +39,7 @@ Start your site on the French locale:
|
|
|
39
39
|
npm run start -- --locale fr
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
-
Your localized site is accessible at
|
|
42
|
+
Your localized site is accessible at [http://localhost:3000/fr/](http://localhost:3000/fr/) and the `Getting Started` page is translated.
|
|
43
43
|
|
|
44
44
|
:::caution
|
|
45
45
|
|