Create a New Site
In this section, we'll get our Docusaurus site up and running for local development. The process only takes a few minutes.
- {.docImage}
Scaffold the Site
- Execute the
docusaurus-init
command in your terminal.
diff --git a/docs/fr/1.10.x/tutorial-create-new-site/index.html b/docs/fr/1.10.x/tutorial-create-new-site/index.html
index 2bb3f9341f..652bf43f60 100644
--- a/docs/fr/1.10.x/tutorial-create-new-site/index.html
+++ b/docs/fr/1.10.x/tutorial-create-new-site/index.html
@@ -81,7 +81,7 @@
}
});
Create a New Site
In this section, we'll get our Docusaurus site up and running for local development. The process only takes a few minutes.
- {.docImage}
Scaffold the Site
- Execute the
docusaurus-init
command in your terminal.
diff --git a/docs/fr/1.10.x/tutorial-create-pages.html b/docs/fr/1.10.x/tutorial-create-pages.html
index cef47fa6f3..82d5c3be52 100644
--- a/docs/fr/1.10.x/tutorial-create-pages.html
+++ b/docs/fr/1.10.x/tutorial-create-pages.html
@@ -81,7 +81,7 @@
}
});
Create Pages
In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.
- {.docImage}
Creating a Regular Page
Go into the
@@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>pages/en
directory and create a file calledhello-world.js
with the following contents:React is being used as a templating engine for rendering static markup. You can leverage on the expressibility of React to build rich web content. Learn more about creating pages here.
-
+{.docImage}
Create a Documentation Page
Create a new file in the
docs
folder calleddoc4.md
. Thedocs
folder is in the root of your Docusaurus project, one level abovewebsite
.
diff --git a/docs/fr/1.10.x/tutorial-create-pages/index.html b/docs/fr/1.10.x/tutorial-create-pages/index.html
index cef47fa6f3..82d5c3be52 100644
--- a/docs/fr/1.10.x/tutorial-create-pages/index.html
+++ b/docs/fr/1.10.x/tutorial-create-pages/index.html
@@ -81,7 +81,7 @@
}
});
Create Pages
In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.
- {.docImage}
Creating a Regular Page
Go into the
@@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>pages/en
directory and create a file calledhello-world.js
with the following contents:React is being used as a templating engine for rendering static markup. You can leverage on the expressibility of React to build rich web content. Learn more about creating pages here.
-
+{.docImage}
Create a Documentation Page
Create a new file in the
docs
folder calleddoc4.md
. Thedocs
folder is in the root of your Docusaurus project, one level abovewebsite
.
diff --git a/docs/fr/1.10.x/tutorial-publish-site.html b/docs/fr/1.10.x/tutorial-publish-site.html
index db557ee742..315e7e18cd 100644
--- a/docs/fr/1.10.x/tutorial-publish-site.html
+++ b/docs/fr/1.10.x/tutorial-publish-site.html
@@ -1,4 +1,4 @@
-
Publish the Site · Docusaurus
Publish the Site
Publish the Site
{.docImage}
Next, we'll learn how to publish the site to the WWW for everyone to browse! For the purpose of the tutorial, we'll use GitHub pages to host our website. But you can use any static file hosting service that you want, e.g. Netlify, Amazon S3, etc.
Put the Site Online
Kill the web server first by pressing Cmd + C or Ctrl + C depending on your operating system.
diff --git a/docs/fr/1.10.x/tutorial-publish-site/index.html b/docs/fr/1.10.x/tutorial-publish-site/index.html index db557ee742..315e7e18cd 100644 --- a/docs/fr/1.10.x/tutorial-publish-site/index.html +++ b/docs/fr/1.10.x/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site
Publish the Site
{.docImage}
Next, we'll learn how to publish the site to the WWW for everyone to browse! For the purpose of the tutorial, we'll use GitHub pages to host our website. But you can use any static file hosting service that you want, e.g. Netlify, Amazon S3, etc.
Put the Site Online
Kill the web server first by pressing Cmd + C or Ctrl + C depending on your operating system.
diff --git a/docs/fr/1.10.x/tutorial-setup.html b/docs/fr/1.10.x/tutorial-setup.html index 4dbe84816d..af05a5694f 100644 --- a/docs/fr/1.10.x/tutorial-setup.html +++ b/docs/fr/1.10.x/tutorial-setup.html @@ -81,7 +81,7 @@ } });Setting Up
This tutorial is geared at first-time users who want detailed instructions on how to go from zero to a Docusaurus website that has versions. Let's start!
- {.docImage}
Install Node.js
Node.js is an environment that can run JavaScript code outside of a web browser and is used to write and run server-side JavaScript apps.
@@ -114,7 +114,7 @@ v8.15.1Name your repository without spaces. For e.g. docusaurus-tutorial
.Proceed to create the repository without adding -.gitignore
or a license.+
{.docImage}
diff --git a/docs/fr/1.10.x/tutorial-setup/index.html b/docs/fr/1.10.x/tutorial-setup/index.html index 4dbe84816d..af05a5694f 100644 --- a/docs/fr/1.10.x/tutorial-setup/index.html +++ b/docs/fr/1.10.x/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
- Clone your repository to your local machine:
Setting Up
This tutorial is geared at first-time users who want detailed instructions on how to go from zero to a Docusaurus website that has versions. Let's start!
- {.docImage}
Install Node.js
Node.js is an environment that can run JavaScript code outside of a web browser and is used to write and run server-side JavaScript apps.
@@ -114,7 +114,7 @@ v8.15.1Name your repository without spaces. For e.g. docusaurus-tutorial
.Proceed to create the repository without adding -.gitignore
or a license.+
{.docImage}
diff --git a/docs/fr/1.10.x/tutorial-version.html b/docs/fr/1.10.x/tutorial-version.html index e0c0ce562b..b6c52b3638 100644 --- a/docs/fr/1.10.x/tutorial-version.html +++ b/docs/fr/1.10.x/tutorial-version.html @@ -81,7 +81,7 @@ } });
- Clone your repository to your local machine:
Add Versions
With an example site deployed, we can now try out one of the killer features of Docusaurus - versioned documentation. Versioned documentation helps to show relevant documentation to the users for the current version of the tool they are using and also hide unreleased documentation from users, reducing confusion. Documentations for older versions are also preserved and accessible to users of older versions of the tool even as the latest documentation changes.
- {.docImage}
Releasing a Version
Assuming we are happy with the current state of the documentation and we want to freeze it as the v1.0.0 docs. We first run the following command to generate a versions.js
file, which will be used to list down all the versions of docs in the project.
npm run examples versions # yarn examples versions
diff --git a/docs/fr/1.10.x/tutorial-version/index.html b/docs/fr/1.10.x/tutorial-version/index.html
index e0c0ce562b..b6c52b3638 100644
--- a/docs/fr/1.10.x/tutorial-version/index.html
+++ b/docs/fr/1.10.x/tutorial-version/index.html
@@ -81,7 +81,7 @@
}
});
Add Versions
With an example site deployed, we can now try out one of the killer features of Docusaurus - versioned documentation. Versioned documentation helps to show relevant documentation to the users for the current version of the tool they are using and also hide unreleased documentation from users, reducing confusion. Documentations for older versions are also preserved and accessible to users of older versions of the tool even as the latest documentation changes.
- {.docImage}
Releasing a Version
Assuming we are happy with the current state of the documentation and we want to freeze it as the v1.0.0 docs. We first run the following command to generate a versions.js
file, which will be used to list down all the versions of docs in the project.
npm run examples versions # yarn examples versions
diff --git a/docs/fr/1.11.x/tutorial-create-new-site.html b/docs/fr/1.11.x/tutorial-create-new-site.html
index a8ab5a74e7..5b753ba89e 100644
--- a/docs/fr/1.11.x/tutorial-create-new-site.html
+++ b/docs/fr/1.11.x/tutorial-create-new-site.html
@@ -81,7 +81,7 @@
}
});
Create a New Site
In this section, we'll get our Docusaurus site up and running for local development. The process only takes a few minutes.
- {.docImage}
Scaffold the Site
- Execute the
docusaurus-init
command in your terminal.
diff --git a/docs/fr/1.11.x/tutorial-create-new-site/index.html b/docs/fr/1.11.x/tutorial-create-new-site/index.html
index a8ab5a74e7..5b753ba89e 100644
--- a/docs/fr/1.11.x/tutorial-create-new-site/index.html
+++ b/docs/fr/1.11.x/tutorial-create-new-site/index.html
@@ -81,7 +81,7 @@
}
});
Create a New Site
In this section, we'll get our Docusaurus site up and running for local development. The process only takes a few minutes.
- {.docImage}
Scaffold the Site
- Execute the
docusaurus-init
command in your terminal.
diff --git a/docs/fr/1.11.x/tutorial-create-pages.html b/docs/fr/1.11.x/tutorial-create-pages.html
index fd885679f2..fdd466c4e3 100644
--- a/docs/fr/1.11.x/tutorial-create-pages.html
+++ b/docs/fr/1.11.x/tutorial-create-pages.html
@@ -81,7 +81,7 @@
}
});
Create Pages
In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.
- {.docImage}
Creating a Regular Page
Go into the
@@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>pages/en
directory and create a file calledhello-world.js
with the following contents:React is being used as a templating engine for rendering static markup. You can leverage on the expressibility of React to build rich web content. Learn more about creating pages here.
-
+{.docImage}
Create a Documentation Page
Create a new file in the
docs
folder calleddoc4.md
. Thedocs
folder is in the root of your Docusaurus project, one level abovewebsite
.
diff --git a/docs/fr/1.11.x/tutorial-create-pages/index.html b/docs/fr/1.11.x/tutorial-create-pages/index.html
index fd885679f2..fdd466c4e3 100644
--- a/docs/fr/1.11.x/tutorial-create-pages/index.html
+++ b/docs/fr/1.11.x/tutorial-create-pages/index.html
@@ -81,7 +81,7 @@
}
});
Create Pages
In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.
- {.docImage}
Creating a Regular Page
Go into the
@@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>pages/en
directory and create a file calledhello-world.js
with the following contents:React is being used as a templating engine for rendering static markup. You can leverage on the expressibility of React to build rich web content. Learn more about creating pages here.
-
+{.docImage}
Create a Documentation Page
Create a new file in the
docs
folder calleddoc4.md
. Thedocs
folder is in the root of your Docusaurus project, one level abovewebsite
.
diff --git a/docs/fr/1.11.x/tutorial-publish-site.html b/docs/fr/1.11.x/tutorial-publish-site.html
index 96e3e84764..75a1122307 100644
--- a/docs/fr/1.11.x/tutorial-publish-site.html
+++ b/docs/fr/1.11.x/tutorial-publish-site.html
@@ -1,4 +1,4 @@
-
Publish the Site · Docusaurus
Publish the Site
Publish the Site
{.docImage}
Next, we'll learn how to publish the site to the WWW for everyone to browse! For the purpose of the tutorial, we'll use GitHub pages to host our website. But you can use any static file hosting service that you want, e.g. Netlify, Amazon S3, etc.
Put the Site Online
Kill the web server first by pressing Cmd + C or Ctrl + C depending on your operating system.
diff --git a/docs/fr/1.11.x/tutorial-publish-site/index.html b/docs/fr/1.11.x/tutorial-publish-site/index.html index 96e3e84764..75a1122307 100644 --- a/docs/fr/1.11.x/tutorial-publish-site/index.html +++ b/docs/fr/1.11.x/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site
Publish the Site
{.docImage}
Next, we'll learn how to publish the site to the WWW for everyone to browse! For the purpose of the tutorial, we'll use GitHub pages to host our website. But you can use any static file hosting service that you want, e.g. Netlify, Amazon S3, etc.
Put the Site Online
Kill the web server first by pressing Cmd + C or Ctrl + C depending on your operating system.
diff --git a/docs/fr/1.11.x/tutorial-setup.html b/docs/fr/1.11.x/tutorial-setup.html index 348b325ec8..d00bda2eea 100644 --- a/docs/fr/1.11.x/tutorial-setup.html +++ b/docs/fr/1.11.x/tutorial-setup.html @@ -81,7 +81,7 @@ } });Setting Up
This tutorial is geared at first-time users who want detailed instructions on how to go from zero to a Docusaurus website that has versions. Let's start!
- {.docImage}
Install Node.js
Node.js is an environment that can run JavaScript code outside of a web browser and is used to write and run server-side JavaScript apps.
@@ -114,7 +114,7 @@ v8.15.1Name your repository without spaces. For e.g. docusaurus-tutorial
.Proceed to create the repository without adding -.gitignore
or a license.+
{.docImage}
diff --git a/docs/fr/1.11.x/tutorial-setup/index.html b/docs/fr/1.11.x/tutorial-setup/index.html index 348b325ec8..d00bda2eea 100644 --- a/docs/fr/1.11.x/tutorial-setup/index.html +++ b/docs/fr/1.11.x/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
- Clone your repository to your local machine:
Setting Up
This tutorial is geared at first-time users who want detailed instructions on how to go from zero to a Docusaurus website that has versions. Let's start!
- {.docImage}
Install Node.js
Node.js is an environment that can run JavaScript code outside of a web browser and is used to write and run server-side JavaScript apps.
@@ -114,7 +114,7 @@ v8.15.1Name your repository without spaces. For e.g. docusaurus-tutorial
.Proceed to create the repository without adding -.gitignore
or a license.+
{.docImage}
diff --git a/docs/fr/1.11.x/tutorial-version.html b/docs/fr/1.11.x/tutorial-version.html index 1920e80709..3f06881710 100644 --- a/docs/fr/1.11.x/tutorial-version.html +++ b/docs/fr/1.11.x/tutorial-version.html @@ -81,7 +81,7 @@ } });
- Clone your repository to your local machine:
Add Versions
With an example site deployed, we can now try out one of the killer features of Docusaurus - versioned documentation. Versioned documentation helps to show relevant documentation to the users for the current version of the tool they are using and also hide unreleased documentation from users, reducing confusion. Documentations for older versions are also preserved and accessible to users of older versions of the tool even as the latest documentation changes.
- {.docImage}
Releasing a Version
Assuming we are happy with the current state of the documentation and we want to freeze it as the v1.0.0 docs. We first run the following command to generate a versions.js
file, which will be used to list down all the versions of docs in the project.
npm run examples versions # yarn examples versions
diff --git a/docs/fr/1.11.x/tutorial-version/index.html b/docs/fr/1.11.x/tutorial-version/index.html
index 1920e80709..3f06881710 100644
--- a/docs/fr/1.11.x/tutorial-version/index.html
+++ b/docs/fr/1.11.x/tutorial-version/index.html
@@ -81,7 +81,7 @@
}
});
Add Versions
With an example site deployed, we can now try out one of the killer features of Docusaurus - versioned documentation. Versioned documentation helps to show relevant documentation to the users for the current version of the tool they are using and also hide unreleased documentation from users, reducing confusion. Documentations for older versions are also preserved and accessible to users of older versions of the tool even as the latest documentation changes.
- {.docImage}
Releasing a Version
Assuming we are happy with the current state of the documentation and we want to freeze it as the v1.0.0 docs. We first run the following command to generate a versions.js
file, which will be used to list down all the versions of docs in the project.
npm run examples versions # yarn examples versions
diff --git a/docs/fr/1.12.0/tutorial-create-new-site.html b/docs/fr/1.12.0/tutorial-create-new-site.html
index eebe2b176a..4514c0658d 100644
--- a/docs/fr/1.12.0/tutorial-create-new-site.html
+++ b/docs/fr/1.12.0/tutorial-create-new-site.html
@@ -81,7 +81,7 @@
}
});
Create a New Site
In this section, we'll get our Docusaurus site up and running for local development. The process only takes a few minutes.
- {.docImage}
Scaffold the Site
- Execute the
docusaurus-init
command in your terminal.
diff --git a/docs/fr/1.12.0/tutorial-create-new-site/index.html b/docs/fr/1.12.0/tutorial-create-new-site/index.html
index eebe2b176a..4514c0658d 100644
--- a/docs/fr/1.12.0/tutorial-create-new-site/index.html
+++ b/docs/fr/1.12.0/tutorial-create-new-site/index.html
@@ -81,7 +81,7 @@
}
});
Create a New Site
In this section, we'll get our Docusaurus site up and running for local development. The process only takes a few minutes.
- {.docImage}
Scaffold the Site
- Execute the
docusaurus-init
command in your terminal.
diff --git a/docs/fr/1.12.0/tutorial-create-pages.html b/docs/fr/1.12.0/tutorial-create-pages.html
index 01ec4b010f..88acd0e6af 100644
--- a/docs/fr/1.12.0/tutorial-create-pages.html
+++ b/docs/fr/1.12.0/tutorial-create-pages.html
@@ -81,7 +81,7 @@
}
});
Create Pages
In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.
- {.docImage}
Creating a Regular Page
Go into the
@@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>pages/en
directory and create a file calledhello-world.js
with the following contents:React is being used as a templating engine for rendering static markup. You can leverage on the expressibility of React to build rich web content. Learn more about creating pages here.
-
+{.docImage}
Create a Documentation Page
Create a new file in the
docs
folder calleddoc4.md
. Thedocs
folder is in the root of your Docusaurus project, one level abovewebsite
.
diff --git a/docs/fr/1.12.0/tutorial-create-pages/index.html b/docs/fr/1.12.0/tutorial-create-pages/index.html
index 01ec4b010f..88acd0e6af 100644
--- a/docs/fr/1.12.0/tutorial-create-pages/index.html
+++ b/docs/fr/1.12.0/tutorial-create-pages/index.html
@@ -81,7 +81,7 @@
}
});
Create Pages
In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.
- {.docImage}
Creating a Regular Page
Go into the
@@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>pages/en
directory and create a file calledhello-world.js
with the following contents:React is being used as a templating engine for rendering static markup. You can leverage on the expressibility of React to build rich web content. Learn more about creating pages here.
-
+{.docImage}
Create a Documentation Page
Create a new file in the
docs
folder calleddoc4.md
. Thedocs
folder is in the root of your Docusaurus project, one level abovewebsite
.
diff --git a/docs/fr/1.12.0/tutorial-publish-site.html b/docs/fr/1.12.0/tutorial-publish-site.html
index e609ce57b4..f850677ca4 100644
--- a/docs/fr/1.12.0/tutorial-publish-site.html
+++ b/docs/fr/1.12.0/tutorial-publish-site.html
@@ -1,4 +1,4 @@
-
Publish the Site · Docusaurus
Publish the Site
Publish the Site
{.docImage}
Next, we'll learn how to publish the site to the WWW for everyone to browse! For the purpose of the tutorial, we'll use GitHub pages to host our website. But you can use any static file hosting service that you want, e.g. Netlify, Amazon S3, etc.
Put the Site Online
Kill the web server first by pressing Cmd + C or Ctrl + C depending on your operating system.
diff --git a/docs/fr/1.12.0/tutorial-publish-site/index.html b/docs/fr/1.12.0/tutorial-publish-site/index.html index e609ce57b4..f850677ca4 100644 --- a/docs/fr/1.12.0/tutorial-publish-site/index.html +++ b/docs/fr/1.12.0/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site
Publish the Site
{.docImage}
Next, we'll learn how to publish the site to the WWW for everyone to browse! For the purpose of the tutorial, we'll use GitHub pages to host our website. But you can use any static file hosting service that you want, e.g. Netlify, Amazon S3, etc.
Put the Site Online
Kill the web server first by pressing Cmd + C or Ctrl + C depending on your operating system.
diff --git a/docs/fr/1.12.0/tutorial-setup.html b/docs/fr/1.12.0/tutorial-setup.html index 5960892ab1..2325ac0753 100644 --- a/docs/fr/1.12.0/tutorial-setup.html +++ b/docs/fr/1.12.0/tutorial-setup.html @@ -81,7 +81,7 @@ } });Setting Up
This tutorial is geared at first-time users who want detailed instructions on how to go from zero to a Docusaurus website that has versions. Let's start!
- {.docImage}
Install Node.js
Node.js is an environment that can run JavaScript code outside of a web browser and is used to write and run server-side JavaScript apps.
@@ -114,7 +114,7 @@ v8.15.1Name your repository without spaces. For e.g. docusaurus-tutorial
.Proceed to create the repository without adding -.gitignore
or a license.+
{.docImage}
diff --git a/docs/fr/1.12.0/tutorial-setup/index.html b/docs/fr/1.12.0/tutorial-setup/index.html index 5960892ab1..2325ac0753 100644 --- a/docs/fr/1.12.0/tutorial-setup/index.html +++ b/docs/fr/1.12.0/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
- Clone your repository to your local machine:
Setting Up
This tutorial is geared at first-time users who want detailed instructions on how to go from zero to a Docusaurus website that has versions. Let's start!
- {.docImage}
Install Node.js
Node.js is an environment that can run JavaScript code outside of a web browser and is used to write and run server-side JavaScript apps.
@@ -114,7 +114,7 @@ v8.15.1Name your repository without spaces. For e.g. docusaurus-tutorial
.Proceed to create the repository without adding -.gitignore
or a license.+
{.docImage}
diff --git a/docs/fr/1.12.0/tutorial-version.html b/docs/fr/1.12.0/tutorial-version.html index d637ca5753..57ba292f75 100644 --- a/docs/fr/1.12.0/tutorial-version.html +++ b/docs/fr/1.12.0/tutorial-version.html @@ -81,7 +81,7 @@ } });
- Clone your repository to your local machine:
Add Versions
With an example site deployed, we can now try out one of the killer features of Docusaurus - versioned documentation. Versioned documentation helps to show relevant documentation to the users for the current version of the tool they are using and also hide unreleased documentation from users, reducing confusion. Documentations for older versions are also preserved and accessible to users of older versions of the tool even as the latest documentation changes.
- {.docImage}
Releasing a Version
Assuming we are happy with the current state of the documentation and we want to freeze it as the v1.0.0 docs. We first run the following command to generate a versions.js
file, which will be used to list down all the versions of docs in the project.
npm run examples versions # yarn examples versions
diff --git a/docs/fr/1.12.0/tutorial-version/index.html b/docs/fr/1.12.0/tutorial-version/index.html
index d637ca5753..57ba292f75 100644
--- a/docs/fr/1.12.0/tutorial-version/index.html
+++ b/docs/fr/1.12.0/tutorial-version/index.html
@@ -81,7 +81,7 @@
}
});
Add Versions
With an example site deployed, we can now try out one of the killer features of Docusaurus - versioned documentation. Versioned documentation helps to show relevant documentation to the users for the current version of the tool they are using and also hide unreleased documentation from users, reducing confusion. Documentations for older versions are also preserved and accessible to users of older versions of the tool even as the latest documentation changes.
- {.docImage}
Releasing a Version
Assuming we are happy with the current state of the documentation and we want to freeze it as the v1.0.0 docs. We first run the following command to generate a versions.js
file, which will be used to list down all the versions of docs in the project.
npm run examples versions # yarn examples versions
diff --git a/docs/fr/1.9.x/tutorial-create-new-site.html b/docs/fr/1.9.x/tutorial-create-new-site.html
index 034e638bd2..1bf99a5ef8 100644
--- a/docs/fr/1.9.x/tutorial-create-new-site.html
+++ b/docs/fr/1.9.x/tutorial-create-new-site.html
@@ -81,7 +81,7 @@
}
});
Create a New Site
In this section, we'll get our Docusaurus site up and running for local development. The process only takes a few minutes.
- {.docImage}
Scaffold the Site
- Execute the
docusaurus-init
command in your terminal.
diff --git a/docs/fr/1.9.x/tutorial-create-new-site/index.html b/docs/fr/1.9.x/tutorial-create-new-site/index.html
index 034e638bd2..1bf99a5ef8 100644
--- a/docs/fr/1.9.x/tutorial-create-new-site/index.html
+++ b/docs/fr/1.9.x/tutorial-create-new-site/index.html
@@ -81,7 +81,7 @@
}
});
Create a New Site
In this section, we'll get our Docusaurus site up and running for local development. The process only takes a few minutes.
- {.docImage}
Scaffold the Site
- Execute the
docusaurus-init
command in your terminal.
diff --git a/docs/fr/1.9.x/tutorial-create-pages.html b/docs/fr/1.9.x/tutorial-create-pages.html
index 1be4714587..a2fe4b6abf 100644
--- a/docs/fr/1.9.x/tutorial-create-pages.html
+++ b/docs/fr/1.9.x/tutorial-create-pages.html
@@ -81,7 +81,7 @@
}
});
Create Pages
In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.
- {.docImage}
Creating a Regular Page
Go into the
@@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>pages/en
directory and create a file calledhello-world.js
with the following contents:React is being used as a templating engine for rendering static markup. You can leverage on the expressibility of React to build rich web content. Learn more about creating pages here.
-
+{.docImage}
Create a Documentation Page
Create a new file in the
docs
folder calleddoc4.md
. Thedocs
folder is in the root of your Docusaurus project, one level abovewebsite
.
diff --git a/docs/fr/1.9.x/tutorial-create-pages/index.html b/docs/fr/1.9.x/tutorial-create-pages/index.html
index 1be4714587..a2fe4b6abf 100644
--- a/docs/fr/1.9.x/tutorial-create-pages/index.html
+++ b/docs/fr/1.9.x/tutorial-create-pages/index.html
@@ -81,7 +81,7 @@
}
});
Create Pages
In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.
- {.docImage}
Creating a Regular Page
Go into the
@@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>pages/en
directory and create a file calledhello-world.js
with the following contents:React is being used as a templating engine for rendering static markup. You can leverage on the expressibility of React to build rich web content. Learn more about creating pages here.
-
+{.docImage}
Create a Documentation Page
Create a new file in the
docs
folder calleddoc4.md
. Thedocs
folder is in the root of your Docusaurus project, one level abovewebsite
.
diff --git a/docs/fr/1.9.x/tutorial-publish-site.html b/docs/fr/1.9.x/tutorial-publish-site.html
index 6a3861dd39..41a1c39ca3 100644
--- a/docs/fr/1.9.x/tutorial-publish-site.html
+++ b/docs/fr/1.9.x/tutorial-publish-site.html
@@ -1,4 +1,4 @@
-
Publish the Site · Docusaurus
Publish the Site
Publish the Site
{.docImage}
Next, we'll learn how to publish the site to the WWW for everyone to browse! For the purpose of the tutorial, we'll use GitHub pages to host our website. But you can use any static file hosting service that you want, e.g. Netlify, Amazon S3, etc.
Put the Site Online
Kill the web server first by pressing Cmd + C or Ctrl + C depending on your operating system.
diff --git a/docs/fr/1.9.x/tutorial-publish-site/index.html b/docs/fr/1.9.x/tutorial-publish-site/index.html index 6a3861dd39..41a1c39ca3 100644 --- a/docs/fr/1.9.x/tutorial-publish-site/index.html +++ b/docs/fr/1.9.x/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site
Publish the Site
{.docImage}
Next, we'll learn how to publish the site to the WWW for everyone to browse! For the purpose of the tutorial, we'll use GitHub pages to host our website. But you can use any static file hosting service that you want, e.g. Netlify, Amazon S3, etc.
Put the Site Online
Kill the web server first by pressing Cmd + C or Ctrl + C depending on your operating system.
diff --git a/docs/fr/1.9.x/tutorial-setup.html b/docs/fr/1.9.x/tutorial-setup.html index 8bece3e2b1..b557168a2b 100644 --- a/docs/fr/1.9.x/tutorial-setup.html +++ b/docs/fr/1.9.x/tutorial-setup.html @@ -81,7 +81,7 @@ } });Setting Up
This tutorial is geared at first-time users who want detailed instructions on how to go from zero to a Docusaurus website that has versions. Let's start!
- {.docImage}
Install Node.js
Node.js is an environment that can run JavaScript code outside of a web browser and is used to write and run server-side JavaScript apps.
@@ -114,7 +114,7 @@ v8.15.1Name your repository without spaces. For e.g. docusaurus-tutorial
.Proceed to create the repository without adding -.gitignore
or a license.+
{.docImage}
diff --git a/docs/fr/1.9.x/tutorial-setup/index.html b/docs/fr/1.9.x/tutorial-setup/index.html index 8bece3e2b1..b557168a2b 100644 --- a/docs/fr/1.9.x/tutorial-setup/index.html +++ b/docs/fr/1.9.x/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
- Clone your repository to your local machine:
Setting Up
This tutorial is geared at first-time users who want detailed instructions on how to go from zero to a Docusaurus website that has versions. Let's start!
- {.docImage}
Install Node.js
Node.js is an environment that can run JavaScript code outside of a web browser and is used to write and run server-side JavaScript apps.
@@ -114,7 +114,7 @@ v8.15.1Name your repository without spaces. For e.g. docusaurus-tutorial
.Proceed to create the repository without adding -.gitignore
or a license.+
{.docImage}
diff --git a/docs/fr/1.9.x/tutorial-version.html b/docs/fr/1.9.x/tutorial-version.html index 786d9de957..968b7b88bb 100644 --- a/docs/fr/1.9.x/tutorial-version.html +++ b/docs/fr/1.9.x/tutorial-version.html @@ -81,7 +81,7 @@ } });
- Clone your repository to your local machine:
Add Versions
With an example site deployed, we can now try out one of the killer features of Docusaurus - versioned documentation. Versioned documentation helps to show relevant documentation to the users for the current version of the tool they are using and also hide unreleased documentation from users, reducing confusion. Documentations for older versions are also preserved and accessible to users of older versions of the tool even as the latest documentation changes.
- {.docImage}
Releasing a Version
Assuming we are happy with the current state of the documentation and we want to freeze it as the v1.0.0 docs. We first run the following command to generate a versions.js
file, which will be used to list down all the versions of docs in the project.
npm run examples versions # yarn examples versions
diff --git a/docs/fr/1.9.x/tutorial-version/index.html b/docs/fr/1.9.x/tutorial-version/index.html
index 786d9de957..968b7b88bb 100644
--- a/docs/fr/1.9.x/tutorial-version/index.html
+++ b/docs/fr/1.9.x/tutorial-version/index.html
@@ -81,7 +81,7 @@
}
});
Add Versions
With an example site deployed, we can now try out one of the killer features of Docusaurus - versioned documentation. Versioned documentation helps to show relevant documentation to the users for the current version of the tool they are using and also hide unreleased documentation from users, reducing confusion. Documentations for older versions are also preserved and accessible to users of older versions of the tool even as the latest documentation changes.
- {.docImage}
Releasing a Version
Assuming we are happy with the current state of the documentation and we want to freeze it as the v1.0.0 docs. We first run the following command to generate a versions.js
file, which will be used to list down all the versions of docs in the project.
npm run examples versions # yarn examples versions
diff --git a/docs/fr/next/tutorial-create-new-site.html b/docs/fr/next/tutorial-create-new-site.html
index e26389ef17..2907d56017 100644
--- a/docs/fr/next/tutorial-create-new-site.html
+++ b/docs/fr/next/tutorial-create-new-site.html
@@ -81,7 +81,7 @@
}
});
Create a New Site
In this section, we'll get our Docusaurus site up and running for local development. The process only takes a few minutes.
- {.docImage}
Scaffold the Site
cd
to the directory of your local repository.
diff --git a/docs/fr/next/tutorial-create-new-site/index.html b/docs/fr/next/tutorial-create-new-site/index.html
index e26389ef17..2907d56017 100644
--- a/docs/fr/next/tutorial-create-new-site/index.html
+++ b/docs/fr/next/tutorial-create-new-site/index.html
@@ -81,7 +81,7 @@
}
});
Create a New Site
In this section, we'll get our Docusaurus site up and running for local development. The process only takes a few minutes.
- {.docImage}
Scaffold the Site
cd
to the directory of your local repository.
diff --git a/docs/fr/next/tutorial-create-pages.html b/docs/fr/next/tutorial-create-pages.html
index a70a14d691..30c2763a7f 100644
--- a/docs/fr/next/tutorial-create-pages.html
+++ b/docs/fr/next/tutorial-create-pages.html
@@ -81,7 +81,7 @@
}
});
Create Pages
In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.
- {.docImage}
Create a Regular Page
In the
@@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>website/pages/en
directory of your repository, save a text file calledhello-world.js
with the following contents:React is being used as a templating engine for rendering static markup. You can leverage on the expressibility of React to build rich web content. Learn more about creating pages here.
-
+{.docImage}
Create a Documentation Page
Create a new file in the
docs
folder calleddoc9.md
. Thedocs
folder is in the root of your Docusaurus project, one level abovewebsite
.
diff --git a/docs/fr/next/tutorial-create-pages/index.html b/docs/fr/next/tutorial-create-pages/index.html
index a70a14d691..30c2763a7f 100644
--- a/docs/fr/next/tutorial-create-pages/index.html
+++ b/docs/fr/next/tutorial-create-pages/index.html
@@ -81,7 +81,7 @@
}
});
Create Pages
In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.
- {.docImage}
Create a Regular Page
In the
@@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>website/pages/en
directory of your repository, save a text file calledhello-world.js
with the following contents:React is being used as a templating engine for rendering static markup. You can leverage on the expressibility of React to build rich web content. Learn more about creating pages here.
-
+{.docImage}
Create a Documentation Page
Create a new file in the
docs
folder calleddoc9.md
. Thedocs
folder is in the root of your Docusaurus project, one level abovewebsite
.
diff --git a/docs/fr/next/tutorial-publish-site.html b/docs/fr/next/tutorial-publish-site.html
index 18a31a0562..d7243f8a7d 100644
--- a/docs/fr/next/tutorial-publish-site.html
+++ b/docs/fr/next/tutorial-publish-site.html
@@ -1,4 +1,4 @@
-
Publish the Site · Docusaurus
Publish the Site
Publish the Site
{.docImage}
Next, we'll learn how to publish the site to the WWW for everyone to browse! For the purpose of the tutorial, we'll use GitHub Pages to host our website. But you can use any static file hosting service that you want, like Netlify, Amazon S3, etc.
Put the Site Online
-
diff --git a/docs/fr/next/tutorial-publish-site/index.html b/docs/fr/next/tutorial-publish-site/index.html
index 18a31a0562..d7243f8a7d 100644
--- a/docs/fr/next/tutorial-publish-site/index.html
+++ b/docs/fr/next/tutorial-publish-site/index.html
@@ -1,4 +1,4 @@
-
Publish the Site
Publish the Site
{.docImage}
Next, we'll learn how to publish the site to the WWW for everyone to browse! For the purpose of the tutorial, we'll use GitHub Pages to host our website. But you can use any static file hosting service that you want, like Netlify, Amazon S3, etc.
Put the Site Online
-
diff --git a/docs/fr/next/tutorial-setup.html b/docs/fr/next/tutorial-setup.html
index 556f944933..3e34e4596b 100644
--- a/docs/fr/next/tutorial-setup.html
+++ b/docs/fr/next/tutorial-setup.html
@@ -81,7 +81,7 @@
}
});
Setting Up
This tutorial is geared at first-time users who want detailed instructions on how to go from zero to a Docusaurus website that has versions. Let's start!
- {.docImage}
Install Git
Git is a version control system for tracking changes in source code during software development and it can help you synchronize and version files between your local system and your online repository. Git for Windows includes Git Bash, a terminal application. If not already installed, see Installing Git.
@@ -116,7 +116,7 @@ v8.15.1 Install Node.js
docusaurus-tutorial
..gitignore
and without a license). {.docImage}
- In Terminal or Git Bash,
cd
to a directory where the local clone will be a subdirectory.
Setting Up
This tutorial is geared at first-time users who want detailed instructions on how to go from zero to a Docusaurus website that has versions. Let's start!
- {.docImage}
Install Git
Git is a version control system for tracking changes in source code during software development and it can help you synchronize and version files between your local system and your online repository. Git for Windows includes Git Bash, a terminal application. If not already installed, see Installing Git.
@@ -116,7 +116,7 @@ v8.15.1 Install Node.js
docusaurus-tutorial
..gitignore
and without a license). {.docImage}
- In Terminal or Git Bash,
cd
to a directory where the local clone will be a subdirectory.
Add Versions
With an example site deployed, we can now try out one of the killer features of Docusaurus — versioned documentation. Versioned documentation helps to show relevant documentation for the current version of a tool and also hide unreleased documentation from users, reducing confusion. Documentation for older versions is also preserved and accessible to users of older versions of a tool even as the latest documentation changes.
- {.docImage}
Releasing a Version
Assume you are happy with the current state of the documentation and want to freeze it as the v1.0.0 docs. First you cd
to the website
directory and run the following command.
npm run examples versions
diff --git a/docs/fr/next/tutorial-version/index.html b/docs/fr/next/tutorial-version/index.html
index 7ee9c1b33e..2d39efdb55 100644
--- a/docs/fr/next/tutorial-version/index.html
+++ b/docs/fr/next/tutorial-version/index.html
@@ -81,7 +81,7 @@
}
});
Add Versions
With an example site deployed, we can now try out one of the killer features of Docusaurus — versioned documentation. Versioned documentation helps to show relevant documentation for the current version of a tool and also hide unreleased documentation from users, reducing confusion. Documentation for older versions is also preserved and accessible to users of older versions of a tool even as the latest documentation changes.
- {.docImage}
Releasing a Version
Assume you are happy with the current state of the documentation and want to freeze it as the v1.0.0 docs. First you cd
to the website
directory and run the following command.
npm run examples versions
diff --git a/docs/fr/tutorial-create-new-site.html b/docs/fr/tutorial-create-new-site.html
index 2657fbfc8b..05da2a3ea8 100644
--- a/docs/fr/tutorial-create-new-site.html
+++ b/docs/fr/tutorial-create-new-site.html
@@ -81,7 +81,7 @@
}
});
Create a New Site
In this section, we'll get our Docusaurus site up and running for local development. The process only takes a few minutes.
- {.docImage}
Scaffold the Site
cd
to the directory of your local repository.
diff --git a/docs/fr/tutorial-create-new-site/index.html b/docs/fr/tutorial-create-new-site/index.html
index 2657fbfc8b..05da2a3ea8 100644
--- a/docs/fr/tutorial-create-new-site/index.html
+++ b/docs/fr/tutorial-create-new-site/index.html
@@ -81,7 +81,7 @@
}
});
Create a New Site
In this section, we'll get our Docusaurus site up and running for local development. The process only takes a few minutes.
- {.docImage}
Scaffold the Site
cd
to the directory of your local repository.
diff --git a/docs/fr/tutorial-create-pages.html b/docs/fr/tutorial-create-pages.html
index 166f633bb6..dfc0c27b9b 100644
--- a/docs/fr/tutorial-create-pages.html
+++ b/docs/fr/tutorial-create-pages.html
@@ -81,7 +81,7 @@
}
});
Create Pages
In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.
-