diff --git a/docs/en/1.10.x/doc-markdown.html b/docs/en/1.10.x/doc-markdown.html index c7f2860aa8..cea34086e2 100644 --- a/docs/en/1.10.x/doc-markdown.html +++ b/docs/en/1.10.x/doc-markdown.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/en/1.10.x/doc-markdown/index.html b/docs/en/1.10.x/doc-markdown/index.html index c7f2860aa8..cea34086e2 100644 --- a/docs/en/1.10.x/doc-markdown/index.html +++ b/docs/en/1.10.x/doc-markdown/index.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/en/1.11.x/doc-markdown.html b/docs/en/1.11.x/doc-markdown.html index 44b26f2f75..3ab492cb38 100644 --- a/docs/en/1.11.x/doc-markdown.html +++ b/docs/en/1.11.x/doc-markdown.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/en/1.11.x/doc-markdown/index.html b/docs/en/1.11.x/doc-markdown/index.html index 44b26f2f75..3ab492cb38 100644 --- a/docs/en/1.11.x/doc-markdown/index.html +++ b/docs/en/1.11.x/doc-markdown/index.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/en/1.9.x/doc-markdown.html b/docs/en/1.9.x/doc-markdown.html index ae0edd34cf..4781a50dcd 100644 --- a/docs/en/1.9.x/doc-markdown.html +++ b/docs/en/1.9.x/doc-markdown.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/en/1.9.x/doc-markdown/index.html b/docs/en/1.9.x/doc-markdown/index.html index ae0edd34cf..4781a50dcd 100644 --- a/docs/en/1.9.x/doc-markdown/index.html +++ b/docs/en/1.9.x/doc-markdown/index.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/en/doc-markdown.html b/docs/en/doc-markdown.html index 0ba60a2415..b344532a94 100644 --- a/docs/en/doc-markdown.html +++ b/docs/en/doc-markdown.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/en/doc-markdown/index.html b/docs/en/doc-markdown/index.html index 0ba60a2415..b344532a94 100644 --- a/docs/en/doc-markdown/index.html +++ b/docs/en/doc-markdown/index.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/en/next/tutorial-setup.html b/docs/en/next/tutorial-setup.html index f13f68866f..33726cae7a 100644 --- a/docs/en/next/tutorial-setup.html +++ b/docs/en/next/tutorial-setup.html @@ -85,13 +85,10 @@

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. If not already installed, see Installing Git.

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.

-
-

Docusaurus' minimum supported Node.js version is Node 8, but more recent versions will work as well.

-
+

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. Node.js installation includes npm, the package manager that allows you to install NPM modules from your terminal.

  1. Open your Terminal.
  2. -
  3. If you have brew on your OS, run the following command to install Node (a JavaScript runtime that allows you to run JavaScript on the server) and npm the package manager (allows you to install npm modules from your terminal).
  4. +
  5. If you have brew on your OS, run the following command to install Node.
brew install node
 
@@ -104,6 +101,9 @@
node -v
 v8.15.1
 
+
+

Docusaurus' minimum supported Node.js version is Node 8, but more recent versions will work as well.

+

Install Yarn (Optional)

We highly recommend that you install Yarn, an alternative package manager that has superb performance for managing your NPM dependencies. Check it out here.

diff --git a/docs/en/next/tutorial-setup/index.html b/docs/en/next/tutorial-setup/index.html index f13f68866f..33726cae7a 100644 --- a/docs/en/next/tutorial-setup/index.html +++ b/docs/en/next/tutorial-setup/index.html @@ -85,13 +85,10 @@

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. If not already installed, see Installing Git.

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.

-
-

Docusaurus' minimum supported Node.js version is Node 8, but more recent versions will work as well.

-
+

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. Node.js installation includes npm, the package manager that allows you to install NPM modules from your terminal.

  1. Open your Terminal.
  2. -
  3. If you have brew on your OS, run the following command to install Node (a JavaScript runtime that allows you to run JavaScript on the server) and npm the package manager (allows you to install npm modules from your terminal).
  4. +
  5. If you have brew on your OS, run the following command to install Node.
brew install node
 
@@ -104,6 +101,9 @@
node -v
 v8.15.1
 
+
+

Docusaurus' minimum supported Node.js version is Node 8, but more recent versions will work as well.

+

Install Yarn (Optional)

We highly recommend that you install Yarn, an alternative package manager that has superb performance for managing your NPM dependencies. Check it out here.

diff --git a/docs/fr/1.10.x/doc-markdown.html b/docs/fr/1.10.x/doc-markdown.html index b28603d4d4..a94261d96a 100644 --- a/docs/fr/1.10.x/doc-markdown.html +++ b/docs/fr/1.10.x/doc-markdown.html @@ -162,10 +162,10 @@ Texte décrivant ma fonction

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Coloration syntaxique

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/fr/1.10.x/doc-markdown/index.html b/docs/fr/1.10.x/doc-markdown/index.html index b28603d4d4..a94261d96a 100644 --- a/docs/fr/1.10.x/doc-markdown/index.html +++ b/docs/fr/1.10.x/doc-markdown/index.html @@ -162,10 +162,10 @@ Texte décrivant ma fonction

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Coloration syntaxique

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/fr/1.11.x/doc-markdown.html b/docs/fr/1.11.x/doc-markdown.html index e2fc724d98..d48ca313f0 100644 --- a/docs/fr/1.11.x/doc-markdown.html +++ b/docs/fr/1.11.x/doc-markdown.html @@ -162,10 +162,10 @@ Texte décrivant ma fonction

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Coloration syntaxique

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/fr/1.11.x/doc-markdown/index.html b/docs/fr/1.11.x/doc-markdown/index.html index e2fc724d98..d48ca313f0 100644 --- a/docs/fr/1.11.x/doc-markdown/index.html +++ b/docs/fr/1.11.x/doc-markdown/index.html @@ -162,10 +162,10 @@ Texte décrivant ma fonction

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Coloration syntaxique

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/fr/1.9.x/doc-markdown.html b/docs/fr/1.9.x/doc-markdown.html index d713a15975..7dad680e79 100644 --- a/docs/fr/1.9.x/doc-markdown.html +++ b/docs/fr/1.9.x/doc-markdown.html @@ -162,10 +162,10 @@ Texte décrivant ma fonction

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Coloration syntaxique

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/fr/1.9.x/doc-markdown/index.html b/docs/fr/1.9.x/doc-markdown/index.html index d713a15975..7dad680e79 100644 --- a/docs/fr/1.9.x/doc-markdown/index.html +++ b/docs/fr/1.9.x/doc-markdown/index.html @@ -162,10 +162,10 @@ Texte décrivant ma fonction

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Coloration syntaxique

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/fr/doc-markdown.html b/docs/fr/doc-markdown.html index 4c63ea4fa4..ba9c342e83 100644 --- a/docs/fr/doc-markdown.html +++ b/docs/fr/doc-markdown.html @@ -162,10 +162,10 @@ Texte décrivant ma fonction

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Coloration syntaxique

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/fr/doc-markdown/index.html b/docs/fr/doc-markdown/index.html index 4c63ea4fa4..ba9c342e83 100644 --- a/docs/fr/doc-markdown/index.html +++ b/docs/fr/doc-markdown/index.html @@ -162,10 +162,10 @@ Texte décrivant ma fonction

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Coloration syntaxique

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/fr/next/tutorial-setup.html b/docs/fr/next/tutorial-setup.html index bc666399a5..20e57440a6 100644 --- a/docs/fr/next/tutorial-setup.html +++ b/docs/fr/next/tutorial-setup.html @@ -85,13 +85,10 @@

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. If not already installed, see Installing Git.

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.

-
-

Docusaurus' minimum supported Node.js version is Node 8, but more recent versions will work as well.

-
+

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. Node.js installation includes npm, the package manager that allows you to install NPM modules from your terminal.

  1. Open your Terminal.
  2. -
  3. If you have brew on your OS, run the following command to install Node (a JavaScript runtime that allows you to run JavaScript on the server) and npm the package manager (allows you to install npm modules from your terminal).
  4. +
  5. If you have brew on your OS, run the following command to install Node.
brew install node
 
@@ -104,6 +101,9 @@
node -v
 v8.15.1
 
+
+

Docusaurus' minimum supported Node.js version is Node 8, but more recent versions will work as well.

+

Install Yarn (Optional)

We highly recommend that you install Yarn, an alternative package manager that has superb performance for managing your NPM dependencies. Check it out here.

diff --git a/docs/fr/next/tutorial-setup/index.html b/docs/fr/next/tutorial-setup/index.html index bc666399a5..20e57440a6 100644 --- a/docs/fr/next/tutorial-setup/index.html +++ b/docs/fr/next/tutorial-setup/index.html @@ -85,13 +85,10 @@

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. If not already installed, see Installing Git.

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.

-
-

Docusaurus' minimum supported Node.js version is Node 8, but more recent versions will work as well.

-
+

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. Node.js installation includes npm, the package manager that allows you to install NPM modules from your terminal.

  1. Open your Terminal.
  2. -
  3. If you have brew on your OS, run the following command to install Node (a JavaScript runtime that allows you to run JavaScript on the server) and npm the package manager (allows you to install npm modules from your terminal).
  4. +
  5. If you have brew on your OS, run the following command to install Node.
brew install node
 
@@ -104,6 +101,9 @@
node -v
 v8.15.1
 
+
+

Docusaurus' minimum supported Node.js version is Node 8, but more recent versions will work as well.

+

Install Yarn (Optional)

We highly recommend that you install Yarn, an alternative package manager that has superb performance for managing your NPM dependencies. Check it out here.

diff --git a/docs/ko/1.10.x/doc-markdown.html b/docs/ko/1.10.x/doc-markdown.html index 44a6d577af..11dc9299e0 100644 --- a/docs/ko/1.10.x/doc-markdown.html +++ b/docs/ko/1.10.x/doc-markdown.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/ko/1.10.x/doc-markdown/index.html b/docs/ko/1.10.x/doc-markdown/index.html index 44a6d577af..11dc9299e0 100644 --- a/docs/ko/1.10.x/doc-markdown/index.html +++ b/docs/ko/1.10.x/doc-markdown/index.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/ko/1.11.x/doc-markdown.html b/docs/ko/1.11.x/doc-markdown.html index 709b569335..ce37c302f9 100644 --- a/docs/ko/1.11.x/doc-markdown.html +++ b/docs/ko/1.11.x/doc-markdown.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/ko/1.11.x/doc-markdown/index.html b/docs/ko/1.11.x/doc-markdown/index.html index 709b569335..ce37c302f9 100644 --- a/docs/ko/1.11.x/doc-markdown/index.html +++ b/docs/ko/1.11.x/doc-markdown/index.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/ko/1.9.x/doc-markdown.html b/docs/ko/1.9.x/doc-markdown.html index ad21e0f7af..207fd73497 100644 --- a/docs/ko/1.9.x/doc-markdown.html +++ b/docs/ko/1.9.x/doc-markdown.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/ko/1.9.x/doc-markdown/index.html b/docs/ko/1.9.x/doc-markdown/index.html index ad21e0f7af..207fd73497 100644 --- a/docs/ko/1.9.x/doc-markdown/index.html +++ b/docs/ko/1.9.x/doc-markdown/index.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/ko/doc-markdown.html b/docs/ko/doc-markdown.html index dff6f7a04e..f63c2db388 100644 --- a/docs/ko/doc-markdown.html +++ b/docs/ko/doc-markdown.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/ko/doc-markdown/index.html b/docs/ko/doc-markdown/index.html index dff6f7a04e..f63c2db388 100644 --- a/docs/ko/doc-markdown/index.html +++ b/docs/ko/doc-markdown/index.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/ko/next/tutorial-setup.html b/docs/ko/next/tutorial-setup.html index ffa23f829e..20913a9a3b 100644 --- a/docs/ko/next/tutorial-setup.html +++ b/docs/ko/next/tutorial-setup.html @@ -85,13 +85,10 @@

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. If not already installed, see Installing Git.

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.

