diff --git a/docs/fr/1.10.x/tutorial-create-new-site.html b/docs/fr/1.10.x/tutorial-create-new-site.html index 2bb3f9341f..652bf43f60 100644 --- a/docs/fr/1.10.x/tutorial-create-new-site.html +++ b/docs/fr/1.10.x/tutorial-create-new-site.html @@ -81,7 +81,7 @@ } });
Translate

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.

-

Docusaurus browser

+

Docusaurus browser {.docImage}

Scaffold the Site

  1. Execute the docusaurus-init command in your terminal.
  2. 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 @@ } });
Translate

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.

-

Docusaurus browser

+

Docusaurus browser {.docImage}

Scaffold the Site

  1. Execute the docusaurus-init command in your terminal.
  2. 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 @@ } });
Translate

Create Pages

In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

-

Docusaurus MacBook

+

Docusaurus MacBook {.docImage}

Creating a Regular Page

  1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

    @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

    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.

    -

    Docusaurus React

    +

    Docusaurus React {.docImage}

    Create a Documentation Page

    1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

    2. 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 @@ } });
Translate

Create Pages

In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

-

Docusaurus MacBook

+

Docusaurus MacBook {.docImage}

Creating a Regular Page

  1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

    @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

    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.

    -

    Docusaurus React

    +

    Docusaurus React {.docImage}

    Create a Documentation Page

    1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

    2. 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
Translate

Publish the Site

Docusaurus Facebook

+
Translate

Publish the Site

Docusaurus Facebook {.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 · Docusaurus
Translate

Publish the Site

Docusaurus Facebook

+
Translate

Publish the Site

Docusaurus Facebook {.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 @@ } });
Translate

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!

-

Docusaurus campfire

+

Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    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 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    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 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. 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 @@ } });
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. 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 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. 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 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. 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
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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 · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    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 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    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 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. 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 @@ } });
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. 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 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. 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 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. 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
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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 · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    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 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    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 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. 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 @@ } });
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. 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 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. 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 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. 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
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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 · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    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 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    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 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. cd to the directory of your local repository.
    2. 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 @@ } });
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. cd to the directory of your local repository.
    2. 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 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Create a Regular Page

    1. In the website/pages/en directory of your repository, save a text file called hello-world.js with the following contents:

      @@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc9.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. 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 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Create a Regular Page

    1. In the website/pages/en directory of your repository, save a text file called hello-world.js with the following contents:

      @@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc9.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. 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
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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 · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.

    Install Node.js

    @@ -116,7 +116,7 @@ v8.15.1
  • Type a repository name without spaces. For example, docusaurus-tutorial.
  • Click Create repository (without .gitignore and without a license).
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. In Terminal or Git Bash, cd to a directory where the local clone will be a subdirectory.
    diff --git a/docs/fr/next/tutorial-setup/index.html b/docs/fr/next/tutorial-setup/index.html index 556f944933..3e34e4596b 100644 --- a/docs/fr/next/tutorial-setup/index.html +++ b/docs/fr/next/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.

    Install Node.js

    @@ -116,7 +116,7 @@ v8.15.1
  • Type a repository name without spaces. For example, docusaurus-tutorial.
  • Click Create repository (without .gitignore and without a license).
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. In Terminal or Git Bash, cd to a directory where the local clone will be a subdirectory.
    diff --git a/docs/fr/next/tutorial-version.html b/docs/fr/next/tutorial-version.html index 7ee9c1b33e..2d39efdb55 100644 --- a/docs/fr/next/tutorial-version.html +++ b/docs/fr/next/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. cd to the directory of your local repository.
    2. 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 @@ } });
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. cd to the directory of your local repository.
    2. 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 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Create a Regular Page

    1. In the website/pages/en directory of your repository, save a text file called hello-world.js with the following contents:

      @@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc9.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/fr/tutorial-create-pages/index.html b/docs/fr/tutorial-create-pages/index.html index 166f633bb6..dfc0c27b9b 100644 --- a/docs/fr/tutorial-create-pages/index.html +++ b/docs/fr/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Create a Regular Page

    1. In the website/pages/en directory of your repository, save a text file called hello-world.js with the following contents:

      @@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc9.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/fr/tutorial-publish-site.html b/docs/fr/tutorial-publish-site.html index 560ba2f28e..6fce310a17 100644 --- a/docs/fr/tutorial-publish-site.html +++ b/docs/fr/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/tutorial-publish-site/index.html b/docs/fr/tutorial-publish-site/index.html index 560ba2f28e..6fce310a17 100644 --- a/docs/fr/tutorial-publish-site/index.html +++ b/docs/fr/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/tutorial-setup.html b/docs/fr/tutorial-setup.html index 2ad5de6370..46df61cc09 100644 --- a/docs/fr/tutorial-setup.html +++ b/docs/fr/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.

    Install Node.js

    @@ -116,7 +116,7 @@ v8.15.1
  • Type a repository name without spaces. For example, docusaurus-tutorial.
  • Click Create repository (without .gitignore and without a license).
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. In Terminal or Git Bash, cd to a directory where the local clone will be a subdirectory.
    diff --git a/docs/fr/tutorial-setup/index.html b/docs/fr/tutorial-setup/index.html index 2ad5de6370..46df61cc09 100644 --- a/docs/fr/tutorial-setup/index.html +++ b/docs/fr/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.

    Install Node.js

    @@ -116,7 +116,7 @@ v8.15.1
  • Type a repository name without spaces. For example, docusaurus-tutorial.
  • Click Create repository (without .gitignore and without a license).
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. In Terminal or Git Bash, cd to a directory where the local clone will be a subdirectory.
    diff --git a/docs/fr/tutorial-version.html b/docs/fr/tutorial-version.html index 068fdd207a..ece890b92f 100644 --- a/docs/fr/tutorial-version.html +++ b/docs/fr/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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-version/index.html b/docs/fr/tutorial-version/index.html
    index 068fdd207a..ece890b92f 100644
    --- a/docs/fr/tutorial-version/index.html
    +++ b/docs/fr/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ko/1.10.x/commands.html b/docs/ko/1.10.x/commands.html
    index 9dac3fc924..c85185dcd7 100644
    --- a/docs/ko/1.10.x/commands.html
    +++ b/docs/ko/1.10.x/commands.html
    @@ -175,8 +175,8 @@
     옵션기본설정설명
     
     
    -<currentVersion>-Version to be renamed.
    -<newVersion>-Version to be renamed to.
    +<currentVersion>-현재 버전
    +<newVersion>-새로운 버전
     
     
     

    예시

    diff --git a/docs/ko/1.10.x/commands/index.html b/docs/ko/1.10.x/commands/index.html index 9dac3fc924..c85185dcd7 100644 --- a/docs/ko/1.10.x/commands/index.html +++ b/docs/ko/1.10.x/commands/index.html @@ -175,8 +175,8 @@ 옵션기본설정설명 -<currentVersion>-Version to be renamed. -<newVersion>-Version to be renamed to. +<currentVersion>-현재 버전 +<newVersion>-새로운 버전

    예시

    diff --git a/docs/ko/1.10.x/tutorial-create-new-site.html b/docs/ko/1.10.x/tutorial-create-new-site.html index 054947376a..3c02bc92ec 100644 --- a/docs/ko/1.10.x/tutorial-create-new-site.html +++ b/docs/ko/1.10.x/tutorial-create-new-site.html @@ -81,7 +81,7 @@ } });
    Translate

    Create a New Site

    이 섹션에서는 도쿠사우르스를 이용해서 로컬 개발 환경을 구축하는 방법을 알아보겠습니다. The process only takes a few minutes.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/ko/1.10.x/tutorial-create-new-site/index.html b/docs/ko/1.10.x/tutorial-create-new-site/index.html index 054947376a..3c02bc92ec 100644 --- a/docs/ko/1.10.x/tutorial-create-new-site/index.html +++ b/docs/ko/1.10.x/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create a New Site

    이 섹션에서는 도쿠사우르스를 이용해서 로컬 개발 환경을 구축하는 방법을 알아보겠습니다. The process only takes a few minutes.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/ko/1.10.x/tutorial-create-pages.html b/docs/ko/1.10.x/tutorial-create-pages.html index e3f0742b08..74db6add6d 100644 --- a/docs/ko/1.10.x/tutorial-create-pages.html +++ b/docs/ko/1.10.x/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ko/1.10.x/tutorial-create-pages/index.html b/docs/ko/1.10.x/tutorial-create-pages/index.html index e3f0742b08..74db6add6d 100644 --- a/docs/ko/1.10.x/tutorial-create-pages/index.html +++ b/docs/ko/1.10.x/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ko/1.10.x/tutorial-publish-site.html b/docs/ko/1.10.x/tutorial-publish-site.html index f8d6862e64..20a7afd6c0 100644 --- a/docs/ko/1.10.x/tutorial-publish-site.html +++ b/docs/ko/1.10.x/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ko/1.10.x/tutorial-publish-site/index.html b/docs/ko/1.10.x/tutorial-publish-site/index.html index f8d6862e64..20a7afd6c0 100644 --- a/docs/ko/1.10.x/tutorial-publish-site/index.html +++ b/docs/ko/1.10.x/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ko/1.10.x/tutorial-setup.html b/docs/ko/1.10.x/tutorial-setup.html index 66c66bc0ff..1f016991f2 100644 --- a/docs/ko/1.10.x/tutorial-setup.html +++ b/docs/ko/1.10.x/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/ko/1.10.x/tutorial-setup/index.html b/docs/ko/1.10.x/tutorial-setup/index.html index 66c66bc0ff..1f016991f2 100644 --- a/docs/ko/1.10.x/tutorial-setup/index.html +++ b/docs/ko/1.10.x/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/ko/1.10.x/tutorial-version.html b/docs/ko/1.10.x/tutorial-version.html index 69cf02e620..03ee01a211 100644 --- a/docs/ko/1.10.x/tutorial-version.html +++ b/docs/ko/1.10.x/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ko/1.10.x/tutorial-version/index.html b/docs/ko/1.10.x/tutorial-version/index.html
    index 69cf02e620..03ee01a211 100644
    --- a/docs/ko/1.10.x/tutorial-version/index.html
    +++ b/docs/ko/1.10.x/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ko/1.11.x/commands.html b/docs/ko/1.11.x/commands.html
    index ae2d6052ca..7a8eb93802 100644
    --- a/docs/ko/1.11.x/commands.html
    +++ b/docs/ko/1.11.x/commands.html
    @@ -175,8 +175,8 @@
     옵션기본설정설명
     
     
    -<currentVersion>-Version to be renamed.
    -<newVersion>-Version to be renamed to.
    +<currentVersion>-현재 버전
    +<newVersion>-새로운 버전
     
     
     

    예시

    diff --git a/docs/ko/1.11.x/commands/index.html b/docs/ko/1.11.x/commands/index.html index ae2d6052ca..7a8eb93802 100644 --- a/docs/ko/1.11.x/commands/index.html +++ b/docs/ko/1.11.x/commands/index.html @@ -175,8 +175,8 @@ 옵션기본설정설명 -<currentVersion>-Version to be renamed. -<newVersion>-Version to be renamed to. +<currentVersion>-현재 버전 +<newVersion>-새로운 버전

    예시

    diff --git a/docs/ko/1.11.x/tutorial-create-new-site.html b/docs/ko/1.11.x/tutorial-create-new-site.html index 8ea231dc7d..661fcb6505 100644 --- a/docs/ko/1.11.x/tutorial-create-new-site.html +++ b/docs/ko/1.11.x/tutorial-create-new-site.html @@ -81,7 +81,7 @@ } });
    Translate

    Create a New Site

    이 섹션에서는 도쿠사우르스를 이용해서 로컬 개발 환경을 구축하는 방법을 알아보겠습니다. The process only takes a few minutes.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/ko/1.11.x/tutorial-create-new-site/index.html b/docs/ko/1.11.x/tutorial-create-new-site/index.html index 8ea231dc7d..661fcb6505 100644 --- a/docs/ko/1.11.x/tutorial-create-new-site/index.html +++ b/docs/ko/1.11.x/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create a New Site

    이 섹션에서는 도쿠사우르스를 이용해서 로컬 개발 환경을 구축하는 방법을 알아보겠습니다. The process only takes a few minutes.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/ko/1.11.x/tutorial-create-pages.html b/docs/ko/1.11.x/tutorial-create-pages.html index 45ec559297..849042473d 100644 --- a/docs/ko/1.11.x/tutorial-create-pages.html +++ b/docs/ko/1.11.x/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ko/1.11.x/tutorial-create-pages/index.html b/docs/ko/1.11.x/tutorial-create-pages/index.html index 45ec559297..849042473d 100644 --- a/docs/ko/1.11.x/tutorial-create-pages/index.html +++ b/docs/ko/1.11.x/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ko/1.11.x/tutorial-publish-site.html b/docs/ko/1.11.x/tutorial-publish-site.html index 421ce2d260..d474c0746a 100644 --- a/docs/ko/1.11.x/tutorial-publish-site.html +++ b/docs/ko/1.11.x/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ko/1.11.x/tutorial-publish-site/index.html b/docs/ko/1.11.x/tutorial-publish-site/index.html index 421ce2d260..d474c0746a 100644 --- a/docs/ko/1.11.x/tutorial-publish-site/index.html +++ b/docs/ko/1.11.x/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ko/1.11.x/tutorial-setup.html b/docs/ko/1.11.x/tutorial-setup.html index c7db08109d..f1554ec3c4 100644 --- a/docs/ko/1.11.x/tutorial-setup.html +++ b/docs/ko/1.11.x/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/ko/1.11.x/tutorial-setup/index.html b/docs/ko/1.11.x/tutorial-setup/index.html index c7db08109d..f1554ec3c4 100644 --- a/docs/ko/1.11.x/tutorial-setup/index.html +++ b/docs/ko/1.11.x/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/ko/1.11.x/tutorial-version.html b/docs/ko/1.11.x/tutorial-version.html index 40d5a96322..680dc24a7a 100644 --- a/docs/ko/1.11.x/tutorial-version.html +++ b/docs/ko/1.11.x/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ko/1.11.x/tutorial-version/index.html b/docs/ko/1.11.x/tutorial-version/index.html
    index 40d5a96322..680dc24a7a 100644
    --- a/docs/ko/1.11.x/tutorial-version/index.html
    +++ b/docs/ko/1.11.x/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ko/1.12.0/commands.html b/docs/ko/1.12.0/commands.html
    index f6dbf60e3b..86b1414d87 100644
    --- a/docs/ko/1.12.0/commands.html
    +++ b/docs/ko/1.12.0/commands.html
    @@ -175,8 +175,8 @@
     옵션기본설정설명
     
     
    -<currentVersion>-Version to be renamed.
    -<newVersion>-Version to be renamed to.
    +<currentVersion>-현재 버전
    +<newVersion>-새로운 버전
     
     
     

    예시

    diff --git a/docs/ko/1.12.0/commands/index.html b/docs/ko/1.12.0/commands/index.html index f6dbf60e3b..86b1414d87 100644 --- a/docs/ko/1.12.0/commands/index.html +++ b/docs/ko/1.12.0/commands/index.html @@ -175,8 +175,8 @@ 옵션기본설정설명 -<currentVersion>-Version to be renamed. -<newVersion>-Version to be renamed to. +<currentVersion>-현재 버전 +<newVersion>-새로운 버전

    예시

    diff --git a/docs/ko/1.12.0/tutorial-create-new-site.html b/docs/ko/1.12.0/tutorial-create-new-site.html index c421928c24..dc234db888 100644 --- a/docs/ko/1.12.0/tutorial-create-new-site.html +++ b/docs/ko/1.12.0/tutorial-create-new-site.html @@ -81,7 +81,7 @@ } });
    Translate

    Create a New Site

    이 섹션에서는 도쿠사우르스를 이용해서 로컬 개발 환경을 구축하는 방법을 알아보겠습니다. The process only takes a few minutes.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/ko/1.12.0/tutorial-create-new-site/index.html b/docs/ko/1.12.0/tutorial-create-new-site/index.html index c421928c24..dc234db888 100644 --- a/docs/ko/1.12.0/tutorial-create-new-site/index.html +++ b/docs/ko/1.12.0/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create a New Site

    이 섹션에서는 도쿠사우르스를 이용해서 로컬 개발 환경을 구축하는 방법을 알아보겠습니다. The process only takes a few minutes.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/ko/1.12.0/tutorial-create-pages.html b/docs/ko/1.12.0/tutorial-create-pages.html index 2e54cefc4a..e49a665bb3 100644 --- a/docs/ko/1.12.0/tutorial-create-pages.html +++ b/docs/ko/1.12.0/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ko/1.12.0/tutorial-create-pages/index.html b/docs/ko/1.12.0/tutorial-create-pages/index.html index 2e54cefc4a..e49a665bb3 100644 --- a/docs/ko/1.12.0/tutorial-create-pages/index.html +++ b/docs/ko/1.12.0/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ko/1.12.0/tutorial-publish-site.html b/docs/ko/1.12.0/tutorial-publish-site.html index d8aac627ca..add64555dc 100644 --- a/docs/ko/1.12.0/tutorial-publish-site.html +++ b/docs/ko/1.12.0/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ko/1.12.0/tutorial-publish-site/index.html b/docs/ko/1.12.0/tutorial-publish-site/index.html index d8aac627ca..add64555dc 100644 --- a/docs/ko/1.12.0/tutorial-publish-site/index.html +++ b/docs/ko/1.12.0/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ko/1.12.0/tutorial-setup.html b/docs/ko/1.12.0/tutorial-setup.html index 513f737d31..84fc853f4f 100644 --- a/docs/ko/1.12.0/tutorial-setup.html +++ b/docs/ko/1.12.0/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/ko/1.12.0/tutorial-setup/index.html b/docs/ko/1.12.0/tutorial-setup/index.html index 513f737d31..84fc853f4f 100644 --- a/docs/ko/1.12.0/tutorial-setup/index.html +++ b/docs/ko/1.12.0/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/ko/1.12.0/tutorial-version.html b/docs/ko/1.12.0/tutorial-version.html index 3119a3f9ad..704c844d94 100644 --- a/docs/ko/1.12.0/tutorial-version.html +++ b/docs/ko/1.12.0/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ko/1.12.0/tutorial-version/index.html b/docs/ko/1.12.0/tutorial-version/index.html
    index 3119a3f9ad..704c844d94 100644
    --- a/docs/ko/1.12.0/tutorial-version/index.html
    +++ b/docs/ko/1.12.0/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ko/1.9.x/commands.html b/docs/ko/1.9.x/commands.html
    index 999ba118e0..2322867bd9 100644
    --- a/docs/ko/1.9.x/commands.html
    +++ b/docs/ko/1.9.x/commands.html
    @@ -175,8 +175,8 @@
     옵션기본설정설명
     
     
    -<currentVersion>-Version to be renamed.
    -<newVersion>-Version to be renamed to.
    +<currentVersion>-현재 버전
    +<newVersion>-새로운 버전
     
     
     

    예시

    diff --git a/docs/ko/1.9.x/commands/index.html b/docs/ko/1.9.x/commands/index.html index 999ba118e0..2322867bd9 100644 --- a/docs/ko/1.9.x/commands/index.html +++ b/docs/ko/1.9.x/commands/index.html @@ -175,8 +175,8 @@ 옵션기본설정설명 -<currentVersion>-Version to be renamed. -<newVersion>-Version to be renamed to. +<currentVersion>-현재 버전 +<newVersion>-새로운 버전

    예시

    diff --git a/docs/ko/1.9.x/tutorial-create-new-site.html b/docs/ko/1.9.x/tutorial-create-new-site.html index 5609667334..e412ae1ea2 100644 --- a/docs/ko/1.9.x/tutorial-create-new-site.html +++ b/docs/ko/1.9.x/tutorial-create-new-site.html @@ -81,7 +81,7 @@ } });
    Translate

    Create a New Site

    이 섹션에서는 도쿠사우르스를 이용해서 로컬 개발 환경을 구축하는 방법을 알아보겠습니다. The process only takes a few minutes.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/ko/1.9.x/tutorial-create-new-site/index.html b/docs/ko/1.9.x/tutorial-create-new-site/index.html index 5609667334..e412ae1ea2 100644 --- a/docs/ko/1.9.x/tutorial-create-new-site/index.html +++ b/docs/ko/1.9.x/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create a New Site

    이 섹션에서는 도쿠사우르스를 이용해서 로컬 개발 환경을 구축하는 방법을 알아보겠습니다. The process only takes a few minutes.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/ko/1.9.x/tutorial-create-pages.html b/docs/ko/1.9.x/tutorial-create-pages.html index 7ac339ae42..c804896a9f 100644 --- a/docs/ko/1.9.x/tutorial-create-pages.html +++ b/docs/ko/1.9.x/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ko/1.9.x/tutorial-create-pages/index.html b/docs/ko/1.9.x/tutorial-create-pages/index.html index 7ac339ae42..c804896a9f 100644 --- a/docs/ko/1.9.x/tutorial-create-pages/index.html +++ b/docs/ko/1.9.x/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ko/1.9.x/tutorial-publish-site.html b/docs/ko/1.9.x/tutorial-publish-site.html index cebe9bb58b..946583d694 100644 --- a/docs/ko/1.9.x/tutorial-publish-site.html +++ b/docs/ko/1.9.x/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ko/1.9.x/tutorial-publish-site/index.html b/docs/ko/1.9.x/tutorial-publish-site/index.html index cebe9bb58b..946583d694 100644 --- a/docs/ko/1.9.x/tutorial-publish-site/index.html +++ b/docs/ko/1.9.x/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ko/1.9.x/tutorial-setup.html b/docs/ko/1.9.x/tutorial-setup.html index 3878ebf98d..f4f8a5a97b 100644 --- a/docs/ko/1.9.x/tutorial-setup.html +++ b/docs/ko/1.9.x/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/ko/1.9.x/tutorial-setup/index.html b/docs/ko/1.9.x/tutorial-setup/index.html index 3878ebf98d..f4f8a5a97b 100644 --- a/docs/ko/1.9.x/tutorial-setup/index.html +++ b/docs/ko/1.9.x/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/ko/1.9.x/tutorial-version.html b/docs/ko/1.9.x/tutorial-version.html index 5bb6ed033b..65992fbf71 100644 --- a/docs/ko/1.9.x/tutorial-version.html +++ b/docs/ko/1.9.x/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ko/1.9.x/tutorial-version/index.html b/docs/ko/1.9.x/tutorial-version/index.html
    index 5bb6ed033b..65992fbf71 100644
    --- a/docs/ko/1.9.x/tutorial-version/index.html
    +++ b/docs/ko/1.9.x/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ko/commands.html b/docs/ko/commands.html
    index 261586417b..ae8d8f5d09 100644
    --- a/docs/ko/commands.html
    +++ b/docs/ko/commands.html
    @@ -175,8 +175,8 @@
     옵션기본설정설명
     
     
    -<currentVersion>-Version to be renamed.
    -<newVersion>-Version to be renamed to.
    +<currentVersion>-현재 버전
    +<newVersion>-새로운 버전
     
     
     

    예시

    diff --git a/docs/ko/commands/index.html b/docs/ko/commands/index.html index 261586417b..ae8d8f5d09 100644 --- a/docs/ko/commands/index.html +++ b/docs/ko/commands/index.html @@ -175,8 +175,8 @@ 옵션기본설정설명 -<currentVersion>-Version to be renamed. -<newVersion>-Version to be renamed to. +<currentVersion>-현재 버전 +<newVersion>-새로운 버전

    예시

    diff --git a/docs/ko/next/commands.html b/docs/ko/next/commands.html index 33a911c204..e6792420ae 100644 --- a/docs/ko/next/commands.html +++ b/docs/ko/next/commands.html @@ -175,8 +175,8 @@ 옵션기본설정설명 -<currentVersion>-Version to be renamed. -<newVersion>-Version to be renamed to. +<currentVersion>-현재 버전 +<newVersion>-새로운 버전

    예시

    diff --git a/docs/ko/next/commands/index.html b/docs/ko/next/commands/index.html index 33a911c204..e6792420ae 100644 --- a/docs/ko/next/commands/index.html +++ b/docs/ko/next/commands/index.html @@ -175,8 +175,8 @@ 옵션기본설정설명 -<currentVersion>-Version to be renamed. -<newVersion>-Version to be renamed to. +<currentVersion>-현재 버전 +<newVersion>-새로운 버전

    예시

    diff --git a/docs/ko/next/tutorial-create-new-site.html b/docs/ko/next/tutorial-create-new-site.html index b3f0c9d97f..af9174e3c0 100644 --- a/docs/ko/next/tutorial-create-new-site.html +++ b/docs/ko/next/tutorial-create-new-site.html @@ -81,7 +81,7 @@ } });
    Translate

    Create a New Site

    이 섹션에서는 도쿠사우르스를 이용해서 로컬 개발 환경을 구축하는 방법을 알아보겠습니다. The process only takes a few minutes.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. cd 명령어로 로컬 저장소 디렉토리로 이동합니다.
    2. diff --git a/docs/ko/next/tutorial-create-new-site/index.html b/docs/ko/next/tutorial-create-new-site/index.html index b3f0c9d97f..af9174e3c0 100644 --- a/docs/ko/next/tutorial-create-new-site/index.html +++ b/docs/ko/next/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create a New Site

    이 섹션에서는 도쿠사우르스를 이용해서 로컬 개발 환경을 구축하는 방법을 알아보겠습니다. The process only takes a few minutes.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. cd 명령어로 로컬 저장소 디렉토리로 이동합니다.
    2. diff --git a/docs/ko/next/tutorial-create-pages.html b/docs/ko/next/tutorial-create-pages.html index 4b63ac401c..77fb6fda0d 100644 --- a/docs/ko/next/tutorial-create-pages.html +++ b/docs/ko/next/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Create a Regular Page

    1. In the website/pages/en directory of your repository, save a text file called hello-world.js with the following contents:

      @@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc9.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ko/next/tutorial-create-pages/index.html b/docs/ko/next/tutorial-create-pages/index.html index 4b63ac401c..77fb6fda0d 100644 --- a/docs/ko/next/tutorial-create-pages/index.html +++ b/docs/ko/next/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Create a Regular Page

    1. In the website/pages/en directory of your repository, save a text file called hello-world.js with the following contents:

      @@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc9.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ko/next/tutorial-publish-site.html b/docs/ko/next/tutorial-publish-site.html index a7fd0385ae..168aa11532 100644 --- a/docs/ko/next/tutorial-publish-site.html +++ b/docs/ko/next/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ko/next/tutorial-publish-site/index.html b/docs/ko/next/tutorial-publish-site/index.html index a7fd0385ae..168aa11532 100644 --- a/docs/ko/next/tutorial-publish-site/index.html +++ b/docs/ko/next/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ko/next/tutorial-setup.html b/docs/ko/next/tutorial-setup.html index 5595f07771..5020c3ed87 100644 --- a/docs/ko/next/tutorial-setup.html +++ b/docs/ko/next/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.

    Install Node.js

    @@ -116,7 +116,7 @@ v8.15.1
  • Type a repository name without spaces. For example, docusaurus-tutorial.
  • Click Create repository (without .gitignore and without a license).
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. In Terminal or Git Bash, cd to a directory where the local clone will be a subdirectory.
    diff --git a/docs/ko/next/tutorial-setup/index.html b/docs/ko/next/tutorial-setup/index.html index 5595f07771..5020c3ed87 100644 --- a/docs/ko/next/tutorial-setup/index.html +++ b/docs/ko/next/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.

    Install Node.js

    @@ -116,7 +116,7 @@ v8.15.1
  • Type a repository name without spaces. For example, docusaurus-tutorial.
  • Click Create repository (without .gitignore and without a license).
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. In Terminal or Git Bash, cd to a directory where the local clone will be a subdirectory.
    diff --git a/docs/ko/next/tutorial-version.html b/docs/ko/next/tutorial-version.html index f3534d64b7..1ebdb7c795 100644 --- a/docs/ko/next/tutorial-version.html +++ b/docs/ko/next/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ko/next/tutorial-version/index.html b/docs/ko/next/tutorial-version/index.html
    index f3534d64b7..1ebdb7c795 100644
    --- a/docs/ko/next/tutorial-version/index.html
    +++ b/docs/ko/next/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ko/tutorial-create-new-site.html b/docs/ko/tutorial-create-new-site.html
    index 7a5ec2f805..11f8ef0560 100644
    --- a/docs/ko/tutorial-create-new-site.html
    +++ b/docs/ko/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    Create a New Site

    이 섹션에서는 도쿠사우르스를 이용해서 로컬 개발 환경을 구축하는 방법을 알아보겠습니다. The process only takes a few minutes.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. cd 명령어로 로컬 저장소 디렉토리로 이동합니다.
    2. diff --git a/docs/ko/tutorial-create-new-site/index.html b/docs/ko/tutorial-create-new-site/index.html index 7a5ec2f805..11f8ef0560 100644 --- a/docs/ko/tutorial-create-new-site/index.html +++ b/docs/ko/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create a New Site

    이 섹션에서는 도쿠사우르스를 이용해서 로컬 개발 환경을 구축하는 방법을 알아보겠습니다. The process only takes a few minutes.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. cd 명령어로 로컬 저장소 디렉토리로 이동합니다.
    2. diff --git a/docs/ko/tutorial-create-pages.html b/docs/ko/tutorial-create-pages.html index 17454b28f2..a4148ec8af 100644 --- a/docs/ko/tutorial-create-pages.html +++ b/docs/ko/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Create a Regular Page

    1. In the website/pages/en directory of your repository, save a text file called hello-world.js with the following contents:

      @@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc9.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ko/tutorial-create-pages/index.html b/docs/ko/tutorial-create-pages/index.html index 17454b28f2..a4148ec8af 100644 --- a/docs/ko/tutorial-create-pages/index.html +++ b/docs/ko/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Create a Regular Page

    1. In the website/pages/en directory of your repository, save a text file called hello-world.js with the following contents:

      @@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc9.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ko/tutorial-publish-site.html b/docs/ko/tutorial-publish-site.html index 06c79be2a2..e5d9f8f981 100644 --- a/docs/ko/tutorial-publish-site.html +++ b/docs/ko/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ko/tutorial-publish-site/index.html b/docs/ko/tutorial-publish-site/index.html index 06c79be2a2..e5d9f8f981 100644 --- a/docs/ko/tutorial-publish-site/index.html +++ b/docs/ko/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ko/tutorial-setup.html b/docs/ko/tutorial-setup.html index 83f9f70109..2503ae3536 100644 --- a/docs/ko/tutorial-setup.html +++ b/docs/ko/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.

    Install Node.js

    @@ -116,7 +116,7 @@ v8.15.1
  • Type a repository name without spaces. For example, docusaurus-tutorial.
  • Click Create repository (without .gitignore and without a license).
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. In Terminal or Git Bash, cd to a directory where the local clone will be a subdirectory.
    diff --git a/docs/ko/tutorial-setup/index.html b/docs/ko/tutorial-setup/index.html index 83f9f70109..2503ae3536 100644 --- a/docs/ko/tutorial-setup/index.html +++ b/docs/ko/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.

    Install Node.js

    @@ -116,7 +116,7 @@ v8.15.1
  • Type a repository name without spaces. For example, docusaurus-tutorial.
  • Click Create repository (without .gitignore and without a license).
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. In Terminal or Git Bash, cd to a directory where the local clone will be a subdirectory.
    diff --git a/docs/ko/tutorial-version.html b/docs/ko/tutorial-version.html index 3b09d0c472..c99e9686dc 100644 --- a/docs/ko/tutorial-version.html +++ b/docs/ko/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ko/tutorial-version/index.html b/docs/ko/tutorial-version/index.html
    index 3b09d0c472..c99e9686dc 100644
    --- a/docs/ko/tutorial-version/index.html
    +++ b/docs/ko/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/pt-BR/1.10.x/tutorial-create-new-site.html b/docs/pt-BR/1.10.x/tutorial-create-new-site.html
    index bfc199556a..b29473a396 100644
    --- a/docs/pt-BR/1.10.x/tutorial-create-new-site.html
    +++ b/docs/pt-BR/1.10.x/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    Create a New Site

    Nesta seção, vamos colocar o nosso site Docusaurus e rodar para desenvolvimento local. O processo levará apenas alguns minutos.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute o comando docusaurus-init no seu terminal.
    2. diff --git a/docs/pt-BR/1.10.x/tutorial-create-new-site/index.html b/docs/pt-BR/1.10.x/tutorial-create-new-site/index.html index bfc199556a..b29473a396 100644 --- a/docs/pt-BR/1.10.x/tutorial-create-new-site/index.html +++ b/docs/pt-BR/1.10.x/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create a New Site

    Nesta seção, vamos colocar o nosso site Docusaurus e rodar para desenvolvimento local. O processo levará apenas alguns minutos.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute o comando docusaurus-init no seu terminal.
    2. diff --git a/docs/pt-BR/1.10.x/tutorial-create-pages.html b/docs/pt-BR/1.10.x/tutorial-create-pages.html index a8aa7aed36..115094cf5a 100644 --- a/docs/pt-BR/1.10.x/tutorial-create-pages.html +++ b/docs/pt-BR/1.10.x/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/pt-BR/1.10.x/tutorial-create-pages/index.html b/docs/pt-BR/1.10.x/tutorial-create-pages/index.html index a8aa7aed36..115094cf5a 100644 --- a/docs/pt-BR/1.10.x/tutorial-create-pages/index.html +++ b/docs/pt-BR/1.10.x/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/pt-BR/1.10.x/tutorial-publish-site.html b/docs/pt-BR/1.10.x/tutorial-publish-site.html index 2e046f63b4..ce229a4578 100644 --- a/docs/pt-BR/1.10.x/tutorial-publish-site.html +++ b/docs/pt-BR/1.10.x/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/pt-BR/1.10.x/tutorial-publish-site/index.html b/docs/pt-BR/1.10.x/tutorial-publish-site/index.html index 2e046f63b4..ce229a4578 100644 --- a/docs/pt-BR/1.10.x/tutorial-publish-site/index.html +++ b/docs/pt-BR/1.10.x/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/pt-BR/1.10.x/tutorial-setup.html b/docs/pt-BR/1.10.x/tutorial-setup.html index f40ac67cfe..61bd8712e9 100644 --- a/docs/pt-BR/1.10.x/tutorial-setup.html +++ b/docs/pt-BR/1.10.x/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/pt-BR/1.10.x/tutorial-setup/index.html b/docs/pt-BR/1.10.x/tutorial-setup/index.html index f40ac67cfe..61bd8712e9 100644 --- a/docs/pt-BR/1.10.x/tutorial-setup/index.html +++ b/docs/pt-BR/1.10.x/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/pt-BR/1.10.x/tutorial-version.html b/docs/pt-BR/1.10.x/tutorial-version.html index b0135b9665..feebe835df 100644 --- a/docs/pt-BR/1.10.x/tutorial-version.html +++ b/docs/pt-BR/1.10.x/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/pt-BR/1.10.x/tutorial-version/index.html b/docs/pt-BR/1.10.x/tutorial-version/index.html
    index b0135b9665..feebe835df 100644
    --- a/docs/pt-BR/1.10.x/tutorial-version/index.html
    +++ b/docs/pt-BR/1.10.x/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/pt-BR/1.11.x/tutorial-create-new-site.html b/docs/pt-BR/1.11.x/tutorial-create-new-site.html
    index 6bf6b084a3..8e7f785506 100644
    --- a/docs/pt-BR/1.11.x/tutorial-create-new-site.html
    +++ b/docs/pt-BR/1.11.x/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    Create a New Site

    Nesta seção, vamos colocar o nosso site Docusaurus e rodar para desenvolvimento local. O processo levará apenas alguns minutos.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute o comando docusaurus-init no seu terminal.
    2. diff --git a/docs/pt-BR/1.11.x/tutorial-create-new-site/index.html b/docs/pt-BR/1.11.x/tutorial-create-new-site/index.html index 6bf6b084a3..8e7f785506 100644 --- a/docs/pt-BR/1.11.x/tutorial-create-new-site/index.html +++ b/docs/pt-BR/1.11.x/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create a New Site

    Nesta seção, vamos colocar o nosso site Docusaurus e rodar para desenvolvimento local. O processo levará apenas alguns minutos.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute o comando docusaurus-init no seu terminal.
    2. diff --git a/docs/pt-BR/1.11.x/tutorial-create-pages.html b/docs/pt-BR/1.11.x/tutorial-create-pages.html index 353a63b203..e73ed7d513 100644 --- a/docs/pt-BR/1.11.x/tutorial-create-pages.html +++ b/docs/pt-BR/1.11.x/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/pt-BR/1.11.x/tutorial-create-pages/index.html b/docs/pt-BR/1.11.x/tutorial-create-pages/index.html index 353a63b203..e73ed7d513 100644 --- a/docs/pt-BR/1.11.x/tutorial-create-pages/index.html +++ b/docs/pt-BR/1.11.x/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/pt-BR/1.11.x/tutorial-publish-site.html b/docs/pt-BR/1.11.x/tutorial-publish-site.html index 85b5239073..2dbc8906cc 100644 --- a/docs/pt-BR/1.11.x/tutorial-publish-site.html +++ b/docs/pt-BR/1.11.x/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/pt-BR/1.11.x/tutorial-publish-site/index.html b/docs/pt-BR/1.11.x/tutorial-publish-site/index.html index 85b5239073..2dbc8906cc 100644 --- a/docs/pt-BR/1.11.x/tutorial-publish-site/index.html +++ b/docs/pt-BR/1.11.x/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/pt-BR/1.11.x/tutorial-setup.html b/docs/pt-BR/1.11.x/tutorial-setup.html index d17f1f5589..776563b269 100644 --- a/docs/pt-BR/1.11.x/tutorial-setup.html +++ b/docs/pt-BR/1.11.x/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/pt-BR/1.11.x/tutorial-setup/index.html b/docs/pt-BR/1.11.x/tutorial-setup/index.html index d17f1f5589..776563b269 100644 --- a/docs/pt-BR/1.11.x/tutorial-setup/index.html +++ b/docs/pt-BR/1.11.x/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/pt-BR/1.11.x/tutorial-version.html b/docs/pt-BR/1.11.x/tutorial-version.html index 5564db5de9..fdf7ebc03c 100644 --- a/docs/pt-BR/1.11.x/tutorial-version.html +++ b/docs/pt-BR/1.11.x/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/pt-BR/1.11.x/tutorial-version/index.html b/docs/pt-BR/1.11.x/tutorial-version/index.html
    index 5564db5de9..fdf7ebc03c 100644
    --- a/docs/pt-BR/1.11.x/tutorial-version/index.html
    +++ b/docs/pt-BR/1.11.x/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/pt-BR/1.12.0/tutorial-create-new-site.html b/docs/pt-BR/1.12.0/tutorial-create-new-site.html
    index 327379c96d..0b7b45cd42 100644
    --- a/docs/pt-BR/1.12.0/tutorial-create-new-site.html
    +++ b/docs/pt-BR/1.12.0/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    Create a New Site

    Nesta seção, vamos colocar o nosso site Docusaurus e rodar para desenvolvimento local. O processo levará apenas alguns minutos.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute o comando docusaurus-init no seu terminal.
    2. diff --git a/docs/pt-BR/1.12.0/tutorial-create-new-site/index.html b/docs/pt-BR/1.12.0/tutorial-create-new-site/index.html index 327379c96d..0b7b45cd42 100644 --- a/docs/pt-BR/1.12.0/tutorial-create-new-site/index.html +++ b/docs/pt-BR/1.12.0/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create a New Site

    Nesta seção, vamos colocar o nosso site Docusaurus e rodar para desenvolvimento local. O processo levará apenas alguns minutos.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute o comando docusaurus-init no seu terminal.
    2. diff --git a/docs/pt-BR/1.12.0/tutorial-create-pages.html b/docs/pt-BR/1.12.0/tutorial-create-pages.html index b31e8fbdb3..b2d68e3945 100644 --- a/docs/pt-BR/1.12.0/tutorial-create-pages.html +++ b/docs/pt-BR/1.12.0/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/pt-BR/1.12.0/tutorial-create-pages/index.html b/docs/pt-BR/1.12.0/tutorial-create-pages/index.html index b31e8fbdb3..b2d68e3945 100644 --- a/docs/pt-BR/1.12.0/tutorial-create-pages/index.html +++ b/docs/pt-BR/1.12.0/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/pt-BR/1.12.0/tutorial-publish-site.html b/docs/pt-BR/1.12.0/tutorial-publish-site.html index 1a8b80f0a8..c8b61b79fb 100644 --- a/docs/pt-BR/1.12.0/tutorial-publish-site.html +++ b/docs/pt-BR/1.12.0/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/pt-BR/1.12.0/tutorial-publish-site/index.html b/docs/pt-BR/1.12.0/tutorial-publish-site/index.html index 1a8b80f0a8..c8b61b79fb 100644 --- a/docs/pt-BR/1.12.0/tutorial-publish-site/index.html +++ b/docs/pt-BR/1.12.0/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/pt-BR/1.12.0/tutorial-setup.html b/docs/pt-BR/1.12.0/tutorial-setup.html index c6cab0e615..ef9b380b6c 100644 --- a/docs/pt-BR/1.12.0/tutorial-setup.html +++ b/docs/pt-BR/1.12.0/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/pt-BR/1.12.0/tutorial-setup/index.html b/docs/pt-BR/1.12.0/tutorial-setup/index.html index c6cab0e615..ef9b380b6c 100644 --- a/docs/pt-BR/1.12.0/tutorial-setup/index.html +++ b/docs/pt-BR/1.12.0/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/pt-BR/1.12.0/tutorial-version.html b/docs/pt-BR/1.12.0/tutorial-version.html index 5371bffcc7..a4b92abccf 100644 --- a/docs/pt-BR/1.12.0/tutorial-version.html +++ b/docs/pt-BR/1.12.0/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/pt-BR/1.12.0/tutorial-version/index.html b/docs/pt-BR/1.12.0/tutorial-version/index.html
    index 5371bffcc7..a4b92abccf 100644
    --- a/docs/pt-BR/1.12.0/tutorial-version/index.html
    +++ b/docs/pt-BR/1.12.0/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/pt-BR/1.9.x/tutorial-create-new-site.html b/docs/pt-BR/1.9.x/tutorial-create-new-site.html
    index a63a6e825a..51098d7ce4 100644
    --- a/docs/pt-BR/1.9.x/tutorial-create-new-site.html
    +++ b/docs/pt-BR/1.9.x/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    Create a New Site

    Nesta seção, vamos colocar o nosso site Docusaurus e rodar para desenvolvimento local. O processo levará apenas alguns minutos.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute o comando docusaurus-init no seu terminal.
    2. diff --git a/docs/pt-BR/1.9.x/tutorial-create-new-site/index.html b/docs/pt-BR/1.9.x/tutorial-create-new-site/index.html index a63a6e825a..51098d7ce4 100644 --- a/docs/pt-BR/1.9.x/tutorial-create-new-site/index.html +++ b/docs/pt-BR/1.9.x/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create a New Site

    Nesta seção, vamos colocar o nosso site Docusaurus e rodar para desenvolvimento local. O processo levará apenas alguns minutos.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute o comando docusaurus-init no seu terminal.
    2. diff --git a/docs/pt-BR/1.9.x/tutorial-create-pages.html b/docs/pt-BR/1.9.x/tutorial-create-pages.html index 685ac99933..9d7aaaf3ab 100644 --- a/docs/pt-BR/1.9.x/tutorial-create-pages.html +++ b/docs/pt-BR/1.9.x/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/pt-BR/1.9.x/tutorial-create-pages/index.html b/docs/pt-BR/1.9.x/tutorial-create-pages/index.html index 685ac99933..9d7aaaf3ab 100644 --- a/docs/pt-BR/1.9.x/tutorial-create-pages/index.html +++ b/docs/pt-BR/1.9.x/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/pt-BR/1.9.x/tutorial-publish-site.html b/docs/pt-BR/1.9.x/tutorial-publish-site.html index 255ddb9502..5a87400bb7 100644 --- a/docs/pt-BR/1.9.x/tutorial-publish-site.html +++ b/docs/pt-BR/1.9.x/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/pt-BR/1.9.x/tutorial-publish-site/index.html b/docs/pt-BR/1.9.x/tutorial-publish-site/index.html index 255ddb9502..5a87400bb7 100644 --- a/docs/pt-BR/1.9.x/tutorial-publish-site/index.html +++ b/docs/pt-BR/1.9.x/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/pt-BR/1.9.x/tutorial-setup.html b/docs/pt-BR/1.9.x/tutorial-setup.html index 573e7c2fba..47db5257fb 100644 --- a/docs/pt-BR/1.9.x/tutorial-setup.html +++ b/docs/pt-BR/1.9.x/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/pt-BR/1.9.x/tutorial-setup/index.html b/docs/pt-BR/1.9.x/tutorial-setup/index.html index 573e7c2fba..47db5257fb 100644 --- a/docs/pt-BR/1.9.x/tutorial-setup/index.html +++ b/docs/pt-BR/1.9.x/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/pt-BR/1.9.x/tutorial-version.html b/docs/pt-BR/1.9.x/tutorial-version.html index 388810b58b..8e47bdaf97 100644 --- a/docs/pt-BR/1.9.x/tutorial-version.html +++ b/docs/pt-BR/1.9.x/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/pt-BR/1.9.x/tutorial-version/index.html b/docs/pt-BR/1.9.x/tutorial-version/index.html
    index 388810b58b..8e47bdaf97 100644
    --- a/docs/pt-BR/1.9.x/tutorial-version/index.html
    +++ b/docs/pt-BR/1.9.x/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/pt-BR/next/tutorial-create-new-site.html b/docs/pt-BR/next/tutorial-create-new-site.html
    index 36c7c99b8e..918c55a617 100644
    --- a/docs/pt-BR/next/tutorial-create-new-site.html
    +++ b/docs/pt-BR/next/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    Create a New Site

    Nesta seção, vamos colocar o nosso site Docusaurus e rodar para desenvolvimento local. O processo levará apenas alguns minutos.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. cd to the directory of your local repository.
    2. diff --git a/docs/pt-BR/next/tutorial-create-new-site/index.html b/docs/pt-BR/next/tutorial-create-new-site/index.html index 36c7c99b8e..918c55a617 100644 --- a/docs/pt-BR/next/tutorial-create-new-site/index.html +++ b/docs/pt-BR/next/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create a New Site

    Nesta seção, vamos colocar o nosso site Docusaurus e rodar para desenvolvimento local. O processo levará apenas alguns minutos.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. cd to the directory of your local repository.
    2. diff --git a/docs/pt-BR/next/tutorial-create-pages.html b/docs/pt-BR/next/tutorial-create-pages.html index 527b211c8c..cdbd7ef36d 100644 --- a/docs/pt-BR/next/tutorial-create-pages.html +++ b/docs/pt-BR/next/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Create a Regular Page

    1. In the website/pages/en directory of your repository, save a text file called hello-world.js with the following contents:

      @@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc9.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/pt-BR/next/tutorial-create-pages/index.html b/docs/pt-BR/next/tutorial-create-pages/index.html index 527b211c8c..cdbd7ef36d 100644 --- a/docs/pt-BR/next/tutorial-create-pages/index.html +++ b/docs/pt-BR/next/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Create a Regular Page

    1. In the website/pages/en directory of your repository, save a text file called hello-world.js with the following contents:

      @@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc9.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/pt-BR/next/tutorial-publish-site.html b/docs/pt-BR/next/tutorial-publish-site.html index cf90c377d6..3322f3ae13 100644 --- a/docs/pt-BR/next/tutorial-publish-site.html +++ b/docs/pt-BR/next/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/pt-BR/next/tutorial-publish-site/index.html b/docs/pt-BR/next/tutorial-publish-site/index.html index cf90c377d6..3322f3ae13 100644 --- a/docs/pt-BR/next/tutorial-publish-site/index.html +++ b/docs/pt-BR/next/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/pt-BR/next/tutorial-setup.html b/docs/pt-BR/next/tutorial-setup.html index db2ba263ad..70db7dc79d 100644 --- a/docs/pt-BR/next/tutorial-setup.html +++ b/docs/pt-BR/next/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.

    Install Node.js

    @@ -116,7 +116,7 @@ v8.15.1
  • Type a repository name without spaces. For example, docusaurus-tutorial.
  • Click Create repository (without .gitignore and without a license).
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. In Terminal or Git Bash, cd to a directory where the local clone will be a subdirectory.
    diff --git a/docs/pt-BR/next/tutorial-setup/index.html b/docs/pt-BR/next/tutorial-setup/index.html index db2ba263ad..70db7dc79d 100644 --- a/docs/pt-BR/next/tutorial-setup/index.html +++ b/docs/pt-BR/next/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.

    Install Node.js

    @@ -116,7 +116,7 @@ v8.15.1
  • Type a repository name without spaces. For example, docusaurus-tutorial.
  • Click Create repository (without .gitignore and without a license).
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. In Terminal or Git Bash, cd to a directory where the local clone will be a subdirectory.
    diff --git a/docs/pt-BR/next/tutorial-version.html b/docs/pt-BR/next/tutorial-version.html index be084615d8..c0fc732148 100644 --- a/docs/pt-BR/next/tutorial-version.html +++ b/docs/pt-BR/next/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/pt-BR/next/tutorial-version/index.html b/docs/pt-BR/next/tutorial-version/index.html
    index be084615d8..c0fc732148 100644
    --- a/docs/pt-BR/next/tutorial-version/index.html
    +++ b/docs/pt-BR/next/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/pt-BR/tutorial-create-new-site.html b/docs/pt-BR/tutorial-create-new-site.html
    index b2bd6466c1..5aaf5b8966 100644
    --- a/docs/pt-BR/tutorial-create-new-site.html
    +++ b/docs/pt-BR/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    Create a New Site

    Nesta seção, vamos colocar o nosso site Docusaurus e rodar para desenvolvimento local. O processo levará apenas alguns minutos.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. cd to the directory of your local repository.
    2. diff --git a/docs/pt-BR/tutorial-create-new-site/index.html b/docs/pt-BR/tutorial-create-new-site/index.html index b2bd6466c1..5aaf5b8966 100644 --- a/docs/pt-BR/tutorial-create-new-site/index.html +++ b/docs/pt-BR/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create a New Site

    Nesta seção, vamos colocar o nosso site Docusaurus e rodar para desenvolvimento local. O processo levará apenas alguns minutos.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. cd to the directory of your local repository.
    2. diff --git a/docs/pt-BR/tutorial-create-pages.html b/docs/pt-BR/tutorial-create-pages.html index 8f1a2bdbb9..702bc05861 100644 --- a/docs/pt-BR/tutorial-create-pages.html +++ b/docs/pt-BR/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Create a Regular Page

    1. In the website/pages/en directory of your repository, save a text file called hello-world.js with the following contents:

      @@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc9.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/pt-BR/tutorial-create-pages/index.html b/docs/pt-BR/tutorial-create-pages/index.html index 8f1a2bdbb9..702bc05861 100644 --- a/docs/pt-BR/tutorial-create-pages/index.html +++ b/docs/pt-BR/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Create a Regular Page

    1. In the website/pages/en directory of your repository, save a text file called hello-world.js with the following contents:

      @@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc9.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/pt-BR/tutorial-publish-site.html b/docs/pt-BR/tutorial-publish-site.html index d59fa8b318..2afbe2576e 100644 --- a/docs/pt-BR/tutorial-publish-site.html +++ b/docs/pt-BR/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/pt-BR/tutorial-publish-site/index.html b/docs/pt-BR/tutorial-publish-site/index.html index d59fa8b318..2afbe2576e 100644 --- a/docs/pt-BR/tutorial-publish-site/index.html +++ b/docs/pt-BR/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/pt-BR/tutorial-setup.html b/docs/pt-BR/tutorial-setup.html index 47f822e986..67dafbbe68 100644 --- a/docs/pt-BR/tutorial-setup.html +++ b/docs/pt-BR/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.

    Install Node.js

    @@ -116,7 +116,7 @@ v8.15.1
  • Type a repository name without spaces. For example, docusaurus-tutorial.
  • Click Create repository (without .gitignore and without a license).
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. In Terminal or Git Bash, cd to a directory where the local clone will be a subdirectory.
    diff --git a/docs/pt-BR/tutorial-setup/index.html b/docs/pt-BR/tutorial-setup/index.html index 47f822e986..67dafbbe68 100644 --- a/docs/pt-BR/tutorial-setup/index.html +++ b/docs/pt-BR/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.

    Install Node.js

    @@ -116,7 +116,7 @@ v8.15.1
  • Type a repository name without spaces. For example, docusaurus-tutorial.
  • Click Create repository (without .gitignore and without a license).
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. In Terminal or Git Bash, cd to a directory where the local clone will be a subdirectory.
    diff --git a/docs/pt-BR/tutorial-version.html b/docs/pt-BR/tutorial-version.html index 2f998f496b..5cae51904e 100644 --- a/docs/pt-BR/tutorial-version.html +++ b/docs/pt-BR/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/pt-BR/tutorial-version/index.html b/docs/pt-BR/tutorial-version/index.html
    index 2f998f496b..5cae51904e 100644
    --- a/docs/pt-BR/tutorial-version/index.html
    +++ b/docs/pt-BR/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ro/1.10.x/tutorial-create-new-site.html b/docs/ro/1.10.x/tutorial-create-new-site.html
    index 5928c38f65..0bcdab5d50 100644
    --- a/docs/ro/1.10.x/tutorial-create-new-site.html
    +++ b/docs/ro/1.10.x/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/ro/1.10.x/tutorial-create-new-site/index.html b/docs/ro/1.10.x/tutorial-create-new-site/index.html index 5928c38f65..0bcdab5d50 100644 --- a/docs/ro/1.10.x/tutorial-create-new-site/index.html +++ b/docs/ro/1.10.x/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/ro/1.10.x/tutorial-create-pages.html b/docs/ro/1.10.x/tutorial-create-pages.html index 972ebb7065..5321e83dea 100644 --- a/docs/ro/1.10.x/tutorial-create-pages.html +++ b/docs/ro/1.10.x/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ro/1.10.x/tutorial-create-pages/index.html b/docs/ro/1.10.x/tutorial-create-pages/index.html index 972ebb7065..5321e83dea 100644 --- a/docs/ro/1.10.x/tutorial-create-pages/index.html +++ b/docs/ro/1.10.x/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ro/1.10.x/tutorial-publish-site.html b/docs/ro/1.10.x/tutorial-publish-site.html index 91b1b27944..a5eddd9911 100644 --- a/docs/ro/1.10.x/tutorial-publish-site.html +++ b/docs/ro/1.10.x/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ro/1.10.x/tutorial-publish-site/index.html b/docs/ro/1.10.x/tutorial-publish-site/index.html index 91b1b27944..a5eddd9911 100644 --- a/docs/ro/1.10.x/tutorial-publish-site/index.html +++ b/docs/ro/1.10.x/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ro/1.10.x/tutorial-setup.html b/docs/ro/1.10.x/tutorial-setup.html index 239c2accc9..c4715377b5 100644 --- a/docs/ro/1.10.x/tutorial-setup.html +++ b/docs/ro/1.10.x/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/ro/1.10.x/tutorial-setup/index.html b/docs/ro/1.10.x/tutorial-setup/index.html index 239c2accc9..c4715377b5 100644 --- a/docs/ro/1.10.x/tutorial-setup/index.html +++ b/docs/ro/1.10.x/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/ro/1.10.x/tutorial-version.html b/docs/ro/1.10.x/tutorial-version.html index a7a64b5289..e2b0d59ad4 100644 --- a/docs/ro/1.10.x/tutorial-version.html +++ b/docs/ro/1.10.x/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ro/1.10.x/tutorial-version/index.html b/docs/ro/1.10.x/tutorial-version/index.html
    index a7a64b5289..e2b0d59ad4 100644
    --- a/docs/ro/1.10.x/tutorial-version/index.html
    +++ b/docs/ro/1.10.x/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ro/1.11.x/tutorial-create-new-site.html b/docs/ro/1.11.x/tutorial-create-new-site.html
    index 43c6e24147..ed4cce7776 100644
    --- a/docs/ro/1.11.x/tutorial-create-new-site.html
    +++ b/docs/ro/1.11.x/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/ro/1.11.x/tutorial-create-new-site/index.html b/docs/ro/1.11.x/tutorial-create-new-site/index.html index 43c6e24147..ed4cce7776 100644 --- a/docs/ro/1.11.x/tutorial-create-new-site/index.html +++ b/docs/ro/1.11.x/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/ro/1.11.x/tutorial-create-pages.html b/docs/ro/1.11.x/tutorial-create-pages.html index 3799038607..64662bcabe 100644 --- a/docs/ro/1.11.x/tutorial-create-pages.html +++ b/docs/ro/1.11.x/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ro/1.11.x/tutorial-create-pages/index.html b/docs/ro/1.11.x/tutorial-create-pages/index.html index 3799038607..64662bcabe 100644 --- a/docs/ro/1.11.x/tutorial-create-pages/index.html +++ b/docs/ro/1.11.x/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ro/1.11.x/tutorial-publish-site.html b/docs/ro/1.11.x/tutorial-publish-site.html index faa713dd99..ed59f5c2e4 100644 --- a/docs/ro/1.11.x/tutorial-publish-site.html +++ b/docs/ro/1.11.x/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ro/1.11.x/tutorial-publish-site/index.html b/docs/ro/1.11.x/tutorial-publish-site/index.html index faa713dd99..ed59f5c2e4 100644 --- a/docs/ro/1.11.x/tutorial-publish-site/index.html +++ b/docs/ro/1.11.x/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ro/1.11.x/tutorial-setup.html b/docs/ro/1.11.x/tutorial-setup.html index 29302c5f80..4821f78cb5 100644 --- a/docs/ro/1.11.x/tutorial-setup.html +++ b/docs/ro/1.11.x/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/ro/1.11.x/tutorial-setup/index.html b/docs/ro/1.11.x/tutorial-setup/index.html index 29302c5f80..4821f78cb5 100644 --- a/docs/ro/1.11.x/tutorial-setup/index.html +++ b/docs/ro/1.11.x/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/ro/1.11.x/tutorial-version.html b/docs/ro/1.11.x/tutorial-version.html index f815ac8685..59a44a7c8f 100644 --- a/docs/ro/1.11.x/tutorial-version.html +++ b/docs/ro/1.11.x/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ro/1.11.x/tutorial-version/index.html b/docs/ro/1.11.x/tutorial-version/index.html
    index f815ac8685..59a44a7c8f 100644
    --- a/docs/ro/1.11.x/tutorial-version/index.html
    +++ b/docs/ro/1.11.x/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ro/1.12.0/tutorial-create-new-site.html b/docs/ro/1.12.0/tutorial-create-new-site.html
    index d3ed959ef6..e905588ec6 100644
    --- a/docs/ro/1.12.0/tutorial-create-new-site.html
    +++ b/docs/ro/1.12.0/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/ro/1.12.0/tutorial-create-new-site/index.html b/docs/ro/1.12.0/tutorial-create-new-site/index.html index d3ed959ef6..e905588ec6 100644 --- a/docs/ro/1.12.0/tutorial-create-new-site/index.html +++ b/docs/ro/1.12.0/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/ro/1.12.0/tutorial-create-pages.html b/docs/ro/1.12.0/tutorial-create-pages.html index f314782567..2b1bacefc0 100644 --- a/docs/ro/1.12.0/tutorial-create-pages.html +++ b/docs/ro/1.12.0/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ro/1.12.0/tutorial-create-pages/index.html b/docs/ro/1.12.0/tutorial-create-pages/index.html index f314782567..2b1bacefc0 100644 --- a/docs/ro/1.12.0/tutorial-create-pages/index.html +++ b/docs/ro/1.12.0/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ro/1.12.0/tutorial-publish-site.html b/docs/ro/1.12.0/tutorial-publish-site.html index 1adedf7472..333414a7ff 100644 --- a/docs/ro/1.12.0/tutorial-publish-site.html +++ b/docs/ro/1.12.0/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ro/1.12.0/tutorial-publish-site/index.html b/docs/ro/1.12.0/tutorial-publish-site/index.html index 1adedf7472..333414a7ff 100644 --- a/docs/ro/1.12.0/tutorial-publish-site/index.html +++ b/docs/ro/1.12.0/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ro/1.12.0/tutorial-setup.html b/docs/ro/1.12.0/tutorial-setup.html index 90026e7a02..f258364ea0 100644 --- a/docs/ro/1.12.0/tutorial-setup.html +++ b/docs/ro/1.12.0/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/ro/1.12.0/tutorial-setup/index.html b/docs/ro/1.12.0/tutorial-setup/index.html index 90026e7a02..f258364ea0 100644 --- a/docs/ro/1.12.0/tutorial-setup/index.html +++ b/docs/ro/1.12.0/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/ro/1.12.0/tutorial-version.html b/docs/ro/1.12.0/tutorial-version.html index 60d72b12bf..eaba9319dc 100644 --- a/docs/ro/1.12.0/tutorial-version.html +++ b/docs/ro/1.12.0/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ro/1.12.0/tutorial-version/index.html b/docs/ro/1.12.0/tutorial-version/index.html
    index 60d72b12bf..eaba9319dc 100644
    --- a/docs/ro/1.12.0/tutorial-version/index.html
    +++ b/docs/ro/1.12.0/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ro/1.9.x/tutorial-create-new-site.html b/docs/ro/1.9.x/tutorial-create-new-site.html
    index 7592a6db20..90fc97ef66 100644
    --- a/docs/ro/1.9.x/tutorial-create-new-site.html
    +++ b/docs/ro/1.9.x/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/ro/1.9.x/tutorial-create-new-site/index.html b/docs/ro/1.9.x/tutorial-create-new-site/index.html index 7592a6db20..90fc97ef66 100644 --- a/docs/ro/1.9.x/tutorial-create-new-site/index.html +++ b/docs/ro/1.9.x/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/ro/1.9.x/tutorial-create-pages.html b/docs/ro/1.9.x/tutorial-create-pages.html index ee25778602..90188b42d0 100644 --- a/docs/ro/1.9.x/tutorial-create-pages.html +++ b/docs/ro/1.9.x/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ro/1.9.x/tutorial-create-pages/index.html b/docs/ro/1.9.x/tutorial-create-pages/index.html index ee25778602..90188b42d0 100644 --- a/docs/ro/1.9.x/tutorial-create-pages/index.html +++ b/docs/ro/1.9.x/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ro/1.9.x/tutorial-publish-site.html b/docs/ro/1.9.x/tutorial-publish-site.html index 3cc105bbd3..ba0ba52b40 100644 --- a/docs/ro/1.9.x/tutorial-publish-site.html +++ b/docs/ro/1.9.x/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ro/1.9.x/tutorial-publish-site/index.html b/docs/ro/1.9.x/tutorial-publish-site/index.html index 3cc105bbd3..ba0ba52b40 100644 --- a/docs/ro/1.9.x/tutorial-publish-site/index.html +++ b/docs/ro/1.9.x/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ro/1.9.x/tutorial-setup.html b/docs/ro/1.9.x/tutorial-setup.html index 6f00092c8d..fe0e12393d 100644 --- a/docs/ro/1.9.x/tutorial-setup.html +++ b/docs/ro/1.9.x/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/ro/1.9.x/tutorial-setup/index.html b/docs/ro/1.9.x/tutorial-setup/index.html index 6f00092c8d..fe0e12393d 100644 --- a/docs/ro/1.9.x/tutorial-setup/index.html +++ b/docs/ro/1.9.x/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/ro/1.9.x/tutorial-version.html b/docs/ro/1.9.x/tutorial-version.html index dc9080408b..b633398623 100644 --- a/docs/ro/1.9.x/tutorial-version.html +++ b/docs/ro/1.9.x/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ro/1.9.x/tutorial-version/index.html b/docs/ro/1.9.x/tutorial-version/index.html
    index dc9080408b..b633398623 100644
    --- a/docs/ro/1.9.x/tutorial-version/index.html
    +++ b/docs/ro/1.9.x/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ro/next/tutorial-create-new-site.html b/docs/ro/next/tutorial-create-new-site.html
    index 67e430c0d4..e002ed0f78 100644
    --- a/docs/ro/next/tutorial-create-new-site.html
    +++ b/docs/ro/next/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. cd to the directory of your local repository.
    2. diff --git a/docs/ro/next/tutorial-create-new-site/index.html b/docs/ro/next/tutorial-create-new-site/index.html index 67e430c0d4..e002ed0f78 100644 --- a/docs/ro/next/tutorial-create-new-site/index.html +++ b/docs/ro/next/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. cd to the directory of your local repository.
    2. diff --git a/docs/ro/next/tutorial-create-pages.html b/docs/ro/next/tutorial-create-pages.html index 06529e020f..2b6848462d 100644 --- a/docs/ro/next/tutorial-create-pages.html +++ b/docs/ro/next/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Create a Regular Page

    1. In the website/pages/en directory of your repository, save a text file called hello-world.js with the following contents:

      @@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc9.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ro/next/tutorial-create-pages/index.html b/docs/ro/next/tutorial-create-pages/index.html index 06529e020f..2b6848462d 100644 --- a/docs/ro/next/tutorial-create-pages/index.html +++ b/docs/ro/next/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Create a Regular Page

    1. In the website/pages/en directory of your repository, save a text file called hello-world.js with the following contents:

      @@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc9.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ro/next/tutorial-publish-site.html b/docs/ro/next/tutorial-publish-site.html index 1b15735b78..1bed7f25fc 100644 --- a/docs/ro/next/tutorial-publish-site.html +++ b/docs/ro/next/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ro/next/tutorial-publish-site/index.html b/docs/ro/next/tutorial-publish-site/index.html index 1b15735b78..1bed7f25fc 100644 --- a/docs/ro/next/tutorial-publish-site/index.html +++ b/docs/ro/next/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ro/next/tutorial-setup.html b/docs/ro/next/tutorial-setup.html index ab1970d090..5c3b2379ce 100644 --- a/docs/ro/next/tutorial-setup.html +++ b/docs/ro/next/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.

    Install Node.js

    @@ -116,7 +116,7 @@ v8.15.1
  • Type a repository name without spaces. For example, docusaurus-tutorial.
  • Click Create repository (without .gitignore and without a license).
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. In Terminal or Git Bash, cd to a directory where the local clone will be a subdirectory.
    diff --git a/docs/ro/next/tutorial-setup/index.html b/docs/ro/next/tutorial-setup/index.html index ab1970d090..5c3b2379ce 100644 --- a/docs/ro/next/tutorial-setup/index.html +++ b/docs/ro/next/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.

    Install Node.js

    @@ -116,7 +116,7 @@ v8.15.1
  • Type a repository name without spaces. For example, docusaurus-tutorial.
  • Click Create repository (without .gitignore and without a license).
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. In Terminal or Git Bash, cd to a directory where the local clone will be a subdirectory.
    diff --git a/docs/ro/next/tutorial-version.html b/docs/ro/next/tutorial-version.html index 88b28120bf..4c5ac1ccae 100644 --- a/docs/ro/next/tutorial-version.html +++ b/docs/ro/next/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ro/next/tutorial-version/index.html b/docs/ro/next/tutorial-version/index.html
    index 88b28120bf..4c5ac1ccae 100644
    --- a/docs/ro/next/tutorial-version/index.html
    +++ b/docs/ro/next/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ro/tutorial-create-new-site.html b/docs/ro/tutorial-create-new-site.html
    index 536d69a1bb..6f58493129 100644
    --- a/docs/ro/tutorial-create-new-site.html
    +++ b/docs/ro/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. cd to the directory of your local repository.
    2. diff --git a/docs/ro/tutorial-create-new-site/index.html b/docs/ro/tutorial-create-new-site/index.html index 536d69a1bb..6f58493129 100644 --- a/docs/ro/tutorial-create-new-site/index.html +++ b/docs/ro/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. cd to the directory of your local repository.
    2. diff --git a/docs/ro/tutorial-create-pages.html b/docs/ro/tutorial-create-pages.html index b6c504586c..c45e109e46 100644 --- a/docs/ro/tutorial-create-pages.html +++ b/docs/ro/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Create a Regular Page

    1. In the website/pages/en directory of your repository, save a text file called hello-world.js with the following contents:

      @@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc9.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ro/tutorial-create-pages/index.html b/docs/ro/tutorial-create-pages/index.html index b6c504586c..c45e109e46 100644 --- a/docs/ro/tutorial-create-pages/index.html +++ b/docs/ro/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Create a Regular Page

    1. In the website/pages/en directory of your repository, save a text file called hello-world.js with the following contents:

      @@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc9.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ro/tutorial-publish-site.html b/docs/ro/tutorial-publish-site.html index 47f7fd9689..8e2a46ed20 100644 --- a/docs/ro/tutorial-publish-site.html +++ b/docs/ro/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ro/tutorial-publish-site/index.html b/docs/ro/tutorial-publish-site/index.html index 47f7fd9689..8e2a46ed20 100644 --- a/docs/ro/tutorial-publish-site/index.html +++ b/docs/ro/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ro/tutorial-setup.html b/docs/ro/tutorial-setup.html index 391576f4b0..ce9a1dc816 100644 --- a/docs/ro/tutorial-setup.html +++ b/docs/ro/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.

    Install Node.js

    @@ -116,7 +116,7 @@ v8.15.1
  • Type a repository name without spaces. For example, docusaurus-tutorial.
  • Click Create repository (without .gitignore and without a license).
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. In Terminal or Git Bash, cd to a directory where the local clone will be a subdirectory.
    diff --git a/docs/ro/tutorial-setup/index.html b/docs/ro/tutorial-setup/index.html index 391576f4b0..ce9a1dc816 100644 --- a/docs/ro/tutorial-setup/index.html +++ b/docs/ro/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.

    Install Node.js

    @@ -116,7 +116,7 @@ v8.15.1
  • Type a repository name without spaces. For example, docusaurus-tutorial.
  • Click Create repository (without .gitignore and without a license).
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. In Terminal or Git Bash, cd to a directory where the local clone will be a subdirectory.
    diff --git a/docs/ro/tutorial-version.html b/docs/ro/tutorial-version.html index 2f34fd4281..af93262a67 100644 --- a/docs/ro/tutorial-version.html +++ b/docs/ro/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ro/tutorial-version/index.html b/docs/ro/tutorial-version/index.html
    index 2f34fd4281..af93262a67 100644
    --- a/docs/ro/tutorial-version/index.html
    +++ b/docs/ro/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/ru/1.10.x/tutorial-create-new-site.html b/docs/ru/1.10.x/tutorial-create-new-site.html
    index 33dc995a4e..03655fb83c 100644
    --- a/docs/ru/1.10.x/tutorial-create-new-site.html
    +++ b/docs/ru/1.10.x/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/ru/1.10.x/tutorial-create-new-site/index.html b/docs/ru/1.10.x/tutorial-create-new-site/index.html index 33dc995a4e..03655fb83c 100644 --- a/docs/ru/1.10.x/tutorial-create-new-site/index.html +++ b/docs/ru/1.10.x/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/ru/1.10.x/tutorial-create-pages.html b/docs/ru/1.10.x/tutorial-create-pages.html index c4350cffb0..6eedb94fae 100644 --- a/docs/ru/1.10.x/tutorial-create-pages.html +++ b/docs/ru/1.10.x/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Создайте новый файл в каталоге docs с именем doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ru/1.10.x/tutorial-create-pages/index.html b/docs/ru/1.10.x/tutorial-create-pages/index.html index c4350cffb0..6eedb94fae 100644 --- a/docs/ru/1.10.x/tutorial-create-pages/index.html +++ b/docs/ru/1.10.x/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Создайте новый файл в каталоге docs с именем doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ru/1.10.x/tutorial-publish-site.html b/docs/ru/1.10.x/tutorial-publish-site.html index 0f53de83b7..e25fcb6bc8 100644 --- a/docs/ru/1.10.x/tutorial-publish-site.html +++ b/docs/ru/1.10.x/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ru/1.10.x/tutorial-publish-site/index.html b/docs/ru/1.10.x/tutorial-publish-site/index.html index 0f53de83b7..e25fcb6bc8 100644 --- a/docs/ru/1.10.x/tutorial-publish-site/index.html +++ b/docs/ru/1.10.x/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ru/1.10.x/tutorial-setup.html b/docs/ru/1.10.x/tutorial-setup.html index 31eee937cd..3867fc33c4 100644 --- a/docs/ru/1.10.x/tutorial-setup.html +++ b/docs/ru/1.10.x/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/ru/1.10.x/tutorial-setup/index.html b/docs/ru/1.10.x/tutorial-setup/index.html index 31eee937cd..3867fc33c4 100644 --- a/docs/ru/1.10.x/tutorial-setup/index.html +++ b/docs/ru/1.10.x/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/ru/1.10.x/tutorial-version.html b/docs/ru/1.10.x/tutorial-version.html index 0929788eec..ed9b8b2a19 100644 --- a/docs/ru/1.10.x/tutorial-version.html +++ b/docs/ru/1.10.x/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.docImage}

    Выпуск версии

    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/ru/1.10.x/tutorial-version/index.html b/docs/ru/1.10.x/tutorial-version/index.html
    index 0929788eec..ed9b8b2a19 100644
    --- a/docs/ru/1.10.x/tutorial-version/index.html
    +++ b/docs/ru/1.10.x/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.docImage}

    Выпуск версии

    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/ru/1.11.x/tutorial-create-new-site.html b/docs/ru/1.11.x/tutorial-create-new-site.html
    index f082597616..83bfc6a5d4 100644
    --- a/docs/ru/1.11.x/tutorial-create-new-site.html
    +++ b/docs/ru/1.11.x/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/ru/1.11.x/tutorial-create-new-site/index.html b/docs/ru/1.11.x/tutorial-create-new-site/index.html index f082597616..83bfc6a5d4 100644 --- a/docs/ru/1.11.x/tutorial-create-new-site/index.html +++ b/docs/ru/1.11.x/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/ru/1.11.x/tutorial-create-pages.html b/docs/ru/1.11.x/tutorial-create-pages.html index 1e8b780b36..b3867602bb 100644 --- a/docs/ru/1.11.x/tutorial-create-pages.html +++ b/docs/ru/1.11.x/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Создайте новый файл в каталоге docs с именем doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ru/1.11.x/tutorial-create-pages/index.html b/docs/ru/1.11.x/tutorial-create-pages/index.html index 1e8b780b36..b3867602bb 100644 --- a/docs/ru/1.11.x/tutorial-create-pages/index.html +++ b/docs/ru/1.11.x/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Создайте новый файл в каталоге docs с именем doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ru/1.11.x/tutorial-publish-site.html b/docs/ru/1.11.x/tutorial-publish-site.html index 00573a7d0d..0ff540a217 100644 --- a/docs/ru/1.11.x/tutorial-publish-site.html +++ b/docs/ru/1.11.x/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ru/1.11.x/tutorial-publish-site/index.html b/docs/ru/1.11.x/tutorial-publish-site/index.html index 00573a7d0d..0ff540a217 100644 --- a/docs/ru/1.11.x/tutorial-publish-site/index.html +++ b/docs/ru/1.11.x/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ru/1.11.x/tutorial-setup.html b/docs/ru/1.11.x/tutorial-setup.html index f350a9a6f6..903a8c696c 100644 --- a/docs/ru/1.11.x/tutorial-setup.html +++ b/docs/ru/1.11.x/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/ru/1.11.x/tutorial-setup/index.html b/docs/ru/1.11.x/tutorial-setup/index.html index f350a9a6f6..903a8c696c 100644 --- a/docs/ru/1.11.x/tutorial-setup/index.html +++ b/docs/ru/1.11.x/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/ru/1.11.x/tutorial-version.html b/docs/ru/1.11.x/tutorial-version.html index 7bc5181c7a..7bedbc57f5 100644 --- a/docs/ru/1.11.x/tutorial-version.html +++ b/docs/ru/1.11.x/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.docImage}

    Выпуск версии

    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/ru/1.11.x/tutorial-version/index.html b/docs/ru/1.11.x/tutorial-version/index.html
    index 7bc5181c7a..7bedbc57f5 100644
    --- a/docs/ru/1.11.x/tutorial-version/index.html
    +++ b/docs/ru/1.11.x/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.docImage}

    Выпуск версии

    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/ru/1.12.0/tutorial-create-new-site.html b/docs/ru/1.12.0/tutorial-create-new-site.html
    index 5a6f922783..7274f01d3d 100644
    --- a/docs/ru/1.12.0/tutorial-create-new-site.html
    +++ b/docs/ru/1.12.0/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/ru/1.12.0/tutorial-create-new-site/index.html b/docs/ru/1.12.0/tutorial-create-new-site/index.html index 5a6f922783..7274f01d3d 100644 --- a/docs/ru/1.12.0/tutorial-create-new-site/index.html +++ b/docs/ru/1.12.0/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/ru/1.12.0/tutorial-create-pages.html b/docs/ru/1.12.0/tutorial-create-pages.html index 5310e36868..d408c93564 100644 --- a/docs/ru/1.12.0/tutorial-create-pages.html +++ b/docs/ru/1.12.0/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Создайте новый файл в каталоге docs с именем doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ru/1.12.0/tutorial-create-pages/index.html b/docs/ru/1.12.0/tutorial-create-pages/index.html index 5310e36868..d408c93564 100644 --- a/docs/ru/1.12.0/tutorial-create-pages/index.html +++ b/docs/ru/1.12.0/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Создайте новый файл в каталоге docs с именем doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ru/1.12.0/tutorial-publish-site.html b/docs/ru/1.12.0/tutorial-publish-site.html index cd3ab79923..313b6aa9d2 100644 --- a/docs/ru/1.12.0/tutorial-publish-site.html +++ b/docs/ru/1.12.0/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ru/1.12.0/tutorial-publish-site/index.html b/docs/ru/1.12.0/tutorial-publish-site/index.html index cd3ab79923..313b6aa9d2 100644 --- a/docs/ru/1.12.0/tutorial-publish-site/index.html +++ b/docs/ru/1.12.0/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ru/1.12.0/tutorial-setup.html b/docs/ru/1.12.0/tutorial-setup.html index d292bd960d..c7ba2043ce 100644 --- a/docs/ru/1.12.0/tutorial-setup.html +++ b/docs/ru/1.12.0/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/ru/1.12.0/tutorial-setup/index.html b/docs/ru/1.12.0/tutorial-setup/index.html index d292bd960d..c7ba2043ce 100644 --- a/docs/ru/1.12.0/tutorial-setup/index.html +++ b/docs/ru/1.12.0/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/ru/1.12.0/tutorial-version.html b/docs/ru/1.12.0/tutorial-version.html index 7534e45e72..15fa717b6a 100644 --- a/docs/ru/1.12.0/tutorial-version.html +++ b/docs/ru/1.12.0/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.docImage}

    Выпуск версии

    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/ru/1.12.0/tutorial-version/index.html b/docs/ru/1.12.0/tutorial-version/index.html
    index 7534e45e72..15fa717b6a 100644
    --- a/docs/ru/1.12.0/tutorial-version/index.html
    +++ b/docs/ru/1.12.0/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.docImage}

    Выпуск версии

    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/ru/1.9.x/tutorial-create-new-site.html b/docs/ru/1.9.x/tutorial-create-new-site.html
    index fd952d2866..94acc30d61 100644
    --- a/docs/ru/1.9.x/tutorial-create-new-site.html
    +++ b/docs/ru/1.9.x/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/ru/1.9.x/tutorial-create-new-site/index.html b/docs/ru/1.9.x/tutorial-create-new-site/index.html index fd952d2866..94acc30d61 100644 --- a/docs/ru/1.9.x/tutorial-create-new-site/index.html +++ b/docs/ru/1.9.x/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/ru/1.9.x/tutorial-create-pages.html b/docs/ru/1.9.x/tutorial-create-pages.html index 088359d4b5..9e0d4bd103 100644 --- a/docs/ru/1.9.x/tutorial-create-pages.html +++ b/docs/ru/1.9.x/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Создайте новый файл в каталоге docs с именем doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ru/1.9.x/tutorial-create-pages/index.html b/docs/ru/1.9.x/tutorial-create-pages/index.html index 088359d4b5..9e0d4bd103 100644 --- a/docs/ru/1.9.x/tutorial-create-pages/index.html +++ b/docs/ru/1.9.x/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Создайте новый файл в каталоге docs с именем doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ru/1.9.x/tutorial-publish-site.html b/docs/ru/1.9.x/tutorial-publish-site.html index 112a024ad7..0aa7c17d58 100644 --- a/docs/ru/1.9.x/tutorial-publish-site.html +++ b/docs/ru/1.9.x/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ru/1.9.x/tutorial-publish-site/index.html b/docs/ru/1.9.x/tutorial-publish-site/index.html index 112a024ad7..0aa7c17d58 100644 --- a/docs/ru/1.9.x/tutorial-publish-site/index.html +++ b/docs/ru/1.9.x/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ru/1.9.x/tutorial-setup.html b/docs/ru/1.9.x/tutorial-setup.html index 71a63ed781..473c348055 100644 --- a/docs/ru/1.9.x/tutorial-setup.html +++ b/docs/ru/1.9.x/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/ru/1.9.x/tutorial-setup/index.html b/docs/ru/1.9.x/tutorial-setup/index.html index 71a63ed781..473c348055 100644 --- a/docs/ru/1.9.x/tutorial-setup/index.html +++ b/docs/ru/1.9.x/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/ru/1.9.x/tutorial-version.html b/docs/ru/1.9.x/tutorial-version.html index 373687108d..a2162299f0 100644 --- a/docs/ru/1.9.x/tutorial-version.html +++ b/docs/ru/1.9.x/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.docImage}

    Выпуск версии

    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/ru/1.9.x/tutorial-version/index.html b/docs/ru/1.9.x/tutorial-version/index.html
    index 373687108d..a2162299f0 100644
    --- a/docs/ru/1.9.x/tutorial-version/index.html
    +++ b/docs/ru/1.9.x/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.docImage}

    Выпуск версии

    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/ru/next/tutorial-create-new-site.html b/docs/ru/next/tutorial-create-new-site.html
    index d2000d42b6..c9ef783269 100644
    --- a/docs/ru/next/tutorial-create-new-site.html
    +++ b/docs/ru/next/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    Создание нового сайта

    In this section, we'll get our Docusaurus site up and running for local development. The process only takes a few minutes.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. cd to the directory of your local repository.
    2. diff --git a/docs/ru/next/tutorial-create-new-site/index.html b/docs/ru/next/tutorial-create-new-site/index.html index d2000d42b6..c9ef783269 100644 --- a/docs/ru/next/tutorial-create-new-site/index.html +++ b/docs/ru/next/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Создание нового сайта

    In this section, we'll get our Docusaurus site up and running for local development. The process only takes a few minutes.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. cd to the directory of your local repository.
    2. diff --git a/docs/ru/next/tutorial-create-pages.html b/docs/ru/next/tutorial-create-pages.html index 0a2186990a..c1057783ea 100644 --- a/docs/ru/next/tutorial-create-pages.html +++ b/docs/ru/next/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Создание страниц

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Create a Regular Page

    1. In the website/pages/en directory of your repository, save a text file called hello-world.js with the following contents:

      @@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc9.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ru/next/tutorial-create-pages/index.html b/docs/ru/next/tutorial-create-pages/index.html index 0a2186990a..c1057783ea 100644 --- a/docs/ru/next/tutorial-create-pages/index.html +++ b/docs/ru/next/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Создание страниц

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Create a Regular Page

    1. In the website/pages/en directory of your repository, save a text file called hello-world.js with the following contents:

      @@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc9.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ru/next/tutorial-publish-site.html b/docs/ru/next/tutorial-publish-site.html index f117058c67..28b4ecd2a2 100644 --- a/docs/ru/next/tutorial-publish-site.html +++ b/docs/ru/next/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Публикация сайта · Docusaurus
    Translate

    Публикация сайта

    Docusaurus Facebook

    +
    Translate

    Публикация сайта

    Docusaurus Facebook {.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/ru/next/tutorial-publish-site/index.html b/docs/ru/next/tutorial-publish-site/index.html index f117058c67..28b4ecd2a2 100644 --- a/docs/ru/next/tutorial-publish-site/index.html +++ b/docs/ru/next/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Публикация сайта · Docusaurus
    Translate

    Публикация сайта

    Docusaurus Facebook

    +
    Translate

    Публикация сайта

    Docusaurus Facebook {.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/ru/next/tutorial-setup.html b/docs/ru/next/tutorial-setup.html index 12bda49bc4..1e7398fff4 100644 --- a/docs/ru/next/tutorial-setup.html +++ b/docs/ru/next/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    Настройка

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.

    Install Node.js

    @@ -116,7 +116,7 @@ v8.15.1
  • Type a repository name without spaces. For example, docusaurus-tutorial.
  • Click Create repository (without .gitignore and without a license).
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. In Terminal or Git Bash, cd to a directory where the local clone will be a subdirectory.
    diff --git a/docs/ru/next/tutorial-setup/index.html b/docs/ru/next/tutorial-setup/index.html index 12bda49bc4..1e7398fff4 100644 --- a/docs/ru/next/tutorial-setup/index.html +++ b/docs/ru/next/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Настройка

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.

    Install Node.js

    @@ -116,7 +116,7 @@ v8.15.1
  • Type a repository name without spaces. For example, docusaurus-tutorial.
  • Click Create repository (without .gitignore and without a license).
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. In Terminal or Git Bash, cd to a directory where the local clone will be a subdirectory.
    diff --git a/docs/ru/next/tutorial-version.html b/docs/ru/next/tutorial-version.html index 0af2d4cb1c..cc3c5d2bc4 100644 --- a/docs/ru/next/tutorial-version.html +++ b/docs/ru/next/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    Добавление версий

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.docImage}

    Выпуск версии

    Убедитесь, что вас удовлетворяет текущее состояние документации и вы хотите зафиксировать его как документацию v1.0.0. First you cd to the website directory and run the following command.

    npm run examples versions
    diff --git a/docs/ru/next/tutorial-version/index.html b/docs/ru/next/tutorial-version/index.html
    index 0af2d4cb1c..cc3c5d2bc4 100644
    --- a/docs/ru/next/tutorial-version/index.html
    +++ b/docs/ru/next/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    Добавление версий

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.docImage}

    Выпуск версии

    Убедитесь, что вас удовлетворяет текущее состояние документации и вы хотите зафиксировать его как документацию v1.0.0. First you cd to the website directory and run the following command.

    npm run examples versions
    diff --git a/docs/ru/tutorial-create-new-site.html b/docs/ru/tutorial-create-new-site.html
    index 5358b5e246..be74605548 100644
    --- a/docs/ru/tutorial-create-new-site.html
    +++ b/docs/ru/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. cd to the directory of your local repository.
    2. diff --git a/docs/ru/tutorial-create-new-site/index.html b/docs/ru/tutorial-create-new-site/index.html index 5358b5e246..be74605548 100644 --- a/docs/ru/tutorial-create-new-site/index.html +++ b/docs/ru/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. cd to the directory of your local repository.
    2. diff --git a/docs/ru/tutorial-create-pages.html b/docs/ru/tutorial-create-pages.html index 4fea8c1670..71316cf59a 100644 --- a/docs/ru/tutorial-create-pages.html +++ b/docs/ru/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Create a Regular Page

    1. In the website/pages/en directory of your repository, save a text file called hello-world.js with the following contents:

      @@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc9.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ru/tutorial-create-pages/index.html b/docs/ru/tutorial-create-pages/index.html index 4fea8c1670..71316cf59a 100644 --- a/docs/ru/tutorial-create-pages/index.html +++ b/docs/ru/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Create a Regular Page

    1. In the website/pages/en directory of your repository, save a text file called hello-world.js with the following contents:

      @@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc9.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/ru/tutorial-publish-site.html b/docs/ru/tutorial-publish-site.html index 8e85aa0c41..a8868a8f61 100644 --- a/docs/ru/tutorial-publish-site.html +++ b/docs/ru/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ru/tutorial-publish-site/index.html b/docs/ru/tutorial-publish-site/index.html index 8e85aa0c41..a8868a8f61 100644 --- a/docs/ru/tutorial-publish-site/index.html +++ b/docs/ru/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/ru/tutorial-setup.html b/docs/ru/tutorial-setup.html index e75ae4d0c9..128314c7c8 100644 --- a/docs/ru/tutorial-setup.html +++ b/docs/ru/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.

    Install Node.js

    @@ -116,7 +116,7 @@ v8.15.1
  • Type a repository name without spaces. For example, docusaurus-tutorial.
  • Click Create repository (without .gitignore and without a license).
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. In Terminal or Git Bash, cd to a directory where the local clone will be a subdirectory.
    diff --git a/docs/ru/tutorial-setup/index.html b/docs/ru/tutorial-setup/index.html index e75ae4d0c9..128314c7c8 100644 --- a/docs/ru/tutorial-setup/index.html +++ b/docs/ru/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.

    Install Node.js

    @@ -116,7 +116,7 @@ v8.15.1
  • Type a repository name without spaces. For example, docusaurus-tutorial.
  • Click Create repository (without .gitignore and without a license).
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. In Terminal or Git Bash, cd to a directory where the local clone will be a subdirectory.
    diff --git a/docs/ru/tutorial-version.html b/docs/ru/tutorial-version.html index 3f89ccf0b1..fbc4470800 100644 --- a/docs/ru/tutorial-version.html +++ b/docs/ru/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.docImage}

    Выпуск версии

    Убедитесь, что вас удовлетворяет текущее состояние документации и вы хотите зафиксировать его как документацию v1.0.0. First you cd to the website directory and run the following command.

    npm run examples versions
    diff --git a/docs/ru/tutorial-version/index.html b/docs/ru/tutorial-version/index.html
    index 3f89ccf0b1..fbc4470800 100644
    --- a/docs/ru/tutorial-version/index.html
    +++ b/docs/ru/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.docImage}

    Выпуск версии

    Убедитесь, что вас удовлетворяет текущее состояние документации и вы хотите зафиксировать его как документацию v1.0.0. First you cd to the website directory and run the following command.

    npm run examples versions
    diff --git a/docs/zh-CN/1.10.x/tutorial-create-new-site.html b/docs/zh-CN/1.10.x/tutorial-create-new-site.html
    index 61242c82e2..9505bc5f57 100644
    --- a/docs/zh-CN/1.10.x/tutorial-create-new-site.html
    +++ b/docs/zh-CN/1.10.x/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/zh-CN/1.10.x/tutorial-create-new-site/index.html b/docs/zh-CN/1.10.x/tutorial-create-new-site/index.html index 61242c82e2..9505bc5f57 100644 --- a/docs/zh-CN/1.10.x/tutorial-create-new-site/index.html +++ b/docs/zh-CN/1.10.x/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/zh-CN/1.10.x/tutorial-create-pages.html b/docs/zh-CN/1.10.x/tutorial-create-pages.html index 039d7a1a24..95d99c0a2b 100644 --- a/docs/zh-CN/1.10.x/tutorial-create-pages.html +++ b/docs/zh-CN/1.10.x/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/zh-CN/1.10.x/tutorial-create-pages/index.html b/docs/zh-CN/1.10.x/tutorial-create-pages/index.html index 039d7a1a24..95d99c0a2b 100644 --- a/docs/zh-CN/1.10.x/tutorial-create-pages/index.html +++ b/docs/zh-CN/1.10.x/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/zh-CN/1.10.x/tutorial-publish-site.html b/docs/zh-CN/1.10.x/tutorial-publish-site.html index 0b937ba93e..719e764f51 100644 --- a/docs/zh-CN/1.10.x/tutorial-publish-site.html +++ b/docs/zh-CN/1.10.x/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/zh-CN/1.10.x/tutorial-publish-site/index.html b/docs/zh-CN/1.10.x/tutorial-publish-site/index.html index 0b937ba93e..719e764f51 100644 --- a/docs/zh-CN/1.10.x/tutorial-publish-site/index.html +++ b/docs/zh-CN/1.10.x/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/zh-CN/1.10.x/tutorial-setup.html b/docs/zh-CN/1.10.x/tutorial-setup.html index 06b9f0bd5d..b3a4497036 100644 --- a/docs/zh-CN/1.10.x/tutorial-setup.html +++ b/docs/zh-CN/1.10.x/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/zh-CN/1.10.x/tutorial-setup/index.html b/docs/zh-CN/1.10.x/tutorial-setup/index.html index 06b9f0bd5d..b3a4497036 100644 --- a/docs/zh-CN/1.10.x/tutorial-setup/index.html +++ b/docs/zh-CN/1.10.x/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/zh-CN/1.10.x/tutorial-version.html b/docs/zh-CN/1.10.x/tutorial-version.html index 49045fcfb7..7d02004138 100644 --- a/docs/zh-CN/1.10.x/tutorial-version.html +++ b/docs/zh-CN/1.10.x/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/zh-CN/1.10.x/tutorial-version/index.html b/docs/zh-CN/1.10.x/tutorial-version/index.html
    index 49045fcfb7..7d02004138 100644
    --- a/docs/zh-CN/1.10.x/tutorial-version/index.html
    +++ b/docs/zh-CN/1.10.x/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/zh-CN/1.11.x/tutorial-create-new-site.html b/docs/zh-CN/1.11.x/tutorial-create-new-site.html
    index 34b223cc3e..24ec233409 100644
    --- a/docs/zh-CN/1.11.x/tutorial-create-new-site.html
    +++ b/docs/zh-CN/1.11.x/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/zh-CN/1.11.x/tutorial-create-new-site/index.html b/docs/zh-CN/1.11.x/tutorial-create-new-site/index.html index 34b223cc3e..24ec233409 100644 --- a/docs/zh-CN/1.11.x/tutorial-create-new-site/index.html +++ b/docs/zh-CN/1.11.x/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/zh-CN/1.11.x/tutorial-create-pages.html b/docs/zh-CN/1.11.x/tutorial-create-pages.html index c06166bcff..32d1dcb988 100644 --- a/docs/zh-CN/1.11.x/tutorial-create-pages.html +++ b/docs/zh-CN/1.11.x/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/zh-CN/1.11.x/tutorial-create-pages/index.html b/docs/zh-CN/1.11.x/tutorial-create-pages/index.html index c06166bcff..32d1dcb988 100644 --- a/docs/zh-CN/1.11.x/tutorial-create-pages/index.html +++ b/docs/zh-CN/1.11.x/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/zh-CN/1.11.x/tutorial-publish-site.html b/docs/zh-CN/1.11.x/tutorial-publish-site.html index 345d9b330b..3681495e9b 100644 --- a/docs/zh-CN/1.11.x/tutorial-publish-site.html +++ b/docs/zh-CN/1.11.x/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/zh-CN/1.11.x/tutorial-publish-site/index.html b/docs/zh-CN/1.11.x/tutorial-publish-site/index.html index 345d9b330b..3681495e9b 100644 --- a/docs/zh-CN/1.11.x/tutorial-publish-site/index.html +++ b/docs/zh-CN/1.11.x/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/zh-CN/1.11.x/tutorial-setup.html b/docs/zh-CN/1.11.x/tutorial-setup.html index c30f0fe2e3..c91e36ebd0 100644 --- a/docs/zh-CN/1.11.x/tutorial-setup.html +++ b/docs/zh-CN/1.11.x/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/zh-CN/1.11.x/tutorial-setup/index.html b/docs/zh-CN/1.11.x/tutorial-setup/index.html index c30f0fe2e3..c91e36ebd0 100644 --- a/docs/zh-CN/1.11.x/tutorial-setup/index.html +++ b/docs/zh-CN/1.11.x/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/zh-CN/1.11.x/tutorial-version.html b/docs/zh-CN/1.11.x/tutorial-version.html index ca4a18ecb8..ea7f3bdb07 100644 --- a/docs/zh-CN/1.11.x/tutorial-version.html +++ b/docs/zh-CN/1.11.x/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/zh-CN/1.11.x/tutorial-version/index.html b/docs/zh-CN/1.11.x/tutorial-version/index.html
    index ca4a18ecb8..ea7f3bdb07 100644
    --- a/docs/zh-CN/1.11.x/tutorial-version/index.html
    +++ b/docs/zh-CN/1.11.x/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/zh-CN/1.12.0/tutorial-create-new-site.html b/docs/zh-CN/1.12.0/tutorial-create-new-site.html
    index 01c14f2491..40d34fb681 100644
    --- a/docs/zh-CN/1.12.0/tutorial-create-new-site.html
    +++ b/docs/zh-CN/1.12.0/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/zh-CN/1.12.0/tutorial-create-new-site/index.html b/docs/zh-CN/1.12.0/tutorial-create-new-site/index.html index 01c14f2491..40d34fb681 100644 --- a/docs/zh-CN/1.12.0/tutorial-create-new-site/index.html +++ b/docs/zh-CN/1.12.0/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/zh-CN/1.12.0/tutorial-create-pages.html b/docs/zh-CN/1.12.0/tutorial-create-pages.html index 9b58387ca9..ef7ce17a6c 100644 --- a/docs/zh-CN/1.12.0/tutorial-create-pages.html +++ b/docs/zh-CN/1.12.0/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/zh-CN/1.12.0/tutorial-create-pages/index.html b/docs/zh-CN/1.12.0/tutorial-create-pages/index.html index 9b58387ca9..ef7ce17a6c 100644 --- a/docs/zh-CN/1.12.0/tutorial-create-pages/index.html +++ b/docs/zh-CN/1.12.0/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/zh-CN/1.12.0/tutorial-publish-site.html b/docs/zh-CN/1.12.0/tutorial-publish-site.html index e2752d5756..32109480ba 100644 --- a/docs/zh-CN/1.12.0/tutorial-publish-site.html +++ b/docs/zh-CN/1.12.0/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/zh-CN/1.12.0/tutorial-publish-site/index.html b/docs/zh-CN/1.12.0/tutorial-publish-site/index.html index e2752d5756..32109480ba 100644 --- a/docs/zh-CN/1.12.0/tutorial-publish-site/index.html +++ b/docs/zh-CN/1.12.0/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/zh-CN/1.12.0/tutorial-setup.html b/docs/zh-CN/1.12.0/tutorial-setup.html index e286ae319e..325e92c991 100644 --- a/docs/zh-CN/1.12.0/tutorial-setup.html +++ b/docs/zh-CN/1.12.0/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/zh-CN/1.12.0/tutorial-setup/index.html b/docs/zh-CN/1.12.0/tutorial-setup/index.html index e286ae319e..325e92c991 100644 --- a/docs/zh-CN/1.12.0/tutorial-setup/index.html +++ b/docs/zh-CN/1.12.0/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/zh-CN/1.12.0/tutorial-version.html b/docs/zh-CN/1.12.0/tutorial-version.html index 5275a80dba..aaaa27518b 100644 --- a/docs/zh-CN/1.12.0/tutorial-version.html +++ b/docs/zh-CN/1.12.0/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/zh-CN/1.12.0/tutorial-version/index.html b/docs/zh-CN/1.12.0/tutorial-version/index.html
    index 5275a80dba..aaaa27518b 100644
    --- a/docs/zh-CN/1.12.0/tutorial-version/index.html
    +++ b/docs/zh-CN/1.12.0/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/zh-CN/1.9.x/tutorial-create-new-site.html b/docs/zh-CN/1.9.x/tutorial-create-new-site.html
    index 81defc0983..031abcd72d 100644
    --- a/docs/zh-CN/1.9.x/tutorial-create-new-site.html
    +++ b/docs/zh-CN/1.9.x/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/zh-CN/1.9.x/tutorial-create-new-site/index.html b/docs/zh-CN/1.9.x/tutorial-create-new-site/index.html index 81defc0983..031abcd72d 100644 --- a/docs/zh-CN/1.9.x/tutorial-create-new-site/index.html +++ b/docs/zh-CN/1.9.x/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. Execute the docusaurus-init command in your terminal.
    2. diff --git a/docs/zh-CN/1.9.x/tutorial-create-pages.html b/docs/zh-CN/1.9.x/tutorial-create-pages.html index 509deb6cc2..83ea940580 100644 --- a/docs/zh-CN/1.9.x/tutorial-create-pages.html +++ b/docs/zh-CN/1.9.x/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/zh-CN/1.9.x/tutorial-create-pages/index.html b/docs/zh-CN/1.9.x/tutorial-create-pages/index.html index 509deb6cc2..83ea940580 100644 --- a/docs/zh-CN/1.9.x/tutorial-create-pages/index.html +++ b/docs/zh-CN/1.9.x/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Creating a Regular Page

    1. Go into the pages/en directory and create a file called hello-world.js with the following contents:

      @@ -109,7 +109,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc4.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/zh-CN/1.9.x/tutorial-publish-site.html b/docs/zh-CN/1.9.x/tutorial-publish-site.html index 2749352772..999f279771 100644 --- a/docs/zh-CN/1.9.x/tutorial-publish-site.html +++ b/docs/zh-CN/1.9.x/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/zh-CN/1.9.x/tutorial-publish-site/index.html b/docs/zh-CN/1.9.x/tutorial-publish-site/index.html index 2749352772..999f279771 100644 --- a/docs/zh-CN/1.9.x/tutorial-publish-site/index.html +++ b/docs/zh-CN/1.9.x/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/zh-CN/1.9.x/tutorial-setup.html b/docs/zh-CN/1.9.x/tutorial-setup.html index 8a5150b983..8e641c35ef 100644 --- a/docs/zh-CN/1.9.x/tutorial-setup.html +++ b/docs/zh-CN/1.9.x/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/zh-CN/1.9.x/tutorial-setup/index.html b/docs/zh-CN/1.9.x/tutorial-setup/index.html index 8a5150b983..8e641c35ef 100644 --- a/docs/zh-CN/1.9.x/tutorial-setup/index.html +++ b/docs/zh-CN/1.9.x/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.1
  • Name your repository without spaces. For e.g. docusaurus-tutorial.
  • Proceed to create the repository without adding .gitignore or a license.
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. Clone your repository to your local machine:
    diff --git a/docs/zh-CN/1.9.x/tutorial-version.html b/docs/zh-CN/1.9.x/tutorial-version.html index 3ae1c81a3c..8e302fd45a 100644 --- a/docs/zh-CN/1.9.x/tutorial-version.html +++ b/docs/zh-CN/1.9.x/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/zh-CN/1.9.x/tutorial-version/index.html b/docs/zh-CN/1.9.x/tutorial-version/index.html
    index 3ae1c81a3c..8e302fd45a 100644
    --- a/docs/zh-CN/1.9.x/tutorial-version/index.html
    +++ b/docs/zh-CN/1.9.x/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/zh-CN/next/tutorial-create-new-site.html b/docs/zh-CN/next/tutorial-create-new-site.html
    index 81e1912feb..d137584021 100644
    --- a/docs/zh-CN/next/tutorial-create-new-site.html
    +++ b/docs/zh-CN/next/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. cd to the directory of your local repository.
    2. diff --git a/docs/zh-CN/next/tutorial-create-new-site/index.html b/docs/zh-CN/next/tutorial-create-new-site/index.html index 81e1912feb..d137584021 100644 --- a/docs/zh-CN/next/tutorial-create-new-site/index.html +++ b/docs/zh-CN/next/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. cd to the directory of your local repository.
    2. diff --git a/docs/zh-CN/next/tutorial-create-pages.html b/docs/zh-CN/next/tutorial-create-pages.html index 9957a12ced..f9ecad6693 100644 --- a/docs/zh-CN/next/tutorial-create-pages.html +++ b/docs/zh-CN/next/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Create a Regular Page

    1. In the website/pages/en directory of your repository, save a text file called hello-world.js with the following contents:

      @@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc9.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/zh-CN/next/tutorial-create-pages/index.html b/docs/zh-CN/next/tutorial-create-pages/index.html index 9957a12ced..f9ecad6693 100644 --- a/docs/zh-CN/next/tutorial-create-pages/index.html +++ b/docs/zh-CN/next/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Create a Regular Page

    1. In the website/pages/en directory of your repository, save a text file called hello-world.js with the following contents:

      @@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc9.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/zh-CN/next/tutorial-publish-site.html b/docs/zh-CN/next/tutorial-publish-site.html index ed5afacd82..fa749c1b84 100644 --- a/docs/zh-CN/next/tutorial-publish-site.html +++ b/docs/zh-CN/next/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/zh-CN/next/tutorial-publish-site/index.html b/docs/zh-CN/next/tutorial-publish-site/index.html index ed5afacd82..fa749c1b84 100644 --- a/docs/zh-CN/next/tutorial-publish-site/index.html +++ b/docs/zh-CN/next/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/zh-CN/next/tutorial-setup.html b/docs/zh-CN/next/tutorial-setup.html index e3d540a1bc..ac59f6b956 100644 --- a/docs/zh-CN/next/tutorial-setup.html +++ b/docs/zh-CN/next/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.

    Install Node.js

    @@ -116,7 +116,7 @@ v8.15.1
  • Type a repository name without spaces. For example, docusaurus-tutorial.
  • Click Create repository (without .gitignore and without a license).
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. In Terminal or Git Bash, cd to a directory where the local clone will be a subdirectory.
    diff --git a/docs/zh-CN/next/tutorial-setup/index.html b/docs/zh-CN/next/tutorial-setup/index.html index e3d540a1bc..ac59f6b956 100644 --- a/docs/zh-CN/next/tutorial-setup/index.html +++ b/docs/zh-CN/next/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.

    Install Node.js

    @@ -116,7 +116,7 @@ v8.15.1
  • Type a repository name without spaces. For example, docusaurus-tutorial.
  • Click Create repository (without .gitignore and without a license).
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. In Terminal or Git Bash, cd to a directory where the local clone will be a subdirectory.
    diff --git a/docs/zh-CN/next/tutorial-version.html b/docs/zh-CN/next/tutorial-version.html index 64ffcb39ae..100a438768 100644 --- a/docs/zh-CN/next/tutorial-version.html +++ b/docs/zh-CN/next/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/zh-CN/next/tutorial-version/index.html b/docs/zh-CN/next/tutorial-version/index.html
    index 64ffcb39ae..100a438768 100644
    --- a/docs/zh-CN/next/tutorial-version/index.html
    +++ b/docs/zh-CN/next/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/zh-CN/tutorial-create-new-site.html b/docs/zh-CN/tutorial-create-new-site.html
    index 97f81356be..c7dd1a040d 100644
    --- a/docs/zh-CN/tutorial-create-new-site.html
    +++ b/docs/zh-CN/tutorial-create-new-site.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. cd to the directory of your local repository.
    2. diff --git a/docs/zh-CN/tutorial-create-new-site/index.html b/docs/zh-CN/tutorial-create-new-site/index.html index 97f81356be..c7dd1a040d 100644 --- a/docs/zh-CN/tutorial-create-new-site/index.html +++ b/docs/zh-CN/tutorial-create-new-site/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus browser

    +

    Docusaurus browser {.docImage}

    Scaffold the Site

    1. cd to the directory of your local repository.
    2. diff --git a/docs/zh-CN/tutorial-create-pages.html b/docs/zh-CN/tutorial-create-pages.html index f0fda079c4..67cfd129a8 100644 --- a/docs/zh-CN/tutorial-create-pages.html +++ b/docs/zh-CN/tutorial-create-pages.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Create a Regular Page

    1. In the website/pages/en directory of your repository, save a text file called hello-world.js with the following contents:

      @@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc9.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/zh-CN/tutorial-create-pages/index.html b/docs/zh-CN/tutorial-create-pages/index.html index f0fda079c4..67cfd129a8 100644 --- a/docs/zh-CN/tutorial-create-pages/index.html +++ b/docs/zh-CN/tutorial-create-pages/index.html @@ -81,7 +81,7 @@ } });
    Translate

    Create Pages

    In this section, we will learn about creating two types of pages in Docusaurus: a regular page and a documentation page.

    -

    Docusaurus MacBook

    +

    Docusaurus MacBook {.docImage}

    Create a Regular Page

    1. In the website/pages/en directory of your repository, save a text file called hello-world.js with the following contents:

      @@ -112,7 +112,7 @@ return ( + <p>I can write JSX here!</p>

      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.

      -

      Docusaurus React

      +

      Docusaurus React {.docImage}

      Create a Documentation Page

      1. Create a new file in the docs folder called doc9.md. The docs folder is in the root of your Docusaurus project, one level above website.

      2. diff --git a/docs/zh-CN/tutorial-publish-site.html b/docs/zh-CN/tutorial-publish-site.html index c43d34f435..c6c1a2aaa9 100644 --- a/docs/zh-CN/tutorial-publish-site.html +++ b/docs/zh-CN/tutorial-publish-site.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/zh-CN/tutorial-publish-site/index.html b/docs/zh-CN/tutorial-publish-site/index.html index c43d34f435..c6c1a2aaa9 100644 --- a/docs/zh-CN/tutorial-publish-site/index.html +++ b/docs/zh-CN/tutorial-publish-site/index.html @@ -1,4 +1,4 @@ -Publish the Site · Docusaurus
    Translate

    Publish the Site

    Docusaurus Facebook

    +
    Translate

    Publish the Site

    Docusaurus Facebook {.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/zh-CN/tutorial-setup.html b/docs/zh-CN/tutorial-setup.html index 315b8075bd..988500967b 100644 --- a/docs/zh-CN/tutorial-setup.html +++ b/docs/zh-CN/tutorial-setup.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.

    Install Node.js

    @@ -116,7 +116,7 @@ v8.15.1
  • Type a repository name without spaces. For example, docusaurus-tutorial.
  • Click Create repository (without .gitignore and without a license).
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. In Terminal or Git Bash, cd to a directory where the local clone will be a subdirectory.
    diff --git a/docs/zh-CN/tutorial-setup/index.html b/docs/zh-CN/tutorial-setup/index.html index 315b8075bd..988500967b 100644 --- a/docs/zh-CN/tutorial-setup/index.html +++ b/docs/zh-CN/tutorial-setup/index.html @@ -81,7 +81,7 @@ } });
    Translate

    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!

    -

    Docusaurus campfire

    +

    Docusaurus campfire {.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.

    Install Node.js

    @@ -116,7 +116,7 @@ v8.15.1
  • Type a repository name without spaces. For example, docusaurus-tutorial.
  • Click Create repository (without .gitignore and without a license).
  • -

    GitHub create repo

    +

    GitHub create repo {.docImage}

    1. In Terminal or Git Bash, cd to a directory where the local clone will be a subdirectory.
    diff --git a/docs/zh-CN/tutorial-version.html b/docs/zh-CN/tutorial-version.html index 3d67c7a964..d4769c03c3 100644 --- a/docs/zh-CN/tutorial-version.html +++ b/docs/zh-CN/tutorial-version.html @@ -81,7 +81,7 @@ } });
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/zh-CN/tutorial-version/index.html b/docs/zh-CN/tutorial-version/index.html
    index 3d67c7a964..d4769c03c3 100644
    --- a/docs/zh-CN/tutorial-version/index.html
    +++ b/docs/zh-CN/tutorial-version/index.html
    @@ -81,7 +81,7 @@
                   }
                 });
             
    Translate

    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.

    -

    Docusaurus process

    +

    Docusaurus process {.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/en/users.html b/en/users.html
    index 52d0a40c56..0d8926f9c7 100644
    --- a/en/users.html
    +++ b/en/users.html
    @@ -24,7 +24,7 @@
                 languagesDropDown.className = "hide";
               }
             });
    -