-
-

Docusaurus' minimum supported Node.js version is Node 8, but more recent versions will work as well.

-
+

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. Node.js installation includes npm, the package manager that allows you to install NPM modules from your terminal.

  1. Open your Terminal.
  2. -
  3. If you have brew on your OS, run the following command to install Node (a JavaScript runtime that allows you to run JavaScript on the server) and npm the package manager (allows you to install npm modules from your terminal).
  4. +
  5. If you have brew on your OS, run the following command to install Node.
brew install node
 
@@ -104,6 +101,9 @@
node -v
 v8.15.1
 
+
+

Docusaurus' minimum supported Node.js version is Node 8, but more recent versions will work as well.

+

Install Yarn (Optional)

We highly recommend that you install Yarn, an alternative package manager that has superb performance for managing your NPM dependencies. Check it out here.

diff --git a/docs/ko/next/tutorial-setup/index.html b/docs/ko/next/tutorial-setup/index.html index ffa23f829e..20913a9a3b 100644 --- a/docs/ko/next/tutorial-setup/index.html +++ b/docs/ko/next/tutorial-setup/index.html @@ -85,13 +85,10 @@

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. If not already installed, see Installing Git.

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.

-
-

Docusaurus' minimum supported Node.js version is Node 8, but more recent versions will work as well.

-
+

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. Node.js installation includes npm, the package manager that allows you to install NPM modules from your terminal.

  1. Open your Terminal.
  2. -
  3. If you have brew on your OS, run the following command to install Node (a JavaScript runtime that allows you to run JavaScript on the server) and npm the package manager (allows you to install npm modules from your terminal).
  4. +
  5. If you have brew on your OS, run the following command to install Node.
brew install node
 
@@ -104,6 +101,9 @@
node -v
 v8.15.1
 
+
+

Docusaurus' minimum supported Node.js version is Node 8, but more recent versions will work as well.

+

Install Yarn (Optional)

We highly recommend that you install Yarn, an alternative package manager that has superb performance for managing your NPM dependencies. Check it out here.

diff --git a/docs/pt-BR/1.10.x/doc-markdown.html b/docs/pt-BR/1.10.x/doc-markdown.html index d47136d8bc..4059288f55 100644 --- a/docs/pt-BR/1.10.x/doc-markdown.html +++ b/docs/pt-BR/1.10.x/doc-markdown.html @@ -162,10 +162,10 @@ Texto descrevendo a função

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Realce de sintaxe

O realce de sintaxe é ativado por padrão em blocos de código cercados. A linguagem já deve ser detectada automaticamente, porém às vezes você pode obter melhores resultados ao se especificar ela. Você pode fazer isso usando uma string informativa, logo após os três acentos graves (também conhecidos como backticks) de abertura. O seguinte exemplo em JavaScript...

diff --git a/docs/pt-BR/1.10.x/doc-markdown/index.html b/docs/pt-BR/1.10.x/doc-markdown/index.html index d47136d8bc..4059288f55 100644 --- a/docs/pt-BR/1.10.x/doc-markdown/index.html +++ b/docs/pt-BR/1.10.x/doc-markdown/index.html @@ -162,10 +162,10 @@ Texto descrevendo a função

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Realce de sintaxe

O realce de sintaxe é ativado por padrão em blocos de código cercados. A linguagem já deve ser detectada automaticamente, porém às vezes você pode obter melhores resultados ao se especificar ela. Você pode fazer isso usando uma string informativa, logo após os três acentos graves (também conhecidos como backticks) de abertura. O seguinte exemplo em JavaScript...

diff --git a/docs/pt-BR/1.11.x/doc-markdown.html b/docs/pt-BR/1.11.x/doc-markdown.html index fbaf43ee97..8e67b74d92 100644 --- a/docs/pt-BR/1.11.x/doc-markdown.html +++ b/docs/pt-BR/1.11.x/doc-markdown.html @@ -162,10 +162,10 @@ Texto descrevendo a função

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Realce de sintaxe

O realce de sintaxe é ativado por padrão em blocos de código cercados. A linguagem já deve ser detectada automaticamente, porém às vezes você pode obter melhores resultados ao se especificar ela. Você pode fazer isso usando uma string informativa, logo após os três acentos graves (também conhecidos como backticks) de abertura. O seguinte exemplo em JavaScript...

diff --git a/docs/pt-BR/1.11.x/doc-markdown/index.html b/docs/pt-BR/1.11.x/doc-markdown/index.html index fbaf43ee97..8e67b74d92 100644 --- a/docs/pt-BR/1.11.x/doc-markdown/index.html +++ b/docs/pt-BR/1.11.x/doc-markdown/index.html @@ -162,10 +162,10 @@ Texto descrevendo a função

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Realce de sintaxe

O realce de sintaxe é ativado por padrão em blocos de código cercados. A linguagem já deve ser detectada automaticamente, porém às vezes você pode obter melhores resultados ao se especificar ela. Você pode fazer isso usando uma string informativa, logo após os três acentos graves (também conhecidos como backticks) de abertura. O seguinte exemplo em JavaScript...

diff --git a/docs/pt-BR/1.9.x/doc-markdown.html b/docs/pt-BR/1.9.x/doc-markdown.html index dbd8b66118..c254469838 100644 --- a/docs/pt-BR/1.9.x/doc-markdown.html +++ b/docs/pt-BR/1.9.x/doc-markdown.html @@ -162,10 +162,10 @@ Texto descrevendo a função

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Realce de sintaxe

O realce de sintaxe é ativado por padrão em blocos de código cercados. A linguagem já deve ser detectada automaticamente, porém às vezes você pode obter melhores resultados ao se especificar ela. Você pode fazer isso usando uma string informativa, logo após os três acentos graves (também conhecidos como backticks) de abertura. O seguinte exemplo em JavaScript...

diff --git a/docs/pt-BR/1.9.x/doc-markdown/index.html b/docs/pt-BR/1.9.x/doc-markdown/index.html index dbd8b66118..c254469838 100644 --- a/docs/pt-BR/1.9.x/doc-markdown/index.html +++ b/docs/pt-BR/1.9.x/doc-markdown/index.html @@ -162,10 +162,10 @@ Texto descrevendo a função

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Realce de sintaxe

O realce de sintaxe é ativado por padrão em blocos de código cercados. A linguagem já deve ser detectada automaticamente, porém às vezes você pode obter melhores resultados ao se especificar ela. Você pode fazer isso usando uma string informativa, logo após os três acentos graves (também conhecidos como backticks) de abertura. O seguinte exemplo em JavaScript...

diff --git a/docs/pt-BR/doc-markdown.html b/docs/pt-BR/doc-markdown.html index 15214c87aa..0344248563 100644 --- a/docs/pt-BR/doc-markdown.html +++ b/docs/pt-BR/doc-markdown.html @@ -162,10 +162,10 @@ Texto descrevendo a função

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Realce de sintaxe

O realce de sintaxe é ativado por padrão em blocos de código cercados. A linguagem já deve ser detectada automaticamente, porém às vezes você pode obter melhores resultados ao se especificar ela. Você pode fazer isso usando uma string informativa, logo após os três acentos graves (também conhecidos como backticks) de abertura. O seguinte exemplo em JavaScript...

diff --git a/docs/pt-BR/doc-markdown/index.html b/docs/pt-BR/doc-markdown/index.html index 15214c87aa..0344248563 100644 --- a/docs/pt-BR/doc-markdown/index.html +++ b/docs/pt-BR/doc-markdown/index.html @@ -162,10 +162,10 @@ Texto descrevendo a função

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Realce de sintaxe

O realce de sintaxe é ativado por padrão em blocos de código cercados. A linguagem já deve ser detectada automaticamente, porém às vezes você pode obter melhores resultados ao se especificar ela. Você pode fazer isso usando uma string informativa, logo após os três acentos graves (também conhecidos como backticks) de abertura. O seguinte exemplo em JavaScript...

diff --git a/docs/pt-BR/next/tutorial-setup.html b/docs/pt-BR/next/tutorial-setup.html index 204c94b587..220ecb3354 100644 --- a/docs/pt-BR/next/tutorial-setup.html +++ b/docs/pt-BR/next/tutorial-setup.html @@ -85,13 +85,10 @@

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. If not already installed, see Installing Git.

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.

-
-

Docusaurus' minimum supported Node.js version is Node 8, but more recent versions will work as well.

-
+

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. Node.js installation includes npm, the package manager that allows you to install NPM modules from your terminal.

  1. Open your Terminal.
  2. -
  3. If you have brew on your OS, run the following command to install Node (a JavaScript runtime that allows you to run JavaScript on the server) and npm the package manager (allows you to install npm modules from your terminal).
  4. +
  5. If you have brew on your OS, run the following command to install Node.
brew install node
 
@@ -104,6 +101,9 @@
node -v
 v8.15.1
 
+
+

Docusaurus' minimum supported Node.js version is Node 8, but more recent versions will work as well.

+

Install Yarn (Optional)

We highly recommend that you install Yarn, an alternative package manager that has superb performance for managing your NPM dependencies. Check it out here.

diff --git a/docs/pt-BR/next/tutorial-setup/index.html b/docs/pt-BR/next/tutorial-setup/index.html index 204c94b587..220ecb3354 100644 --- a/docs/pt-BR/next/tutorial-setup/index.html +++ b/docs/pt-BR/next/tutorial-setup/index.html @@ -85,13 +85,10 @@

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. If not already installed, see Installing Git.

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.

-
-

Docusaurus' minimum supported Node.js version is Node 8, but more recent versions will work as well.

-
+

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. Node.js installation includes npm, the package manager that allows you to install NPM modules from your terminal.

  1. Open your Terminal.
  2. -
  3. If you have brew on your OS, run the following command to install Node (a JavaScript runtime that allows you to run JavaScript on the server) and npm the package manager (allows you to install npm modules from your terminal).
  4. +
  5. If you have brew on your OS, run the following command to install Node.
brew install node
 
@@ -104,6 +101,9 @@
node -v
 v8.15.1
 
+
+

Docusaurus' minimum supported Node.js version is Node 8, but more recent versions will work as well.

+

Install Yarn (Optional)

We highly recommend that you install Yarn, an alternative package manager that has superb performance for managing your NPM dependencies. Check it out here.

diff --git a/docs/ro/1.10.x/adding-blog.html b/docs/ro/1.10.x/adding-blog.html new file mode 100644 index 0000000000..a5e7c196b2 --- /dev/null +++ b/docs/ro/1.10.x/adding-blog.html @@ -0,0 +1,202 @@ +Adding a Blog · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/adding-blog/index.html b/docs/ro/1.10.x/adding-blog/index.html new file mode 100644 index 0000000000..a5e7c196b2 --- /dev/null +++ b/docs/ro/1.10.x/adding-blog/index.html @@ -0,0 +1,202 @@ +Adding a Blog · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/api-pages.html b/docs/ro/1.10.x/api-pages.html new file mode 100644 index 0000000000..d121b568f9 --- /dev/null +++ b/docs/ro/1.10.x/api-pages.html @@ -0,0 +1,274 @@ +Pages and Styles · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/api-pages/index.html b/docs/ro/1.10.x/api-pages/index.html new file mode 100644 index 0000000000..d121b568f9 --- /dev/null +++ b/docs/ro/1.10.x/api-pages/index.html @@ -0,0 +1,274 @@ +Pages and Styles · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/commands.html b/docs/ro/1.10.x/commands.html new file mode 100644 index 0000000000..6993105826 --- /dev/null +++ b/docs/ro/1.10.x/commands.html @@ -0,0 +1,236 @@ +CLI Commands · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/commands/index.html b/docs/ro/1.10.x/commands/index.html new file mode 100644 index 0000000000..6993105826 --- /dev/null +++ b/docs/ro/1.10.x/commands/index.html @@ -0,0 +1,236 @@ +CLI Commands · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/custom-pages.html b/docs/ro/1.10.x/custom-pages.html new file mode 100644 index 0000000000..94428d7c2b --- /dev/null +++ b/docs/ro/1.10.x/custom-pages.html @@ -0,0 +1,154 @@ +Custom Pages · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/custom-pages/index.html b/docs/ro/1.10.x/custom-pages/index.html new file mode 100644 index 0000000000..94428d7c2b --- /dev/null +++ b/docs/ro/1.10.x/custom-pages/index.html @@ -0,0 +1,154 @@ +Custom Pages · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/doc-markdown.html b/docs/ro/1.10.x/doc-markdown.html new file mode 100644 index 0000000000..9df0ab7171 --- /dev/null +++ b/docs/ro/1.10.x/doc-markdown.html @@ -0,0 +1,250 @@ +Markdown Features · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/doc-markdown/index.html b/docs/ro/1.10.x/doc-markdown/index.html new file mode 100644 index 0000000000..9df0ab7171 --- /dev/null +++ b/docs/ro/1.10.x/doc-markdown/index.html @@ -0,0 +1,250 @@ +Markdown Features · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/docker.html b/docs/ro/1.10.x/docker.html new file mode 100644 index 0000000000..421b47fd32 --- /dev/null +++ b/docs/ro/1.10.x/docker.html @@ -0,0 +1,155 @@ +Docker · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/docker/index.html b/docs/ro/1.10.x/docker/index.html new file mode 100644 index 0000000000..421b47fd32 --- /dev/null +++ b/docs/ro/1.10.x/docker/index.html @@ -0,0 +1,155 @@ +Docker · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/installation.html b/docs/ro/1.10.x/installation.html new file mode 100644 index 0000000000..7732b4bc99 --- /dev/null +++ b/docs/ro/1.10.x/installation.html @@ -0,0 +1,194 @@ +Installation · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/installation/index.html b/docs/ro/1.10.x/installation/index.html new file mode 100644 index 0000000000..7732b4bc99 --- /dev/null +++ b/docs/ro/1.10.x/installation/index.html @@ -0,0 +1,194 @@ +Installation · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/navigation.html b/docs/ro/1.10.x/navigation.html new file mode 100644 index 0000000000..0435e65045 --- /dev/null +++ b/docs/ro/1.10.x/navigation.html @@ -0,0 +1,318 @@ +Navigation and Sidebars · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/navigation/index.html b/docs/ro/1.10.x/navigation/index.html new file mode 100644 index 0000000000..0435e65045 --- /dev/null +++ b/docs/ro/1.10.x/navigation/index.html @@ -0,0 +1,318 @@ +Navigation and Sidebars · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/publishing.html b/docs/ro/1.10.x/publishing.html new file mode 100644 index 0000000000..0e8dbe39f3 --- /dev/null +++ b/docs/ro/1.10.x/publishing.html @@ -0,0 +1,345 @@ +Publishing your site · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/publishing/index.html b/docs/ro/1.10.x/publishing/index.html new file mode 100644 index 0000000000..0e8dbe39f3 --- /dev/null +++ b/docs/ro/1.10.x/publishing/index.html @@ -0,0 +1,345 @@ +Publishing your site · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/search.html b/docs/ro/1.10.x/search.html new file mode 100644 index 0000000000..ccba0eadcd --- /dev/null +++ b/docs/ro/1.10.x/search.html @@ -0,0 +1,162 @@ +Enabling Search · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/search/index.html b/docs/ro/1.10.x/search/index.html new file mode 100644 index 0000000000..ccba0eadcd --- /dev/null +++ b/docs/ro/1.10.x/search/index.html @@ -0,0 +1,162 @@ +Enabling Search · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/site-config.html b/docs/ro/1.10.x/site-config.html new file mode 100644 index 0000000000..c03f30fcbb --- /dev/null +++ b/docs/ro/1.10.x/site-config.html @@ -0,0 +1,394 @@ +siteConfig.js · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/site-config/index.html b/docs/ro/1.10.x/site-config/index.html new file mode 100644 index 0000000000..c03f30fcbb --- /dev/null +++ b/docs/ro/1.10.x/site-config/index.html @@ -0,0 +1,394 @@ +siteConfig.js · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/site-creation.html b/docs/ro/1.10.x/site-creation.html new file mode 100644 index 0000000000..cc8667ce74 --- /dev/null +++ b/docs/ro/1.10.x/site-creation.html @@ -0,0 +1,183 @@ +Creating your site · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/site-creation/index.html b/docs/ro/1.10.x/site-creation/index.html new file mode 100644 index 0000000000..cc8667ce74 --- /dev/null +++ b/docs/ro/1.10.x/site-creation/index.html @@ -0,0 +1,183 @@ +Creating your site · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/site-preparation.html b/docs/ro/1.10.x/site-preparation.html new file mode 100644 index 0000000000..9478461515 --- /dev/null +++ b/docs/ro/1.10.x/site-preparation.html @@ -0,0 +1,151 @@ +Site Preparation · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/site-preparation/index.html b/docs/ro/1.10.x/site-preparation/index.html new file mode 100644 index 0000000000..9478461515 --- /dev/null +++ b/docs/ro/1.10.x/site-preparation/index.html @@ -0,0 +1,151 @@ +Site Preparation · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/translation.html b/docs/ro/1.10.x/translation.html new file mode 100644 index 0000000000..283da647bf --- /dev/null +++ b/docs/ro/1.10.x/translation.html @@ -0,0 +1,331 @@ +Translations & Localization · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/translation/index.html b/docs/ro/1.10.x/translation/index.html new file mode 100644 index 0000000000..283da647bf --- /dev/null +++ b/docs/ro/1.10.x/translation/index.html @@ -0,0 +1,331 @@ +Translations & Localization · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/tutorial-create-new-site.html b/docs/ro/1.10.x/tutorial-create-new-site.html new file mode 100644 index 0000000000..5928c38f65 --- /dev/null +++ b/docs/ro/1.10.x/tutorial-create-new-site.html @@ -0,0 +1,162 @@ +Create a New Site · Docusaurus

1.10.x

\ No newline at end of file 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 new file mode 100644 index 0000000000..5928c38f65 --- /dev/null +++ b/docs/ro/1.10.x/tutorial-create-new-site/index.html @@ -0,0 +1,162 @@ +Create a New Site · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/tutorial-create-pages.html b/docs/ro/1.10.x/tutorial-create-pages.html new file mode 100644 index 0000000000..972ebb7065 --- /dev/null +++ b/docs/ro/1.10.x/tutorial-create-pages.html @@ -0,0 +1,181 @@ +Create Pages · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/tutorial-create-pages/index.html b/docs/ro/1.10.x/tutorial-create-pages/index.html new file mode 100644 index 0000000000..972ebb7065 --- /dev/null +++ b/docs/ro/1.10.x/tutorial-create-pages/index.html @@ -0,0 +1,181 @@ +Create Pages · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/tutorial-publish-site.html b/docs/ro/1.10.x/tutorial-publish-site.html new file mode 100644 index 0000000000..91b1b27944 --- /dev/null +++ b/docs/ro/1.10.x/tutorial-publish-site.html @@ -0,0 +1,133 @@ +Publish the Site · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/tutorial-publish-site/index.html b/docs/ro/1.10.x/tutorial-publish-site/index.html new file mode 100644 index 0000000000..91b1b27944 --- /dev/null +++ b/docs/ro/1.10.x/tutorial-publish-site/index.html @@ -0,0 +1,133 @@ +Publish the Site · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/tutorial-setup.html b/docs/ro/1.10.x/tutorial-setup.html new file mode 100644 index 0000000000..239c2accc9 --- /dev/null +++ b/docs/ro/1.10.x/tutorial-setup.html @@ -0,0 +1,162 @@ +Setting Up · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/tutorial-setup/index.html b/docs/ro/1.10.x/tutorial-setup/index.html new file mode 100644 index 0000000000..239c2accc9 --- /dev/null +++ b/docs/ro/1.10.x/tutorial-setup/index.html @@ -0,0 +1,162 @@ +Setting Up · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/tutorial-version.html b/docs/ro/1.10.x/tutorial-version.html new file mode 100644 index 0000000000..a7a64b5289 --- /dev/null +++ b/docs/ro/1.10.x/tutorial-version.html @@ -0,0 +1,139 @@ +Add Versions · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/tutorial-version/index.html b/docs/ro/1.10.x/tutorial-version/index.html new file mode 100644 index 0000000000..a7a64b5289 --- /dev/null +++ b/docs/ro/1.10.x/tutorial-version/index.html @@ -0,0 +1,139 @@ +Add Versions · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/versioning.html b/docs/ro/1.10.x/versioning.html new file mode 100644 index 0000000000..980d6587a5 --- /dev/null +++ b/docs/ro/1.10.x/versioning.html @@ -0,0 +1,164 @@ +Versioning · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.10.x/versioning/index.html b/docs/ro/1.10.x/versioning/index.html new file mode 100644 index 0000000000..980d6587a5 --- /dev/null +++ b/docs/ro/1.10.x/versioning/index.html @@ -0,0 +1,164 @@ +Versioning · Docusaurus

1.10.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/adding-blog.html b/docs/ro/1.11.x/adding-blog.html new file mode 100644 index 0000000000..76fd3acbb3 --- /dev/null +++ b/docs/ro/1.11.x/adding-blog.html @@ -0,0 +1,202 @@ +Adding a Blog · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/adding-blog/index.html b/docs/ro/1.11.x/adding-blog/index.html new file mode 100644 index 0000000000..76fd3acbb3 --- /dev/null +++ b/docs/ro/1.11.x/adding-blog/index.html @@ -0,0 +1,202 @@ +Adding a Blog · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/api-pages.html b/docs/ro/1.11.x/api-pages.html new file mode 100644 index 0000000000..a567ed1dbd --- /dev/null +++ b/docs/ro/1.11.x/api-pages.html @@ -0,0 +1,274 @@ +Pages and Styles · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/api-pages/index.html b/docs/ro/1.11.x/api-pages/index.html new file mode 100644 index 0000000000..a567ed1dbd --- /dev/null +++ b/docs/ro/1.11.x/api-pages/index.html @@ -0,0 +1,274 @@ +Pages and Styles · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/commands.html b/docs/ro/1.11.x/commands.html new file mode 100644 index 0000000000..13ffb360ac --- /dev/null +++ b/docs/ro/1.11.x/commands.html @@ -0,0 +1,236 @@ +CLI Commands · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/commands/index.html b/docs/ro/1.11.x/commands/index.html new file mode 100644 index 0000000000..13ffb360ac --- /dev/null +++ b/docs/ro/1.11.x/commands/index.html @@ -0,0 +1,236 @@ +CLI Commands · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/custom-pages.html b/docs/ro/1.11.x/custom-pages.html new file mode 100644 index 0000000000..1d69433084 --- /dev/null +++ b/docs/ro/1.11.x/custom-pages.html @@ -0,0 +1,155 @@ +Custom Pages · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/custom-pages/index.html b/docs/ro/1.11.x/custom-pages/index.html new file mode 100644 index 0000000000..1d69433084 --- /dev/null +++ b/docs/ro/1.11.x/custom-pages/index.html @@ -0,0 +1,155 @@ +Custom Pages · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/doc-markdown.html b/docs/ro/1.11.x/doc-markdown.html new file mode 100644 index 0000000000..8ef9ab4116 --- /dev/null +++ b/docs/ro/1.11.x/doc-markdown.html @@ -0,0 +1,250 @@ +Markdown Features · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/doc-markdown/index.html b/docs/ro/1.11.x/doc-markdown/index.html new file mode 100644 index 0000000000..8ef9ab4116 --- /dev/null +++ b/docs/ro/1.11.x/doc-markdown/index.html @@ -0,0 +1,250 @@ +Markdown Features · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/docker.html b/docs/ro/1.11.x/docker.html new file mode 100644 index 0000000000..2652fd97bf --- /dev/null +++ b/docs/ro/1.11.x/docker.html @@ -0,0 +1,155 @@ +Docker · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/docker/index.html b/docs/ro/1.11.x/docker/index.html new file mode 100644 index 0000000000..2652fd97bf --- /dev/null +++ b/docs/ro/1.11.x/docker/index.html @@ -0,0 +1,155 @@ +Docker · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/installation.html b/docs/ro/1.11.x/installation.html new file mode 100644 index 0000000000..8134378683 --- /dev/null +++ b/docs/ro/1.11.x/installation.html @@ -0,0 +1,194 @@ +Installation · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/installation/index.html b/docs/ro/1.11.x/installation/index.html new file mode 100644 index 0000000000..8134378683 --- /dev/null +++ b/docs/ro/1.11.x/installation/index.html @@ -0,0 +1,194 @@ +Installation · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/navigation.html b/docs/ro/1.11.x/navigation.html new file mode 100644 index 0000000000..1b2a01f9ba --- /dev/null +++ b/docs/ro/1.11.x/navigation.html @@ -0,0 +1,318 @@ +Navigation and Sidebars · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/navigation/index.html b/docs/ro/1.11.x/navigation/index.html new file mode 100644 index 0000000000..1b2a01f9ba --- /dev/null +++ b/docs/ro/1.11.x/navigation/index.html @@ -0,0 +1,318 @@ +Navigation and Sidebars · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/publishing.html b/docs/ro/1.11.x/publishing.html new file mode 100644 index 0000000000..f22f976166 --- /dev/null +++ b/docs/ro/1.11.x/publishing.html @@ -0,0 +1,345 @@ +Publishing your site · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/publishing/index.html b/docs/ro/1.11.x/publishing/index.html new file mode 100644 index 0000000000..f22f976166 --- /dev/null +++ b/docs/ro/1.11.x/publishing/index.html @@ -0,0 +1,345 @@ +Publishing your site · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/search.html b/docs/ro/1.11.x/search.html new file mode 100644 index 0000000000..cd221395d5 --- /dev/null +++ b/docs/ro/1.11.x/search.html @@ -0,0 +1,162 @@ +Enabling Search · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/search/index.html b/docs/ro/1.11.x/search/index.html new file mode 100644 index 0000000000..cd221395d5 --- /dev/null +++ b/docs/ro/1.11.x/search/index.html @@ -0,0 +1,162 @@ +Enabling Search · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/site-config.html b/docs/ro/1.11.x/site-config.html new file mode 100644 index 0000000000..7d15979394 --- /dev/null +++ b/docs/ro/1.11.x/site-config.html @@ -0,0 +1,404 @@ +siteConfig.js · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/site-config/index.html b/docs/ro/1.11.x/site-config/index.html new file mode 100644 index 0000000000..7d15979394 --- /dev/null +++ b/docs/ro/1.11.x/site-config/index.html @@ -0,0 +1,404 @@ +siteConfig.js · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/site-creation.html b/docs/ro/1.11.x/site-creation.html new file mode 100644 index 0000000000..03a2b8e16e --- /dev/null +++ b/docs/ro/1.11.x/site-creation.html @@ -0,0 +1,183 @@ +Creating your site · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/site-creation/index.html b/docs/ro/1.11.x/site-creation/index.html new file mode 100644 index 0000000000..03a2b8e16e --- /dev/null +++ b/docs/ro/1.11.x/site-creation/index.html @@ -0,0 +1,183 @@ +Creating your site · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/site-preparation.html b/docs/ro/1.11.x/site-preparation.html new file mode 100644 index 0000000000..d9e0db7cf6 --- /dev/null +++ b/docs/ro/1.11.x/site-preparation.html @@ -0,0 +1,151 @@ +Site Preparation · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/site-preparation/index.html b/docs/ro/1.11.x/site-preparation/index.html new file mode 100644 index 0000000000..d9e0db7cf6 --- /dev/null +++ b/docs/ro/1.11.x/site-preparation/index.html @@ -0,0 +1,151 @@ +Site Preparation · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/translation.html b/docs/ro/1.11.x/translation.html new file mode 100644 index 0000000000..8cbbbd4712 --- /dev/null +++ b/docs/ro/1.11.x/translation.html @@ -0,0 +1,331 @@ +Translations & Localization · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/translation/index.html b/docs/ro/1.11.x/translation/index.html new file mode 100644 index 0000000000..8cbbbd4712 --- /dev/null +++ b/docs/ro/1.11.x/translation/index.html @@ -0,0 +1,331 @@ +Translations & Localization · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/tutorial-create-new-site.html b/docs/ro/1.11.x/tutorial-create-new-site.html new file mode 100644 index 0000000000..43c6e24147 --- /dev/null +++ b/docs/ro/1.11.x/tutorial-create-new-site.html @@ -0,0 +1,162 @@ +Create a New Site · Docusaurus

1.11.x

\ No newline at end of file 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 new file mode 100644 index 0000000000..43c6e24147 --- /dev/null +++ b/docs/ro/1.11.x/tutorial-create-new-site/index.html @@ -0,0 +1,162 @@ +Create a New Site · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/tutorial-create-pages.html b/docs/ro/1.11.x/tutorial-create-pages.html new file mode 100644 index 0000000000..3799038607 --- /dev/null +++ b/docs/ro/1.11.x/tutorial-create-pages.html @@ -0,0 +1,181 @@ +Create Pages · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/tutorial-create-pages/index.html b/docs/ro/1.11.x/tutorial-create-pages/index.html new file mode 100644 index 0000000000..3799038607 --- /dev/null +++ b/docs/ro/1.11.x/tutorial-create-pages/index.html @@ -0,0 +1,181 @@ +Create Pages · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/tutorial-publish-site.html b/docs/ro/1.11.x/tutorial-publish-site.html new file mode 100644 index 0000000000..faa713dd99 --- /dev/null +++ b/docs/ro/1.11.x/tutorial-publish-site.html @@ -0,0 +1,133 @@ +Publish the Site · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/tutorial-publish-site/index.html b/docs/ro/1.11.x/tutorial-publish-site/index.html new file mode 100644 index 0000000000..faa713dd99 --- /dev/null +++ b/docs/ro/1.11.x/tutorial-publish-site/index.html @@ -0,0 +1,133 @@ +Publish the Site · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/tutorial-setup.html b/docs/ro/1.11.x/tutorial-setup.html new file mode 100644 index 0000000000..29302c5f80 --- /dev/null +++ b/docs/ro/1.11.x/tutorial-setup.html @@ -0,0 +1,162 @@ +Setting Up · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/tutorial-setup/index.html b/docs/ro/1.11.x/tutorial-setup/index.html new file mode 100644 index 0000000000..29302c5f80 --- /dev/null +++ b/docs/ro/1.11.x/tutorial-setup/index.html @@ -0,0 +1,162 @@ +Setting Up · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/tutorial-version.html b/docs/ro/1.11.x/tutorial-version.html new file mode 100644 index 0000000000..f815ac8685 --- /dev/null +++ b/docs/ro/1.11.x/tutorial-version.html @@ -0,0 +1,139 @@ +Add Versions · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/tutorial-version/index.html b/docs/ro/1.11.x/tutorial-version/index.html new file mode 100644 index 0000000000..f815ac8685 --- /dev/null +++ b/docs/ro/1.11.x/tutorial-version/index.html @@ -0,0 +1,139 @@ +Add Versions · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/versioning.html b/docs/ro/1.11.x/versioning.html new file mode 100644 index 0000000000..153ebd8b16 --- /dev/null +++ b/docs/ro/1.11.x/versioning.html @@ -0,0 +1,164 @@ +Versioning · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.11.x/versioning/index.html b/docs/ro/1.11.x/versioning/index.html new file mode 100644 index 0000000000..153ebd8b16 --- /dev/null +++ b/docs/ro/1.11.x/versioning/index.html @@ -0,0 +1,164 @@ +Versioning · Docusaurus

1.11.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/adding-blog.html b/docs/ro/1.9.x/adding-blog.html new file mode 100644 index 0000000000..40d0453f0d --- /dev/null +++ b/docs/ro/1.9.x/adding-blog.html @@ -0,0 +1,202 @@ +Adding a Blog · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/adding-blog/index.html b/docs/ro/1.9.x/adding-blog/index.html new file mode 100644 index 0000000000..40d0453f0d --- /dev/null +++ b/docs/ro/1.9.x/adding-blog/index.html @@ -0,0 +1,202 @@ +Adding a Blog · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/api-pages.html b/docs/ro/1.9.x/api-pages.html new file mode 100644 index 0000000000..d6e87cbc3e --- /dev/null +++ b/docs/ro/1.9.x/api-pages.html @@ -0,0 +1,274 @@ +Pages and Styles · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/api-pages/index.html b/docs/ro/1.9.x/api-pages/index.html new file mode 100644 index 0000000000..d6e87cbc3e --- /dev/null +++ b/docs/ro/1.9.x/api-pages/index.html @@ -0,0 +1,274 @@ +Pages and Styles · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/commands.html b/docs/ro/1.9.x/commands.html new file mode 100644 index 0000000000..74e332ebc3 --- /dev/null +++ b/docs/ro/1.9.x/commands.html @@ -0,0 +1,235 @@ +CLI Commands · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/commands/index.html b/docs/ro/1.9.x/commands/index.html new file mode 100644 index 0000000000..74e332ebc3 --- /dev/null +++ b/docs/ro/1.9.x/commands/index.html @@ -0,0 +1,235 @@ +CLI Commands · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/custom-pages.html b/docs/ro/1.9.x/custom-pages.html new file mode 100644 index 0000000000..b9fa74359e --- /dev/null +++ b/docs/ro/1.9.x/custom-pages.html @@ -0,0 +1,154 @@ +Custom Pages · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/custom-pages/index.html b/docs/ro/1.9.x/custom-pages/index.html new file mode 100644 index 0000000000..b9fa74359e --- /dev/null +++ b/docs/ro/1.9.x/custom-pages/index.html @@ -0,0 +1,154 @@ +Custom Pages · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/doc-markdown.html b/docs/ro/1.9.x/doc-markdown.html new file mode 100644 index 0000000000..0441b0b1da --- /dev/null +++ b/docs/ro/1.9.x/doc-markdown.html @@ -0,0 +1,250 @@ +Markdown Features · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/doc-markdown/index.html b/docs/ro/1.9.x/doc-markdown/index.html new file mode 100644 index 0000000000..0441b0b1da --- /dev/null +++ b/docs/ro/1.9.x/doc-markdown/index.html @@ -0,0 +1,250 @@ +Markdown Features · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/docker.html b/docs/ro/1.9.x/docker.html new file mode 100644 index 0000000000..bfe187ff0a --- /dev/null +++ b/docs/ro/1.9.x/docker.html @@ -0,0 +1,155 @@ +Docker · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/docker/index.html b/docs/ro/1.9.x/docker/index.html new file mode 100644 index 0000000000..bfe187ff0a --- /dev/null +++ b/docs/ro/1.9.x/docker/index.html @@ -0,0 +1,155 @@ +Docker · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/installation.html b/docs/ro/1.9.x/installation.html new file mode 100644 index 0000000000..d782259024 --- /dev/null +++ b/docs/ro/1.9.x/installation.html @@ -0,0 +1,194 @@ +Installation · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/installation/index.html b/docs/ro/1.9.x/installation/index.html new file mode 100644 index 0000000000..d782259024 --- /dev/null +++ b/docs/ro/1.9.x/installation/index.html @@ -0,0 +1,194 @@ +Installation · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/navigation.html b/docs/ro/1.9.x/navigation.html new file mode 100644 index 0000000000..4e217021b8 --- /dev/null +++ b/docs/ro/1.9.x/navigation.html @@ -0,0 +1,318 @@ +Navigation and Sidebars · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/navigation/index.html b/docs/ro/1.9.x/navigation/index.html new file mode 100644 index 0000000000..4e217021b8 --- /dev/null +++ b/docs/ro/1.9.x/navigation/index.html @@ -0,0 +1,318 @@ +Navigation and Sidebars · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/publishing.html b/docs/ro/1.9.x/publishing.html new file mode 100644 index 0000000000..91ad7ecee7 --- /dev/null +++ b/docs/ro/1.9.x/publishing.html @@ -0,0 +1,345 @@ +Publishing your site · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/publishing/index.html b/docs/ro/1.9.x/publishing/index.html new file mode 100644 index 0000000000..91ad7ecee7 --- /dev/null +++ b/docs/ro/1.9.x/publishing/index.html @@ -0,0 +1,345 @@ +Publishing your site · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/search.html b/docs/ro/1.9.x/search.html new file mode 100644 index 0000000000..15cea5e6f7 --- /dev/null +++ b/docs/ro/1.9.x/search.html @@ -0,0 +1,162 @@ +Enabling Search · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/search/index.html b/docs/ro/1.9.x/search/index.html new file mode 100644 index 0000000000..15cea5e6f7 --- /dev/null +++ b/docs/ro/1.9.x/search/index.html @@ -0,0 +1,162 @@ +Enabling Search · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/site-config.html b/docs/ro/1.9.x/site-config.html new file mode 100644 index 0000000000..c3c8bbd16d --- /dev/null +++ b/docs/ro/1.9.x/site-config.html @@ -0,0 +1,392 @@ +siteConfig.js · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/site-config/index.html b/docs/ro/1.9.x/site-config/index.html new file mode 100644 index 0000000000..c3c8bbd16d --- /dev/null +++ b/docs/ro/1.9.x/site-config/index.html @@ -0,0 +1,392 @@ +siteConfig.js · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/site-creation.html b/docs/ro/1.9.x/site-creation.html new file mode 100644 index 0000000000..c5e8ac047b --- /dev/null +++ b/docs/ro/1.9.x/site-creation.html @@ -0,0 +1,183 @@ +Creating your site · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/site-creation/index.html b/docs/ro/1.9.x/site-creation/index.html new file mode 100644 index 0000000000..c5e8ac047b --- /dev/null +++ b/docs/ro/1.9.x/site-creation/index.html @@ -0,0 +1,183 @@ +Creating your site · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/site-preparation.html b/docs/ro/1.9.x/site-preparation.html new file mode 100644 index 0000000000..58c9ee5a9c --- /dev/null +++ b/docs/ro/1.9.x/site-preparation.html @@ -0,0 +1,151 @@ +Site Preparation · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/site-preparation/index.html b/docs/ro/1.9.x/site-preparation/index.html new file mode 100644 index 0000000000..58c9ee5a9c --- /dev/null +++ b/docs/ro/1.9.x/site-preparation/index.html @@ -0,0 +1,151 @@ +Site Preparation · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/translation.html b/docs/ro/1.9.x/translation.html new file mode 100644 index 0000000000..91396b2c15 --- /dev/null +++ b/docs/ro/1.9.x/translation.html @@ -0,0 +1,331 @@ +Translations & Localization · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/translation/index.html b/docs/ro/1.9.x/translation/index.html new file mode 100644 index 0000000000..91396b2c15 --- /dev/null +++ b/docs/ro/1.9.x/translation/index.html @@ -0,0 +1,331 @@ +Translations & Localization · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/tutorial-create-new-site.html b/docs/ro/1.9.x/tutorial-create-new-site.html new file mode 100644 index 0000000000..7592a6db20 --- /dev/null +++ b/docs/ro/1.9.x/tutorial-create-new-site.html @@ -0,0 +1,162 @@ +Create a New Site · Docusaurus

1.9.x

\ No newline at end of file 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 new file mode 100644 index 0000000000..7592a6db20 --- /dev/null +++ b/docs/ro/1.9.x/tutorial-create-new-site/index.html @@ -0,0 +1,162 @@ +Create a New Site · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/tutorial-create-pages.html b/docs/ro/1.9.x/tutorial-create-pages.html new file mode 100644 index 0000000000..ee25778602 --- /dev/null +++ b/docs/ro/1.9.x/tutorial-create-pages.html @@ -0,0 +1,181 @@ +Create Pages · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/tutorial-create-pages/index.html b/docs/ro/1.9.x/tutorial-create-pages/index.html new file mode 100644 index 0000000000..ee25778602 --- /dev/null +++ b/docs/ro/1.9.x/tutorial-create-pages/index.html @@ -0,0 +1,181 @@ +Create Pages · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/tutorial-publish-site.html b/docs/ro/1.9.x/tutorial-publish-site.html new file mode 100644 index 0000000000..3cc105bbd3 --- /dev/null +++ b/docs/ro/1.9.x/tutorial-publish-site.html @@ -0,0 +1,133 @@ +Publish the Site · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/tutorial-publish-site/index.html b/docs/ro/1.9.x/tutorial-publish-site/index.html new file mode 100644 index 0000000000..3cc105bbd3 --- /dev/null +++ b/docs/ro/1.9.x/tutorial-publish-site/index.html @@ -0,0 +1,133 @@ +Publish the Site · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/tutorial-setup.html b/docs/ro/1.9.x/tutorial-setup.html new file mode 100644 index 0000000000..6f00092c8d --- /dev/null +++ b/docs/ro/1.9.x/tutorial-setup.html @@ -0,0 +1,162 @@ +Setting Up · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/tutorial-setup/index.html b/docs/ro/1.9.x/tutorial-setup/index.html new file mode 100644 index 0000000000..6f00092c8d --- /dev/null +++ b/docs/ro/1.9.x/tutorial-setup/index.html @@ -0,0 +1,162 @@ +Setting Up · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/tutorial-version.html b/docs/ro/1.9.x/tutorial-version.html new file mode 100644 index 0000000000..dc9080408b --- /dev/null +++ b/docs/ro/1.9.x/tutorial-version.html @@ -0,0 +1,139 @@ +Add Versions · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/tutorial-version/index.html b/docs/ro/1.9.x/tutorial-version/index.html new file mode 100644 index 0000000000..dc9080408b --- /dev/null +++ b/docs/ro/1.9.x/tutorial-version/index.html @@ -0,0 +1,139 @@ +Add Versions · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/versioning.html b/docs/ro/1.9.x/versioning.html new file mode 100644 index 0000000000..59f1743c75 --- /dev/null +++ b/docs/ro/1.9.x/versioning.html @@ -0,0 +1,164 @@ +Versioning · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/1.9.x/versioning/index.html b/docs/ro/1.9.x/versioning/index.html new file mode 100644 index 0000000000..59f1743c75 --- /dev/null +++ b/docs/ro/1.9.x/versioning/index.html @@ -0,0 +1,164 @@ +Versioning · Docusaurus

1.9.x

\ No newline at end of file diff --git a/docs/ro/adding-blog.html b/docs/ro/adding-blog.html new file mode 100644 index 0000000000..137e55cacf --- /dev/null +++ b/docs/ro/adding-blog.html @@ -0,0 +1,203 @@ +Adding a Blog · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/adding-blog/index.html b/docs/ro/adding-blog/index.html new file mode 100644 index 0000000000..137e55cacf --- /dev/null +++ b/docs/ro/adding-blog/index.html @@ -0,0 +1,203 @@ +Adding a Blog · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/api-pages.html b/docs/ro/api-pages.html new file mode 100644 index 0000000000..986b9a5258 --- /dev/null +++ b/docs/ro/api-pages.html @@ -0,0 +1,274 @@ +Pages and Styles · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/api-pages/index.html b/docs/ro/api-pages/index.html new file mode 100644 index 0000000000..986b9a5258 --- /dev/null +++ b/docs/ro/api-pages/index.html @@ -0,0 +1,274 @@ +Pages and Styles · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/commands.html b/docs/ro/commands.html new file mode 100644 index 0000000000..59c2f6e293 --- /dev/null +++ b/docs/ro/commands.html @@ -0,0 +1,236 @@ +CLI Commands · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/commands/index.html b/docs/ro/commands/index.html new file mode 100644 index 0000000000..59c2f6e293 --- /dev/null +++ b/docs/ro/commands/index.html @@ -0,0 +1,236 @@ +CLI Commands · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/custom-pages.html b/docs/ro/custom-pages.html new file mode 100644 index 0000000000..69184e36f4 --- /dev/null +++ b/docs/ro/custom-pages.html @@ -0,0 +1,155 @@ +Custom Pages · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/custom-pages/index.html b/docs/ro/custom-pages/index.html new file mode 100644 index 0000000000..69184e36f4 --- /dev/null +++ b/docs/ro/custom-pages/index.html @@ -0,0 +1,155 @@ +Custom Pages · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/doc-markdown.html b/docs/ro/doc-markdown.html new file mode 100644 index 0000000000..8c5b515aa0 --- /dev/null +++ b/docs/ro/doc-markdown.html @@ -0,0 +1,250 @@ +Markdown Features · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/doc-markdown/index.html b/docs/ro/doc-markdown/index.html new file mode 100644 index 0000000000..8c5b515aa0 --- /dev/null +++ b/docs/ro/doc-markdown/index.html @@ -0,0 +1,250 @@ +Markdown Features · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/docker.html b/docs/ro/docker.html new file mode 100644 index 0000000000..656b3945c3 --- /dev/null +++ b/docs/ro/docker.html @@ -0,0 +1,155 @@ +Docker · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/docker/index.html b/docs/ro/docker/index.html new file mode 100644 index 0000000000..656b3945c3 --- /dev/null +++ b/docs/ro/docker/index.html @@ -0,0 +1,155 @@ +Docker · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/installation.html b/docs/ro/installation.html new file mode 100644 index 0000000000..c533b6173b --- /dev/null +++ b/docs/ro/installation.html @@ -0,0 +1,194 @@ +Installation · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/installation/index.html b/docs/ro/installation/index.html new file mode 100644 index 0000000000..c533b6173b --- /dev/null +++ b/docs/ro/installation/index.html @@ -0,0 +1,194 @@ +Installation · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/navigation.html b/docs/ro/navigation.html new file mode 100644 index 0000000000..7ae3d0a559 --- /dev/null +++ b/docs/ro/navigation.html @@ -0,0 +1,318 @@ +Navigation and Sidebars · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/navigation/index.html b/docs/ro/navigation/index.html new file mode 100644 index 0000000000..7ae3d0a559 --- /dev/null +++ b/docs/ro/navigation/index.html @@ -0,0 +1,318 @@ +Navigation and Sidebars · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/next/adding-blog.html b/docs/ro/next/adding-blog.html new file mode 100644 index 0000000000..8caad360b5 --- /dev/null +++ b/docs/ro/next/adding-blog.html @@ -0,0 +1,203 @@ +Adding a Blog · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/adding-blog/index.html b/docs/ro/next/adding-blog/index.html new file mode 100644 index 0000000000..8caad360b5 --- /dev/null +++ b/docs/ro/next/adding-blog/index.html @@ -0,0 +1,203 @@ +Adding a Blog · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/api-pages.html b/docs/ro/next/api-pages.html new file mode 100644 index 0000000000..a84d88b925 --- /dev/null +++ b/docs/ro/next/api-pages.html @@ -0,0 +1,274 @@ +Pages and Styles · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/api-pages/index.html b/docs/ro/next/api-pages/index.html new file mode 100644 index 0000000000..a84d88b925 --- /dev/null +++ b/docs/ro/next/api-pages/index.html @@ -0,0 +1,274 @@ +Pages and Styles · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/commands.html b/docs/ro/next/commands.html new file mode 100644 index 0000000000..9e04ee04fa --- /dev/null +++ b/docs/ro/next/commands.html @@ -0,0 +1,236 @@ +CLI Commands · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/commands/index.html b/docs/ro/next/commands/index.html new file mode 100644 index 0000000000..9e04ee04fa --- /dev/null +++ b/docs/ro/next/commands/index.html @@ -0,0 +1,236 @@ +CLI Commands · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/custom-pages.html b/docs/ro/next/custom-pages.html new file mode 100644 index 0000000000..1e25f15c61 --- /dev/null +++ b/docs/ro/next/custom-pages.html @@ -0,0 +1,155 @@ +Custom Pages · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/custom-pages/index.html b/docs/ro/next/custom-pages/index.html new file mode 100644 index 0000000000..1e25f15c61 --- /dev/null +++ b/docs/ro/next/custom-pages/index.html @@ -0,0 +1,155 @@ +Custom Pages · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/doc-markdown.html b/docs/ro/next/doc-markdown.html new file mode 100644 index 0000000000..21adb459bc --- /dev/null +++ b/docs/ro/next/doc-markdown.html @@ -0,0 +1,250 @@ +Markdown Features · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/doc-markdown/index.html b/docs/ro/next/doc-markdown/index.html new file mode 100644 index 0000000000..21adb459bc --- /dev/null +++ b/docs/ro/next/doc-markdown/index.html @@ -0,0 +1,250 @@ +Markdown Features · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/docker.html b/docs/ro/next/docker.html new file mode 100644 index 0000000000..04845ff01e --- /dev/null +++ b/docs/ro/next/docker.html @@ -0,0 +1,155 @@ +Docker · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/docker/index.html b/docs/ro/next/docker/index.html new file mode 100644 index 0000000000..04845ff01e --- /dev/null +++ b/docs/ro/next/docker/index.html @@ -0,0 +1,155 @@ +Docker · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/installation.html b/docs/ro/next/installation.html new file mode 100644 index 0000000000..50a181dee9 --- /dev/null +++ b/docs/ro/next/installation.html @@ -0,0 +1,194 @@ +Installation · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/installation/index.html b/docs/ro/next/installation/index.html new file mode 100644 index 0000000000..50a181dee9 --- /dev/null +++ b/docs/ro/next/installation/index.html @@ -0,0 +1,194 @@ +Installation · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/navigation.html b/docs/ro/next/navigation.html new file mode 100644 index 0000000000..b4cc58a012 --- /dev/null +++ b/docs/ro/next/navigation.html @@ -0,0 +1,318 @@ +Navigation and Sidebars · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/navigation/index.html b/docs/ro/next/navigation/index.html new file mode 100644 index 0000000000..b4cc58a012 --- /dev/null +++ b/docs/ro/next/navigation/index.html @@ -0,0 +1,318 @@ +Navigation and Sidebars · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/publishing.html b/docs/ro/next/publishing.html new file mode 100644 index 0000000000..5ac1b4a494 --- /dev/null +++ b/docs/ro/next/publishing.html @@ -0,0 +1,368 @@ +Publishing your site · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/publishing/index.html b/docs/ro/next/publishing/index.html new file mode 100644 index 0000000000..5ac1b4a494 --- /dev/null +++ b/docs/ro/next/publishing/index.html @@ -0,0 +1,368 @@ +Publishing your site · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/search.html b/docs/ro/next/search.html new file mode 100644 index 0000000000..fe4065b0e0 --- /dev/null +++ b/docs/ro/next/search.html @@ -0,0 +1,162 @@ +Enabling Search · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/search/index.html b/docs/ro/next/search/index.html new file mode 100644 index 0000000000..fe4065b0e0 --- /dev/null +++ b/docs/ro/next/search/index.html @@ -0,0 +1,162 @@ +Enabling Search · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/site-config.html b/docs/ro/next/site-config.html new file mode 100644 index 0000000000..e1835c722e --- /dev/null +++ b/docs/ro/next/site-config.html @@ -0,0 +1,404 @@ +siteConfig.js · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/site-config/index.html b/docs/ro/next/site-config/index.html new file mode 100644 index 0000000000..e1835c722e --- /dev/null +++ b/docs/ro/next/site-config/index.html @@ -0,0 +1,404 @@ +siteConfig.js · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/site-creation.html b/docs/ro/next/site-creation.html new file mode 100644 index 0000000000..4acd8da414 --- /dev/null +++ b/docs/ro/next/site-creation.html @@ -0,0 +1,183 @@ +Creating your site · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/site-creation/index.html b/docs/ro/next/site-creation/index.html new file mode 100644 index 0000000000..4acd8da414 --- /dev/null +++ b/docs/ro/next/site-creation/index.html @@ -0,0 +1,183 @@ +Creating your site · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/site-preparation.html b/docs/ro/next/site-preparation.html new file mode 100644 index 0000000000..a82ff7b6f2 --- /dev/null +++ b/docs/ro/next/site-preparation.html @@ -0,0 +1,151 @@ +Site Preparation · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/site-preparation/index.html b/docs/ro/next/site-preparation/index.html new file mode 100644 index 0000000000..a82ff7b6f2 --- /dev/null +++ b/docs/ro/next/site-preparation/index.html @@ -0,0 +1,151 @@ +Site Preparation · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/translation.html b/docs/ro/next/translation.html new file mode 100644 index 0000000000..6c1c75483c --- /dev/null +++ b/docs/ro/next/translation.html @@ -0,0 +1,331 @@ +Translations & Localization · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/translation/index.html b/docs/ro/next/translation/index.html new file mode 100644 index 0000000000..6c1c75483c --- /dev/null +++ b/docs/ro/next/translation/index.html @@ -0,0 +1,331 @@ +Translations & Localization · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/tutorial-create-new-site.html b/docs/ro/next/tutorial-create-new-site.html new file mode 100644 index 0000000000..4e82a6716f --- /dev/null +++ b/docs/ro/next/tutorial-create-new-site.html @@ -0,0 +1,162 @@ +Create a New Site · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/tutorial-create-new-site/index.html b/docs/ro/next/tutorial-create-new-site/index.html new file mode 100644 index 0000000000..4e82a6716f --- /dev/null +++ b/docs/ro/next/tutorial-create-new-site/index.html @@ -0,0 +1,162 @@ +Create a New Site · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/tutorial-create-pages.html b/docs/ro/next/tutorial-create-pages.html new file mode 100644 index 0000000000..b749afbd54 --- /dev/null +++ b/docs/ro/next/tutorial-create-pages.html @@ -0,0 +1,184 @@ +Create Pages · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/tutorial-create-pages/index.html b/docs/ro/next/tutorial-create-pages/index.html new file mode 100644 index 0000000000..b749afbd54 --- /dev/null +++ b/docs/ro/next/tutorial-create-pages/index.html @@ -0,0 +1,184 @@ +Create Pages · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/tutorial-publish-site.html b/docs/ro/next/tutorial-publish-site.html new file mode 100644 index 0000000000..07c1a68e02 --- /dev/null +++ b/docs/ro/next/tutorial-publish-site.html @@ -0,0 +1,133 @@ +Publish the Site · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/tutorial-publish-site/index.html b/docs/ro/next/tutorial-publish-site/index.html new file mode 100644 index 0000000000..07c1a68e02 --- /dev/null +++ b/docs/ro/next/tutorial-publish-site/index.html @@ -0,0 +1,133 @@ +Publish the Site · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/tutorial-setup.html b/docs/ro/next/tutorial-setup.html new file mode 100644 index 0000000000..9f4458d842 --- /dev/null +++ b/docs/ro/next/tutorial-setup.html @@ -0,0 +1,173 @@ +Setting Up · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/tutorial-setup/index.html b/docs/ro/next/tutorial-setup/index.html new file mode 100644 index 0000000000..9f4458d842 --- /dev/null +++ b/docs/ro/next/tutorial-setup/index.html @@ -0,0 +1,173 @@ +Setting Up · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/tutorial-version.html b/docs/ro/next/tutorial-version.html new file mode 100644 index 0000000000..ec15a5fdcf --- /dev/null +++ b/docs/ro/next/tutorial-version.html @@ -0,0 +1,139 @@ +Add Versions · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/tutorial-version/index.html b/docs/ro/next/tutorial-version/index.html new file mode 100644 index 0000000000..ec15a5fdcf --- /dev/null +++ b/docs/ro/next/tutorial-version/index.html @@ -0,0 +1,139 @@ +Add Versions · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/versioning.html b/docs/ro/next/versioning.html new file mode 100644 index 0000000000..7136b7660c --- /dev/null +++ b/docs/ro/next/versioning.html @@ -0,0 +1,164 @@ +Versioning · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/next/versioning/index.html b/docs/ro/next/versioning/index.html new file mode 100644 index 0000000000..7136b7660c --- /dev/null +++ b/docs/ro/next/versioning/index.html @@ -0,0 +1,164 @@ +Versioning · Docusaurus

next

\ No newline at end of file diff --git a/docs/ro/publishing.html b/docs/ro/publishing.html new file mode 100644 index 0000000000..692b15182f --- /dev/null +++ b/docs/ro/publishing.html @@ -0,0 +1,374 @@ +Publishing your site · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/publishing/index.html b/docs/ro/publishing/index.html new file mode 100644 index 0000000000..692b15182f --- /dev/null +++ b/docs/ro/publishing/index.html @@ -0,0 +1,374 @@ +Publishing your site · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/search.html b/docs/ro/search.html new file mode 100644 index 0000000000..a873ae81ce --- /dev/null +++ b/docs/ro/search.html @@ -0,0 +1,162 @@ +Enabling Search · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/search/index.html b/docs/ro/search/index.html new file mode 100644 index 0000000000..a873ae81ce --- /dev/null +++ b/docs/ro/search/index.html @@ -0,0 +1,162 @@ +Enabling Search · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/site-config.html b/docs/ro/site-config.html new file mode 100644 index 0000000000..2144825e32 --- /dev/null +++ b/docs/ro/site-config.html @@ -0,0 +1,404 @@ +siteConfig.js · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/site-config/index.html b/docs/ro/site-config/index.html new file mode 100644 index 0000000000..2144825e32 --- /dev/null +++ b/docs/ro/site-config/index.html @@ -0,0 +1,404 @@ +siteConfig.js · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/site-creation.html b/docs/ro/site-creation.html new file mode 100644 index 0000000000..fb48dd678b --- /dev/null +++ b/docs/ro/site-creation.html @@ -0,0 +1,183 @@ +Creating your site · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/site-creation/index.html b/docs/ro/site-creation/index.html new file mode 100644 index 0000000000..fb48dd678b --- /dev/null +++ b/docs/ro/site-creation/index.html @@ -0,0 +1,183 @@ +Creating your site · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/site-preparation.html b/docs/ro/site-preparation.html new file mode 100644 index 0000000000..f9c4e712e9 --- /dev/null +++ b/docs/ro/site-preparation.html @@ -0,0 +1,151 @@ +Site Preparation · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/site-preparation/index.html b/docs/ro/site-preparation/index.html new file mode 100644 index 0000000000..f9c4e712e9 --- /dev/null +++ b/docs/ro/site-preparation/index.html @@ -0,0 +1,151 @@ +Site Preparation · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/translation.html b/docs/ro/translation.html new file mode 100644 index 0000000000..31506892cf --- /dev/null +++ b/docs/ro/translation.html @@ -0,0 +1,331 @@ +Translations & Localization · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/translation/index.html b/docs/ro/translation/index.html new file mode 100644 index 0000000000..31506892cf --- /dev/null +++ b/docs/ro/translation/index.html @@ -0,0 +1,331 @@ +Translations & Localization · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/tutorial-create-new-site.html b/docs/ro/tutorial-create-new-site.html new file mode 100644 index 0000000000..1a4699cf9c --- /dev/null +++ b/docs/ro/tutorial-create-new-site.html @@ -0,0 +1,162 @@ +Create a New Site · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/tutorial-create-new-site/index.html b/docs/ro/tutorial-create-new-site/index.html new file mode 100644 index 0000000000..1a4699cf9c --- /dev/null +++ b/docs/ro/tutorial-create-new-site/index.html @@ -0,0 +1,162 @@ +Create a New Site · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/tutorial-create-pages.html b/docs/ro/tutorial-create-pages.html new file mode 100644 index 0000000000..0839304898 --- /dev/null +++ b/docs/ro/tutorial-create-pages.html @@ -0,0 +1,181 @@ +Create Pages · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/tutorial-create-pages/index.html b/docs/ro/tutorial-create-pages/index.html new file mode 100644 index 0000000000..0839304898 --- /dev/null +++ b/docs/ro/tutorial-create-pages/index.html @@ -0,0 +1,181 @@ +Create Pages · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/tutorial-publish-site.html b/docs/ro/tutorial-publish-site.html new file mode 100644 index 0000000000..a1361f5015 --- /dev/null +++ b/docs/ro/tutorial-publish-site.html @@ -0,0 +1,133 @@ +Publish the Site · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/tutorial-publish-site/index.html b/docs/ro/tutorial-publish-site/index.html new file mode 100644 index 0000000000..a1361f5015 --- /dev/null +++ b/docs/ro/tutorial-publish-site/index.html @@ -0,0 +1,133 @@ +Publish the Site · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/tutorial-setup.html b/docs/ro/tutorial-setup.html new file mode 100644 index 0000000000..00865944d5 --- /dev/null +++ b/docs/ro/tutorial-setup.html @@ -0,0 +1,162 @@ +Setting Up · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/tutorial-setup/index.html b/docs/ro/tutorial-setup/index.html new file mode 100644 index 0000000000..00865944d5 --- /dev/null +++ b/docs/ro/tutorial-setup/index.html @@ -0,0 +1,162 @@ +Setting Up · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/tutorial-version.html b/docs/ro/tutorial-version.html new file mode 100644 index 0000000000..f77a0e2a75 --- /dev/null +++ b/docs/ro/tutorial-version.html @@ -0,0 +1,139 @@ +Add Versions · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/tutorial-version/index.html b/docs/ro/tutorial-version/index.html new file mode 100644 index 0000000000..f77a0e2a75 --- /dev/null +++ b/docs/ro/tutorial-version/index.html @@ -0,0 +1,139 @@ +Add Versions · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/versioning.html b/docs/ro/versioning.html new file mode 100644 index 0000000000..0c27c834a2 --- /dev/null +++ b/docs/ro/versioning.html @@ -0,0 +1,164 @@ +Versioning · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ro/versioning/index.html b/docs/ro/versioning/index.html new file mode 100644 index 0000000000..0c27c834a2 --- /dev/null +++ b/docs/ro/versioning/index.html @@ -0,0 +1,164 @@ +Versioning · Docusaurus

1.12.0

\ No newline at end of file diff --git a/docs/ru/1.10.x/doc-markdown.html b/docs/ru/1.10.x/doc-markdown.html index 6ad4778bf3..41e8c0be4c 100644 --- a/docs/ru/1.10.x/doc-markdown.html +++ b/docs/ru/1.10.x/doc-markdown.html @@ -162,10 +162,10 @@ Text describing my function

Добавив следующий код в свой файл Markdown:

вы получите это:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Подсветка синтаксиса

Подсветка синтаксиса включена по-умолчанию для огороженных блоков кода. Язык будет определен автоматически, но в некоторых случаях вы можете добиться лучшего результата, указав язык самостоятельно. Вы можете этого добиться, используя строку информации, следующую за тремя открывающими обратными кавычками. Следующий код JavaScript...

diff --git a/docs/ru/1.10.x/doc-markdown/index.html b/docs/ru/1.10.x/doc-markdown/index.html index 6ad4778bf3..41e8c0be4c 100644 --- a/docs/ru/1.10.x/doc-markdown/index.html +++ b/docs/ru/1.10.x/doc-markdown/index.html @@ -162,10 +162,10 @@ Text describing my function

Добавив следующий код в свой файл Markdown:

вы получите это:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Подсветка синтаксиса

Подсветка синтаксиса включена по-умолчанию для огороженных блоков кода. Язык будет определен автоматически, но в некоторых случаях вы можете добиться лучшего результата, указав язык самостоятельно. Вы можете этого добиться, используя строку информации, следующую за тремя открывающими обратными кавычками. Следующий код JavaScript...

diff --git a/docs/ru/1.11.x/doc-markdown.html b/docs/ru/1.11.x/doc-markdown.html index 1a5efdc022..9e07f76731 100644 --- a/docs/ru/1.11.x/doc-markdown.html +++ b/docs/ru/1.11.x/doc-markdown.html @@ -162,10 +162,10 @@ Text describing my function

Добавив следующий код в свой файл Markdown:

вы получите это:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Подсветка синтаксиса

Подсветка синтаксиса включена по-умолчанию для огороженных блоков кода. Язык будет определен автоматически, но в некоторых случаях вы можете добиться лучшего результата, указав язык самостоятельно. Вы можете этого добиться, используя строку информации, следующую за тремя открывающими обратными кавычками. Следующий код JavaScript...

diff --git a/docs/ru/1.11.x/doc-markdown/index.html b/docs/ru/1.11.x/doc-markdown/index.html index 1a5efdc022..9e07f76731 100644 --- a/docs/ru/1.11.x/doc-markdown/index.html +++ b/docs/ru/1.11.x/doc-markdown/index.html @@ -162,10 +162,10 @@ Text describing my function

Добавив следующий код в свой файл Markdown:

вы получите это:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Подсветка синтаксиса

Подсветка синтаксиса включена по-умолчанию для огороженных блоков кода. Язык будет определен автоматически, но в некоторых случаях вы можете добиться лучшего результата, указав язык самостоятельно. Вы можете этого добиться, используя строку информации, следующую за тремя открывающими обратными кавычками. Следующий код JavaScript...

diff --git a/docs/ru/1.9.x/doc-markdown.html b/docs/ru/1.9.x/doc-markdown.html index 3c01d6abf9..101dd8a3a8 100644 --- a/docs/ru/1.9.x/doc-markdown.html +++ b/docs/ru/1.9.x/doc-markdown.html @@ -162,10 +162,10 @@ Text describing my function

Добавив следующий код в свой файл Markdown:

вы получите это:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Подсветка синтаксиса

Подсветка синтаксиса включена по-умолчанию для огороженных блоков кода. Язык будет определен автоматически, но в некоторых случаях вы можете добиться лучшего результата, указав язык самостоятельно. Вы можете этого добиться, используя строку информации, следующую за тремя открывающими обратными кавычками. Следующий код JavaScript...

diff --git a/docs/ru/1.9.x/doc-markdown/index.html b/docs/ru/1.9.x/doc-markdown/index.html index 3c01d6abf9..101dd8a3a8 100644 --- a/docs/ru/1.9.x/doc-markdown/index.html +++ b/docs/ru/1.9.x/doc-markdown/index.html @@ -162,10 +162,10 @@ Text describing my function

Добавив следующий код в свой файл Markdown:

вы получите это:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Подсветка синтаксиса

Подсветка синтаксиса включена по-умолчанию для огороженных блоков кода. Язык будет определен автоматически, но в некоторых случаях вы можете добиться лучшего результата, указав язык самостоятельно. Вы можете этого добиться, используя строку информации, следующую за тремя открывающими обратными кавычками. Следующий код JavaScript...

diff --git a/docs/ru/doc-markdown.html b/docs/ru/doc-markdown.html index 70c79903c3..5f425f1941 100644 --- a/docs/ru/doc-markdown.html +++ b/docs/ru/doc-markdown.html @@ -162,10 +162,10 @@ Text describing my function

Добавив следующий код в свой файл Markdown:

вы получите это:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Подсветка синтаксиса

Подсветка синтаксиса включена по-умолчанию для огороженных блоков кода. Язык будет определен автоматически, но в некоторых случаях вы можете добиться лучшего результата, указав язык самостоятельно. Вы можете этого добиться, используя строку информации, следующую за тремя открывающими обратными кавычками. Следующий код JavaScript...

diff --git a/docs/ru/doc-markdown/index.html b/docs/ru/doc-markdown/index.html index 70c79903c3..5f425f1941 100644 --- a/docs/ru/doc-markdown/index.html +++ b/docs/ru/doc-markdown/index.html @@ -162,10 +162,10 @@ Text describing my function

Добавив следующий код в свой файл Markdown:

вы получите это:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Подсветка синтаксиса

Подсветка синтаксиса включена по-умолчанию для огороженных блоков кода. Язык будет определен автоматически, но в некоторых случаях вы можете добиться лучшего результата, указав язык самостоятельно. Вы можете этого добиться, используя строку информации, следующую за тремя открывающими обратными кавычками. Следующий код JavaScript...

diff --git a/docs/ru/next/doc-markdown.html b/docs/ru/next/doc-markdown.html index 9557a2a53b..aebc8ff8dc 100644 --- a/docs/ru/next/doc-markdown.html +++ b/docs/ru/next/doc-markdown.html @@ -162,10 +162,10 @@ Text describing my function

Добавив следующий код в свой файл Markdown:

вы получите это:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Подсветка синтаксиса

Подсветка синтаксиса включена по-умолчанию для огороженных блоков кода. Язык будет определен автоматически, но в некоторых случаях вы можете добиться лучшего результата, указав язык самостоятельно. Вы можете этого добиться, используя строку информации, следующую за тремя открывающими обратными кавычками. Следующий код JavaScript...

diff --git a/docs/ru/next/doc-markdown/index.html b/docs/ru/next/doc-markdown/index.html index 9557a2a53b..aebc8ff8dc 100644 --- a/docs/ru/next/doc-markdown/index.html +++ b/docs/ru/next/doc-markdown/index.html @@ -162,10 +162,10 @@ Text describing my function

Добавив следующий код в свой файл Markdown:

вы получите это:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Подсветка синтаксиса

Подсветка синтаксиса включена по-умолчанию для огороженных блоков кода. Язык будет определен автоматически, но в некоторых случаях вы можете добиться лучшего результата, указав язык самостоятельно. Вы можете этого добиться, используя строку информации, следующую за тремя открывающими обратными кавычками. Следующий код JavaScript...

diff --git a/docs/ru/next/tutorial-setup.html b/docs/ru/next/tutorial-setup.html index b1b8f84206..af8d58aca0 100644 --- a/docs/ru/next/tutorial-setup.html +++ b/docs/ru/next/tutorial-setup.html @@ -85,13 +85,10 @@

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. If not already installed, see Installing Git.

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.

-
-

Docusaurus' minimum supported Node.js version is Node 8, but more recent versions will work as well.

-
+

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. Node.js installation includes npm, the package manager that allows you to install NPM modules from your terminal.

  1. Open your Terminal.
  2. -
  3. If you have brew on your OS, run the following command to install Node (a JavaScript runtime that allows you to run JavaScript on the server) and npm the package manager (allows you to install npm modules from your terminal).
  4. +
  5. If you have brew on your OS, run the following command to install Node.
brew install node
 
@@ -104,6 +101,9 @@
node -v
 v8.15.1
 
+
+

Docusaurus' minimum supported Node.js version is Node 8, but more recent versions will work as well.

+

Install Yarn (Optional)

We highly recommend that you install Yarn, an alternative package manager that has superb performance for managing your NPM dependencies. Check it out here.

diff --git a/docs/ru/next/tutorial-setup/index.html b/docs/ru/next/tutorial-setup/index.html index b1b8f84206..af8d58aca0 100644 --- a/docs/ru/next/tutorial-setup/index.html +++ b/docs/ru/next/tutorial-setup/index.html @@ -85,13 +85,10 @@

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. If not already installed, see Installing Git.

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.

-
-

Docusaurus' minimum supported Node.js version is Node 8, but more recent versions will work as well.

-
+

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. Node.js installation includes npm, the package manager that allows you to install NPM modules from your terminal.

  1. Open your Terminal.
  2. -
  3. If you have brew on your OS, run the following command to install Node (a JavaScript runtime that allows you to run JavaScript on the server) and npm the package manager (allows you to install npm modules from your terminal).
  4. +
  5. If you have brew on your OS, run the following command to install Node.
brew install node
 
@@ -104,6 +101,9 @@
node -v
 v8.15.1
 
+
+

Docusaurus' minimum supported Node.js version is Node 8, but more recent versions will work as well.

+

Install Yarn (Optional)

We highly recommend that you install Yarn, an alternative package manager that has superb performance for managing your NPM dependencies. Check it out here.

diff --git a/docs/zh-CN/1.10.x/doc-markdown.html b/docs/zh-CN/1.10.x/doc-markdown.html index b34ec80017..740d35f968 100644 --- a/docs/zh-CN/1.10.x/doc-markdown.html +++ b/docs/zh-CN/1.10.x/doc-markdown.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/zh-CN/1.10.x/doc-markdown/index.html b/docs/zh-CN/1.10.x/doc-markdown/index.html index b34ec80017..740d35f968 100644 --- a/docs/zh-CN/1.10.x/doc-markdown/index.html +++ b/docs/zh-CN/1.10.x/doc-markdown/index.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/zh-CN/1.11.x/doc-markdown.html b/docs/zh-CN/1.11.x/doc-markdown.html index 6d17b8e093..66c371f0d0 100644 --- a/docs/zh-CN/1.11.x/doc-markdown.html +++ b/docs/zh-CN/1.11.x/doc-markdown.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/zh-CN/1.11.x/doc-markdown/index.html b/docs/zh-CN/1.11.x/doc-markdown/index.html index 6d17b8e093..66c371f0d0 100644 --- a/docs/zh-CN/1.11.x/doc-markdown/index.html +++ b/docs/zh-CN/1.11.x/doc-markdown/index.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/zh-CN/1.9.x/doc-markdown.html b/docs/zh-CN/1.9.x/doc-markdown.html index 83d162de66..ee0e6281ff 100644 --- a/docs/zh-CN/1.9.x/doc-markdown.html +++ b/docs/zh-CN/1.9.x/doc-markdown.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/zh-CN/1.9.x/doc-markdown/index.html b/docs/zh-CN/1.9.x/doc-markdown/index.html index 83d162de66..ee0e6281ff 100644 --- a/docs/zh-CN/1.9.x/doc-markdown/index.html +++ b/docs/zh-CN/1.9.x/doc-markdown/index.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/zh-CN/doc-markdown.html b/docs/zh-CN/doc-markdown.html index 099933050c..0f8e2c6c18 100644 --- a/docs/zh-CN/doc-markdown.html +++ b/docs/zh-CN/doc-markdown.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/zh-CN/doc-markdown/index.html b/docs/zh-CN/doc-markdown/index.html index 099933050c..0f8e2c6c18 100644 --- a/docs/zh-CN/doc-markdown/index.html +++ b/docs/zh-CN/doc-markdown/index.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/zh-CN/next/doc-markdown.html b/docs/zh-CN/next/doc-markdown.html index 94aa3055be..74e6e1cd0d 100644 --- a/docs/zh-CN/next/doc-markdown.html +++ b/docs/zh-CN/next/doc-markdown.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/zh-CN/next/doc-markdown/index.html b/docs/zh-CN/next/doc-markdown/index.html index 94aa3055be..74e6e1cd0d 100644 --- a/docs/zh-CN/next/doc-markdown/index.html +++ b/docs/zh-CN/next/doc-markdown/index.html @@ -162,10 +162,10 @@ Text describing my function

Adding the following code to your Markdown file:

produces this:

-
console.log('Hello, world!');
-
print('Hello, world!')
-
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
-
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
+
console.log('Hello, world!');
+
print('Hello, world!')
+
#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}
+
program HelloWorld;
begin
WriteLn('Hello, world!');
end.

Syntax Highlighting

Syntax highlighting is enabled by default on fenced code blocks. The language should be detected automatically, but you can sometimes get better results by specifying the language. You can do so using an info string, following the three opening backticks. The following JavaScript example...

diff --git a/docs/zh-CN/next/tutorial-setup.html b/docs/zh-CN/next/tutorial-setup.html index 7f422918d5..fc2cb390ee 100644 --- a/docs/zh-CN/next/tutorial-setup.html +++ b/docs/zh-CN/next/tutorial-setup.html @@ -85,13 +85,10 @@

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. If not already installed, see Installing Git.

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.

-
-

Docusaurus' minimum supported Node.js version is Node 8, but more recent versions will work as well.

-
+

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. Node.js installation includes npm, the package manager that allows you to install NPM modules from your terminal.

  1. Open your Terminal.
  2. -
  3. If you have brew on your OS, run the following command to install Node (a JavaScript runtime that allows you to run JavaScript on the server) and npm the package manager (allows you to install npm modules from your terminal).
  4. +
  5. If you have brew on your OS, run the following command to install Node.
brew install node
 
@@ -104,6 +101,9 @@
node -v
 v8.15.1
 
+
+

Docusaurus' minimum supported Node.js version is Node 8, but more recent versions will work as well.

+

Install Yarn (Optional)

We highly recommend that you install Yarn, an alternative package manager that has superb performance for managing your NPM dependencies. Check it out here.

diff --git a/docs/zh-CN/next/tutorial-setup/index.html b/docs/zh-CN/next/tutorial-setup/index.html index 7f422918d5..fc2cb390ee 100644 --- a/docs/zh-CN/next/tutorial-setup/index.html +++ b/docs/zh-CN/next/tutorial-setup/index.html @@ -85,13 +85,10 @@

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. If not already installed, see Installing Git.

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.

-
-

Docusaurus' minimum supported Node.js version is Node 8, but more recent versions will work as well.

-
+

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. Node.js installation includes npm, the package manager that allows you to install NPM modules from your terminal.

  1. Open your Terminal.
  2. -
  3. If you have brew on your OS, run the following command to install Node (a JavaScript runtime that allows you to run JavaScript on the server) and npm the package manager (allows you to install npm modules from your terminal).
  4. +
  5. If you have brew on your OS, run the following command to install Node.
brew install node
 
@@ -104,6 +101,9 @@
node -v
 v8.15.1
 
+
+

Docusaurus' minimum supported Node.js version is Node 8, but more recent versions will work as well.

+

Install Yarn (Optional)

We highly recommend that you install Yarn, an alternative package manager that has superb performance for managing your NPM dependencies. Check it out here.

diff --git a/ro/about-slash.html b/ro/about-slash.html index cafd31809d..019ca78b9d 100644 --- a/ro/about-slash.html +++ b/ro/about-slash.html @@ -1,4 +1,4 @@ -About Slash · Docusaurus