Deploy website

Deploy website version based on 4034fa1453
This commit is contained in:
Website Deployment Script 2018-11-26 19:19:29 +00:00
parent b9173575e8
commit ef49318ea9
59 changed files with 58 additions and 58 deletions

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -67,7 +67,7 @@
</code></pre>
<p>Para ejecutar un script en particular, simplemente reemplace el comando <code>start</code> en los ejemplos anteriores con el comando asociado con su script.</p>
<h2><a class="anchor" aria-hidden="true" id="usando-argumentos"></a><a href="#usando-argumentos" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Usando argumentos</h2>
<p>Some commands support optional arguments. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<p>Algunos comandos soportan argumentos opcionales. For example, to start a server on port 8080, you can specify the <code>--port</code> argument when running <code>start</code>:</p>
<pre><code class="hljs css language-bash">yarn run start --port 8080
</code></pre>
<p>Si ejecuta Docusaurus utilizando npm, puede seguir utilizando los argumentos de la línea de comando insertando un <code>--</code> entre <code>npm run &lt;command&gt;</code> y los argumentos del comando:</p>

View file

@ -64,7 +64,7 @@ and <a href="/docs/en/versioning">versioning</a>,
along with some other special <a href="/docs/en/doc-markdown">documentation markdown features</a>.
If you have ideas for useful features, feel free to
contribute on <a href="https://github.com/facebook/docusaurus">GitHub</a>!</p>
</span></div></div><div class="blockImage"><img src="/img/docusaurus_monochrome.svg" alt="Monochromatic Docusaurus"/></div></div></div></div></div><div class="productShowcaseSection paddingBottom"><h2>Who is Using Docusaurus?</h2><p>Docusaurus is building websites for these projects...</p><div class="showcase"><a class="link" href="https://babeljs.io/"><img src="/img/users/babel.svg" alt="Babel" title="Babel"/><span class="caption">Babel</span></a><a class="link" href="https://facebookresearch.github.io/BlueWhale/"><img src="/img/users/BlueWhale.png" alt="BlueWhale" title="BlueWhale"/><span class="caption">BlueWhale</span></a><a class="link" href="https://pybowler.io/"><img src="/img/users/bowler.svg" alt="Bowler" title="Bowler"/><span class="caption">Bowler</span></a><a class="link" href="https://bucklescript.github.io/"><img src="/img/users/bucklescript.svg" alt="BuckleScript" title="BuckleScript"/><span class="caption">BuckleScript</span></a><a class="link" href="https://facebook.github.io/create-react-app/"><img src="/img/users/react.svg" alt="Create React App" title="Create React App"/><span class="caption">Create React App</span></a><a class="link" href="https://www.docusaurus.io"><img src="/img/users/docusaurus.svg" alt="Docusaurus" title="Docusaurus"/><span class="caption">Docusaurus</span></a><a class="link" href="https://draftjs.org/"><img src="/img/users/draftjs.png" alt="Draft.js" title="Draft.js"/><span class="caption">Draft.js</span></a><a class="link" href="https://fasttext.cc"><img src="/img/users/fasttext.png" alt="FastText" title="FastText"/><span class="caption">FastText</span></a><a class="link" href="https://fbflipper.com"><img src="/img/users/flipper.png" alt="Flipper" title="Flipper"/><span class="caption">Flipper</span></a><a class="link" href="https://jestjs.io"><img src="/img/users/jest.png" alt="Jest" title="Jest"/><span class="caption">Jest</span></a><a class="link" href="http://makeitopen.com/"><img src="/img/users/makeitopen.png" alt="MakeItOpen" title="MakeItOpen"/><span class="caption">MakeItOpen</span></a><a class="link" href="https://facebook.github.io/metro/"><img src="/img/users/metro.svg" alt="Metro" title="Metro"/><span class="caption">Metro</span></a><a class="link" href="https://www.prettier.io"><img src="/img/users/prettier.png" alt="Prettier" title="Prettier"/><span class="caption">Prettier</span></a><a class="link" href="https://pyre-check.org"><img src="/img/users/pyre.svg" alt="Pyre" title="Pyre"/><span class="caption">Pyre</span></a><a class="link" href="https://facebook.github.io/react-360"><img src="/img/users/react-360.svg" alt="React 360" title="React 360"/><span class="caption">React 360</span></a><a class="link" href="https://facebook.github.io/react-native"><img src="/img/users/react-native.svg" alt="React Native" title="React Native"/><span class="caption">React Native</span></a><a class="link" href="http://react-redux.js.org"><img src="/img/users/react-redux.svg" alt="React Redux" title="React Redux"/><span class="caption">React Redux</span></a><a class="link" href="https://reasonml.github.io/"><img src="/img/users/reason.svg" alt="Reason" title="Reason"/><span class="caption">Reason</span></a><a class="link" href="https://reasonml.github.io/reason-react/"><img src="/img/users/reason-react.svg" alt="ReasonReact" title="ReasonReact"/><span class="caption">ReasonReact</span></a><a class="link" href="https://facebook.github.io/relay/"><img src="/img/users/relay.svg" alt="Relay" title="Relay"/><span class="caption">Relay</span></a><a class="link" href="http://skiplang.com"><img src="http://www.skiplang.com/img/icon.png" alt="Skip" title="Skip"/><span class="caption">Skip</span></a><a class="link" href="http://libspectrum.io"><img src="/img/users/spectrum.svg" alt="Spectrum" title="Spectrum"/><span class="caption">Spectrum</span></a></div><div class="more-users"><a class="button" href="/en/users">All Docusaurus Users</a></div></div><div class="testimonials"><div class="container paddingBottom paddingTop"><div class="wrapper"><div class="gridBlock"><div class="blockElement alignCenter imageAlignTop threeByGridBlock"><div class="blockImage"><img src="/img/christopher-chedeau.jpg" alt="Christopher &quot;vjeux&quot; Chedeau"/></div><div class="blockContent"><h2><div><span><p>Christopher &quot;vjeux&quot; Chedeau <br/><font size="2">Lead Prettier Developer</font></p>
</span></div></div><div class="blockImage"><img src="/img/docusaurus_monochrome.svg" alt="Monochromatic Docusaurus"/></div></div></div></div></div><div class="productShowcaseSection paddingBottom"><h2>Who is Using Docusaurus?</h2><p>Docusaurus is building websites for these projects...</p><div class="showcase"><a class="link" href="https://babeljs.io/"><img src="/img/users/babel.svg" alt="Babel" title="Babel"/><span class="caption">Babel</span></a><a class="link" href="https://facebookresearch.github.io/BlueWhale/"><img src="/img/users/BlueWhale.png" alt="BlueWhale" title="BlueWhale"/><span class="caption">BlueWhale</span></a><a class="link" href="https://pybowler.io/"><img src="/img/users/bowler.svg" alt="Bowler" title="Bowler"/><span class="caption">Bowler</span></a><a class="link" href="https://bucklescript.github.io/"><img src="/img/users/bucklescript.svg" alt="BuckleScript" title="BuckleScript"/><span class="caption">BuckleScript</span></a><a class="link" href="https://facebook.github.io/create-react-app/"><img src="/img/users/react.svg" alt="Create React App" title="Create React App"/><span class="caption">Create React App</span></a><a class="link" href="https://www.docusaurus.io"><img src="/img/users/docusaurus.svg" alt="Docusaurus" title="Docusaurus"/><span class="caption">Docusaurus</span></a><a class="link" href="https://draftjs.org/"><img src="/img/users/draftjs.png" alt="Draft.js" title="Draft.js"/><span class="caption">Draft.js</span></a><a class="link" href="https://fasttext.cc"><img src="/img/users/fasttext.png" alt="FastText" title="FastText"/><span class="caption">FastText</span></a><a class="link" href="https://fbflipper.com"><img src="/img/users/flipper.png" alt="Flipper" title="Flipper"/><span class="caption">Flipper</span></a><a class="link" href="https://jestjs.io"><img src="/img/users/jest.png" alt="Jest" title="Jest"/><span class="caption">Jest</span></a><a class="link" href="http://makeitopen.com/"><img src="/img/users/makeitopen.png" alt="MakeItOpen" title="MakeItOpen"/><span class="caption">MakeItOpen</span></a><a class="link" href="https://facebook.github.io/metro/"><img src="/img/users/metro.svg" alt="Metro" title="Metro"/><span class="caption">Metro</span></a><a class="link" href="https://www.prettier.io"><img src="/img/users/prettier.png" alt="Prettier" title="Prettier"/><span class="caption">Prettier</span></a><a class="link" href="https://pyre-check.org"><img src="/img/users/pyre.svg" alt="Pyre" title="Pyre"/><span class="caption">Pyre</span></a><a class="link" href="https://facebook.github.io/react-360"><img src="/img/users/react-360.svg" alt="React 360" title="React 360"/><span class="caption">React 360</span></a><a class="link" href="https://facebook.github.io/react-native"><img src="/img/users/react-native.svg" alt="React Native" title="React Native"/><span class="caption">React Native</span></a><a class="link" href="http://react-redux.js.org"><img src="/img/users/react-redux.svg" alt="React Redux" title="React Redux"/><span class="caption">React Redux</span></a><a class="link" href="https://reasonml.github.io/"><img src="/img/users/reason.svg" alt="Reason" title="Reason"/><span class="caption">Reason</span></a><a class="link" href="https://reasonml.github.io/reason-react/"><img src="/img/users/reason-react.svg" alt="ReasonReact" title="ReasonReact"/><span class="caption">ReasonReact</span></a><a class="link" href="https://facebook.github.io/relay/"><img src="/img/users/relay.svg" alt="Relay" title="Relay"/><span class="caption">Relay</span></a><a class="link" href="http://skiplang.com"><img src="http://www.skiplang.com/img/icon.png" alt="Skip" title="Skip"/><span class="caption">Skip</span></a><a class="link" href="http://libspectrum.io"><img src="/img/users/spectrum.svg" alt="Spectrum" title="Spectrum"/><span class="caption">Spectrum</span></a><a class="link" href="https://torchcraft.github.io/TorchCraftAI/"><img src="/img/users/torchcraftai.png" alt="TorchCraftAI" title="TorchCraftAI"/><span class="caption">TorchCraftAI</span></a></div><div class="more-users"><a class="button" href="/en/users">All Docusaurus Users</a></div></div><div class="testimonials"><div class="container paddingBottom paddingTop"><div class="wrapper"><div class="gridBlock"><div class="blockElement alignCenter imageAlignTop threeByGridBlock"><div class="blockImage"><img src="/img/christopher-chedeau.jpg" alt="Christopher &quot;vjeux&quot; Chedeau"/></div><div class="blockContent"><h2><div><span><p>Christopher &quot;vjeux&quot; Chedeau <br/><font size="2">Lead Prettier Developer</font></p>
</span></div></h2><div><span><p><em>I've helped open source many projects at Facebook and every one needed a website. They all had very similar constraints: the documentation should be written in markdown and be deployed via GitHub pages. None of the existing solutions were great, so I hacked my own and then forked it whenever we needed a new website. Im so glad that Docusaurus now exists so that I dont have to spend a week each time spinning up a new one.</em></p>
</span></div></div></div><div class="blockElement alignCenter imageAlignTop threeByGridBlock"><div class="blockImage"><img src="/img/hector-ramos.png" alt="Hector Ramos"/></div><div class="blockContent"><h2><div><span><p>Hector Ramos <br/><font size="2">Lead React Native Advocate</font></p>
</span></div></h2><div><span><p><em>Open source contributions to the React Native docs have skyrocketed after our move to Docusaurus. The docs are now hosted on a small repo in plain markdown, with none of the clutter that a typical static site generator would require. Thanks Slash!</em></p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -64,7 +64,7 @@ and <a href="/docs/es-ES/versioning">versioning</a>,
along with some other special <a href="/docs/es-ES/doc-markdown">documentation markdown features</a>.
If you have ideas for useful features, feel free to
contribute on <a href="https://github.com/facebook/docusaurus">GitHub</a>!</p>
</span></div></div><div class="blockImage"><img src="/img/docusaurus_monochrome.svg" alt="Monochromatic Docusaurus"/></div></div></div></div></div><div class="productShowcaseSection paddingBottom"><h2>¿Quién está usando Docusaurus?</h2><p>Docusaurus is building websites for these projects...</p><div class="showcase"><a class="link" href="https://babeljs.io/"><img src="/img/users/babel.svg" alt="Babel" title="Babel"/><span class="caption">Babel</span></a><a class="link" href="https://facebookresearch.github.io/BlueWhale/"><img src="/img/users/BlueWhale.png" alt="BlueWhale" title="BlueWhale"/><span class="caption">BlueWhale</span></a><a class="link" href="https://pybowler.io/"><img src="/img/users/bowler.svg" alt="Bowler" title="Bowler"/><span class="caption">Bowler</span></a><a class="link" href="https://bucklescript.github.io/"><img src="/img/users/bucklescript.svg" alt="BuckleScript" title="BuckleScript"/><span class="caption">BuckleScript</span></a><a class="link" href="https://facebook.github.io/create-react-app/"><img src="/img/users/react.svg" alt="Create React App" title="Create React App"/><span class="caption">Create React App</span></a><a class="link" href="https://www.docusaurus.io"><img src="/img/users/docusaurus.svg" alt="Docusaurus" title="Docusaurus"/><span class="caption">Docusaurus</span></a><a class="link" href="https://draftjs.org/"><img src="/img/users/draftjs.png" alt="Draft.js" title="Draft.js"/><span class="caption">Draft.js</span></a><a class="link" href="https://fasttext.cc"><img src="/img/users/fasttext.png" alt="FastText" title="FastText"/><span class="caption">FastText</span></a><a class="link" href="https://fbflipper.com"><img src="/img/users/flipper.png" alt="Flipper" title="Flipper"/><span class="caption">Flipper</span></a><a class="link" href="https://jestjs.io"><img src="/img/users/jest.png" alt="Jest" title="Jest"/><span class="caption">Jest</span></a><a class="link" href="http://makeitopen.com/"><img src="/img/users/makeitopen.png" alt="MakeItOpen" title="MakeItOpen"/><span class="caption">MakeItOpen</span></a><a class="link" href="https://facebook.github.io/metro/"><img src="/img/users/metro.svg" alt="Metro" title="Metro"/><span class="caption">Metro</span></a><a class="link" href="https://www.prettier.io"><img src="/img/users/prettier.png" alt="Prettier" title="Prettier"/><span class="caption">Prettier</span></a><a class="link" href="https://pyre-check.org"><img src="/img/users/pyre.svg" alt="Pyre" title="Pyre"/><span class="caption">Pyre</span></a><a class="link" href="https://facebook.github.io/react-360"><img src="/img/users/react-360.svg" alt="React 360" title="React 360"/><span class="caption">React 360</span></a><a class="link" href="https://facebook.github.io/react-native"><img src="/img/users/react-native.svg" alt="React Native" title="React Native"/><span class="caption">React Native</span></a><a class="link" href="http://react-redux.js.org"><img src="/img/users/react-redux.svg" alt="React Redux" title="React Redux"/><span class="caption">React Redux</span></a><a class="link" href="https://reasonml.github.io/"><img src="/img/users/reason.svg" alt="Reason" title="Reason"/><span class="caption">Reason</span></a><a class="link" href="https://reasonml.github.io/reason-react/"><img src="/img/users/reason-react.svg" alt="ReasonReact" title="ReasonReact"/><span class="caption">ReasonReact</span></a><a class="link" href="https://facebook.github.io/relay/"><img src="/img/users/relay.svg" alt="Relay" title="Relay"/><span class="caption">Relay</span></a><a class="link" href="http://skiplang.com"><img src="http://www.skiplang.com/img/icon.png" alt="Skip" title="Skip"/><span class="caption">Skip</span></a><a class="link" href="http://libspectrum.io"><img src="/img/users/spectrum.svg" alt="Spectrum" title="Spectrum"/><span class="caption">Spectrum</span></a></div><div class="more-users"><a class="button" href="/es-ES/users">All Docusaurus Users</a></div></div><div class="testimonials"><div class="container paddingBottom paddingTop"><div class="wrapper"><div class="gridBlock"><div class="blockElement alignCenter imageAlignTop threeByGridBlock"><div class="blockImage"><img src="/img/christopher-chedeau.jpg" alt="Christopher &quot;vjeux&quot; Chedeau"/></div><div class="blockContent"><h2><div><span><p>Christopher &quot;vjeux&quot; Chedeau <br/><font size="2">Lead Prettier Developer</font></p>
</span></div></div><div class="blockImage"><img src="/img/docusaurus_monochrome.svg" alt="Monochromatic Docusaurus"/></div></div></div></div></div><div class="productShowcaseSection paddingBottom"><h2>¿Quién está usando Docusaurus?</h2><p>Docusaurus is building websites for these projects...</p><div class="showcase"><a class="link" href="https://babeljs.io/"><img src="/img/users/babel.svg" alt="Babel" title="Babel"/><span class="caption">Babel</span></a><a class="link" href="https://facebookresearch.github.io/BlueWhale/"><img src="/img/users/BlueWhale.png" alt="BlueWhale" title="BlueWhale"/><span class="caption">BlueWhale</span></a><a class="link" href="https://pybowler.io/"><img src="/img/users/bowler.svg" alt="Bowler" title="Bowler"/><span class="caption">Bowler</span></a><a class="link" href="https://bucklescript.github.io/"><img src="/img/users/bucklescript.svg" alt="BuckleScript" title="BuckleScript"/><span class="caption">BuckleScript</span></a><a class="link" href="https://facebook.github.io/create-react-app/"><img src="/img/users/react.svg" alt="Create React App" title="Create React App"/><span class="caption">Create React App</span></a><a class="link" href="https://www.docusaurus.io"><img src="/img/users/docusaurus.svg" alt="Docusaurus" title="Docusaurus"/><span class="caption">Docusaurus</span></a><a class="link" href="https://draftjs.org/"><img src="/img/users/draftjs.png" alt="Draft.js" title="Draft.js"/><span class="caption">Draft.js</span></a><a class="link" href="https://fasttext.cc"><img src="/img/users/fasttext.png" alt="FastText" title="FastText"/><span class="caption">FastText</span></a><a class="link" href="https://fbflipper.com"><img src="/img/users/flipper.png" alt="Flipper" title="Flipper"/><span class="caption">Flipper</span></a><a class="link" href="https://jestjs.io"><img src="/img/users/jest.png" alt="Jest" title="Jest"/><span class="caption">Jest</span></a><a class="link" href="http://makeitopen.com/"><img src="/img/users/makeitopen.png" alt="MakeItOpen" title="MakeItOpen"/><span class="caption">MakeItOpen</span></a><a class="link" href="https://facebook.github.io/metro/"><img src="/img/users/metro.svg" alt="Metro" title="Metro"/><span class="caption">Metro</span></a><a class="link" href="https://www.prettier.io"><img src="/img/users/prettier.png" alt="Prettier" title="Prettier"/><span class="caption">Prettier</span></a><a class="link" href="https://pyre-check.org"><img src="/img/users/pyre.svg" alt="Pyre" title="Pyre"/><span class="caption">Pyre</span></a><a class="link" href="https://facebook.github.io/react-360"><img src="/img/users/react-360.svg" alt="React 360" title="React 360"/><span class="caption">React 360</span></a><a class="link" href="https://facebook.github.io/react-native"><img src="/img/users/react-native.svg" alt="React Native" title="React Native"/><span class="caption">React Native</span></a><a class="link" href="http://react-redux.js.org"><img src="/img/users/react-redux.svg" alt="React Redux" title="React Redux"/><span class="caption">React Redux</span></a><a class="link" href="https://reasonml.github.io/"><img src="/img/users/reason.svg" alt="Reason" title="Reason"/><span class="caption">Reason</span></a><a class="link" href="https://reasonml.github.io/reason-react/"><img src="/img/users/reason-react.svg" alt="ReasonReact" title="ReasonReact"/><span class="caption">ReasonReact</span></a><a class="link" href="https://facebook.github.io/relay/"><img src="/img/users/relay.svg" alt="Relay" title="Relay"/><span class="caption">Relay</span></a><a class="link" href="http://skiplang.com"><img src="http://www.skiplang.com/img/icon.png" alt="Skip" title="Skip"/><span class="caption">Skip</span></a><a class="link" href="http://libspectrum.io"><img src="/img/users/spectrum.svg" alt="Spectrum" title="Spectrum"/><span class="caption">Spectrum</span></a><a class="link" href="https://torchcraft.github.io/TorchCraftAI/"><img src="/img/users/torchcraftai.png" alt="TorchCraftAI" title="TorchCraftAI"/><span class="caption">TorchCraftAI</span></a></div><div class="more-users"><a class="button" href="/es-ES/users">All Docusaurus Users</a></div></div><div class="testimonials"><div class="container paddingBottom paddingTop"><div class="wrapper"><div class="gridBlock"><div class="blockElement alignCenter imageAlignTop threeByGridBlock"><div class="blockImage"><img src="/img/christopher-chedeau.jpg" alt="Christopher &quot;vjeux&quot; Chedeau"/></div><div class="blockContent"><h2><div><span><p>Christopher &quot;vjeux&quot; Chedeau <br/><font size="2">Lead Prettier Developer</font></p>
</span></div></h2><div><span><p><em>I've helped open source many projects at Facebook and every one needed a website. They all had very similar constraints: the documentation should be written in markdown and be deployed via GitHub pages. None of the existing solutions were great, so I hacked my own and then forked it whenever we needed a new website. Im so glad that Docusaurus now exists so that I dont have to spend a week each time spinning up a new one.</em></p>
</span></div></div></div><div class="blockElement alignCenter imageAlignTop threeByGridBlock"><div class="blockImage"><img src="/img/hector-ramos.png" alt="Hector Ramos"/></div><div class="blockContent"><h2><div><span><p>Hector Ramos <br/><font size="2">Lead React Native Advocate</font></p>
</span></div></h2><div><span><p><em>Open source contributions to the React Native docs have skyrocketed after our move to Docusaurus. The docs are now hosted on a small repo in plain markdown, with none of the clutter that a typical static site generator would require. Thanks Slash!</em></p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

BIN
img/users/torchcraftai.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View file

@ -64,7 +64,7 @@ and <a href="/docs/en/versioning">versioning</a>,
along with some other special <a href="/docs/en/doc-markdown">documentation markdown features</a>.
If you have ideas for useful features, feel free to
contribute on <a href="https://github.com/facebook/docusaurus">GitHub</a>!</p>
</span></div></div><div class="blockImage"><img src="/img/docusaurus_monochrome.svg" alt="Monochromatic Docusaurus"/></div></div></div></div></div><div class="productShowcaseSection paddingBottom"><h2>Who is Using Docusaurus?</h2><p>Docusaurus is building websites for these projects...</p><div class="showcase"><a class="link" href="https://babeljs.io/"><img src="/img/users/babel.svg" alt="Babel" title="Babel"/><span class="caption">Babel</span></a><a class="link" href="https://facebookresearch.github.io/BlueWhale/"><img src="/img/users/BlueWhale.png" alt="BlueWhale" title="BlueWhale"/><span class="caption">BlueWhale</span></a><a class="link" href="https://pybowler.io/"><img src="/img/users/bowler.svg" alt="Bowler" title="Bowler"/><span class="caption">Bowler</span></a><a class="link" href="https://bucklescript.github.io/"><img src="/img/users/bucklescript.svg" alt="BuckleScript" title="BuckleScript"/><span class="caption">BuckleScript</span></a><a class="link" href="https://facebook.github.io/create-react-app/"><img src="/img/users/react.svg" alt="Create React App" title="Create React App"/><span class="caption">Create React App</span></a><a class="link" href="https://www.docusaurus.io"><img src="/img/users/docusaurus.svg" alt="Docusaurus" title="Docusaurus"/><span class="caption">Docusaurus</span></a><a class="link" href="https://draftjs.org/"><img src="/img/users/draftjs.png" alt="Draft.js" title="Draft.js"/><span class="caption">Draft.js</span></a><a class="link" href="https://fasttext.cc"><img src="/img/users/fasttext.png" alt="FastText" title="FastText"/><span class="caption">FastText</span></a><a class="link" href="https://fbflipper.com"><img src="/img/users/flipper.png" alt="Flipper" title="Flipper"/><span class="caption">Flipper</span></a><a class="link" href="https://jestjs.io"><img src="/img/users/jest.png" alt="Jest" title="Jest"/><span class="caption">Jest</span></a><a class="link" href="http://makeitopen.com/"><img src="/img/users/makeitopen.png" alt="MakeItOpen" title="MakeItOpen"/><span class="caption">MakeItOpen</span></a><a class="link" href="https://facebook.github.io/metro/"><img src="/img/users/metro.svg" alt="Metro" title="Metro"/><span class="caption">Metro</span></a><a class="link" href="https://www.prettier.io"><img src="/img/users/prettier.png" alt="Prettier" title="Prettier"/><span class="caption">Prettier</span></a><a class="link" href="https://pyre-check.org"><img src="/img/users/pyre.svg" alt="Pyre" title="Pyre"/><span class="caption">Pyre</span></a><a class="link" href="https://facebook.github.io/react-360"><img src="/img/users/react-360.svg" alt="React 360" title="React 360"/><span class="caption">React 360</span></a><a class="link" href="https://facebook.github.io/react-native"><img src="/img/users/react-native.svg" alt="React Native" title="React Native"/><span class="caption">React Native</span></a><a class="link" href="http://react-redux.js.org"><img src="/img/users/react-redux.svg" alt="React Redux" title="React Redux"/><span class="caption">React Redux</span></a><a class="link" href="https://reasonml.github.io/"><img src="/img/users/reason.svg" alt="Reason" title="Reason"/><span class="caption">Reason</span></a><a class="link" href="https://reasonml.github.io/reason-react/"><img src="/img/users/reason-react.svg" alt="ReasonReact" title="ReasonReact"/><span class="caption">ReasonReact</span></a><a class="link" href="https://facebook.github.io/relay/"><img src="/img/users/relay.svg" alt="Relay" title="Relay"/><span class="caption">Relay</span></a><a class="link" href="http://skiplang.com"><img src="http://www.skiplang.com/img/icon.png" alt="Skip" title="Skip"/><span class="caption">Skip</span></a><a class="link" href="http://libspectrum.io"><img src="/img/users/spectrum.svg" alt="Spectrum" title="Spectrum"/><span class="caption">Spectrum</span></a></div><div class="more-users"><a class="button" href="/en/users">All Docusaurus Users</a></div></div><div class="testimonials"><div class="container paddingBottom paddingTop"><div class="wrapper"><div class="gridBlock"><div class="blockElement alignCenter imageAlignTop threeByGridBlock"><div class="blockImage"><img src="/img/christopher-chedeau.jpg" alt="Christopher &quot;vjeux&quot; Chedeau"/></div><div class="blockContent"><h2><div><span><p>Christopher &quot;vjeux&quot; Chedeau <br/><font size="2">Lead Prettier Developer</font></p>
</span></div></div><div class="blockImage"><img src="/img/docusaurus_monochrome.svg" alt="Monochromatic Docusaurus"/></div></div></div></div></div><div class="productShowcaseSection paddingBottom"><h2>Who is Using Docusaurus?</h2><p>Docusaurus is building websites for these projects...</p><div class="showcase"><a class="link" href="https://babeljs.io/"><img src="/img/users/babel.svg" alt="Babel" title="Babel"/><span class="caption">Babel</span></a><a class="link" href="https://facebookresearch.github.io/BlueWhale/"><img src="/img/users/BlueWhale.png" alt="BlueWhale" title="BlueWhale"/><span class="caption">BlueWhale</span></a><a class="link" href="https://pybowler.io/"><img src="/img/users/bowler.svg" alt="Bowler" title="Bowler"/><span class="caption">Bowler</span></a><a class="link" href="https://bucklescript.github.io/"><img src="/img/users/bucklescript.svg" alt="BuckleScript" title="BuckleScript"/><span class="caption">BuckleScript</span></a><a class="link" href="https://facebook.github.io/create-react-app/"><img src="/img/users/react.svg" alt="Create React App" title="Create React App"/><span class="caption">Create React App</span></a><a class="link" href="https://www.docusaurus.io"><img src="/img/users/docusaurus.svg" alt="Docusaurus" title="Docusaurus"/><span class="caption">Docusaurus</span></a><a class="link" href="https://draftjs.org/"><img src="/img/users/draftjs.png" alt="Draft.js" title="Draft.js"/><span class="caption">Draft.js</span></a><a class="link" href="https://fasttext.cc"><img src="/img/users/fasttext.png" alt="FastText" title="FastText"/><span class="caption">FastText</span></a><a class="link" href="https://fbflipper.com"><img src="/img/users/flipper.png" alt="Flipper" title="Flipper"/><span class="caption">Flipper</span></a><a class="link" href="https://jestjs.io"><img src="/img/users/jest.png" alt="Jest" title="Jest"/><span class="caption">Jest</span></a><a class="link" href="http://makeitopen.com/"><img src="/img/users/makeitopen.png" alt="MakeItOpen" title="MakeItOpen"/><span class="caption">MakeItOpen</span></a><a class="link" href="https://facebook.github.io/metro/"><img src="/img/users/metro.svg" alt="Metro" title="Metro"/><span class="caption">Metro</span></a><a class="link" href="https://www.prettier.io"><img src="/img/users/prettier.png" alt="Prettier" title="Prettier"/><span class="caption">Prettier</span></a><a class="link" href="https://pyre-check.org"><img src="/img/users/pyre.svg" alt="Pyre" title="Pyre"/><span class="caption">Pyre</span></a><a class="link" href="https://facebook.github.io/react-360"><img src="/img/users/react-360.svg" alt="React 360" title="React 360"/><span class="caption">React 360</span></a><a class="link" href="https://facebook.github.io/react-native"><img src="/img/users/react-native.svg" alt="React Native" title="React Native"/><span class="caption">React Native</span></a><a class="link" href="http://react-redux.js.org"><img src="/img/users/react-redux.svg" alt="React Redux" title="React Redux"/><span class="caption">React Redux</span></a><a class="link" href="https://reasonml.github.io/"><img src="/img/users/reason.svg" alt="Reason" title="Reason"/><span class="caption">Reason</span></a><a class="link" href="https://reasonml.github.io/reason-react/"><img src="/img/users/reason-react.svg" alt="ReasonReact" title="ReasonReact"/><span class="caption">ReasonReact</span></a><a class="link" href="https://facebook.github.io/relay/"><img src="/img/users/relay.svg" alt="Relay" title="Relay"/><span class="caption">Relay</span></a><a class="link" href="http://skiplang.com"><img src="http://www.skiplang.com/img/icon.png" alt="Skip" title="Skip"/><span class="caption">Skip</span></a><a class="link" href="http://libspectrum.io"><img src="/img/users/spectrum.svg" alt="Spectrum" title="Spectrum"/><span class="caption">Spectrum</span></a><a class="link" href="https://torchcraft.github.io/TorchCraftAI/"><img src="/img/users/torchcraftai.png" alt="TorchCraftAI" title="TorchCraftAI"/><span class="caption">TorchCraftAI</span></a></div><div class="more-users"><a class="button" href="/en/users">All Docusaurus Users</a></div></div><div class="testimonials"><div class="container paddingBottom paddingTop"><div class="wrapper"><div class="gridBlock"><div class="blockElement alignCenter imageAlignTop threeByGridBlock"><div class="blockImage"><img src="/img/christopher-chedeau.jpg" alt="Christopher &quot;vjeux&quot; Chedeau"/></div><div class="blockContent"><h2><div><span><p>Christopher &quot;vjeux&quot; Chedeau <br/><font size="2">Lead Prettier Developer</font></p>
</span></div></h2><div><span><p><em>I've helped open source many projects at Facebook and every one needed a website. They all had very similar constraints: the documentation should be written in markdown and be deployed via GitHub pages. None of the existing solutions were great, so I hacked my own and then forked it whenever we needed a new website. Im so glad that Docusaurus now exists so that I dont have to spend a week each time spinning up a new one.</em></p>
</span></div></div></div><div class="blockElement alignCenter imageAlignTop threeByGridBlock"><div class="blockImage"><img src="/img/hector-ramos.png" alt="Hector Ramos"/></div><div class="blockContent"><h2><div><span><p>Hector Ramos <br/><font size="2">Lead React Native Advocate</font></p>
</span></div></h2><div><span><p><em>Open source contributions to the React Native docs have skyrocketed after our move to Docusaurus. The docs are now hosted on a small repo in plain markdown, with none of the clutter that a typical static site generator would require. Thanks Slash!</em></p>

View file

@ -64,7 +64,7 @@ and <a href="/docs/ro/versioning">versioning</a>,
along with some other special <a href="/docs/ro/doc-markdown">documentation markdown features</a>.
If you have ideas for useful features, feel free to
contribute on <a href="https://github.com/facebook/docusaurus">GitHub</a>!</p>
</span></div></div><div class="blockImage"><img src="/img/docusaurus_monochrome.svg" alt="Monochromatic Docusaurus"/></div></div></div></div></div><div class="productShowcaseSection paddingBottom"><h2>Who is Using Docusaurus?</h2><p>Docusaurus is building websites for these projects...</p><div class="showcase"><a class="link" href="https://babeljs.io/"><img src="/img/users/babel.svg" alt="Babel" title="Babel"/><span class="caption">Babel</span></a><a class="link" href="https://facebookresearch.github.io/BlueWhale/"><img src="/img/users/BlueWhale.png" alt="BlueWhale" title="BlueWhale"/><span class="caption">BlueWhale</span></a><a class="link" href="https://pybowler.io/"><img src="/img/users/bowler.svg" alt="Bowler" title="Bowler"/><span class="caption">Bowler</span></a><a class="link" href="https://bucklescript.github.io/"><img src="/img/users/bucklescript.svg" alt="BuckleScript" title="BuckleScript"/><span class="caption">BuckleScript</span></a><a class="link" href="https://facebook.github.io/create-react-app/"><img src="/img/users/react.svg" alt="Create React App" title="Create React App"/><span class="caption">Create React App</span></a><a class="link" href="https://www.docusaurus.io"><img src="/img/users/docusaurus.svg" alt="Docusaurus" title="Docusaurus"/><span class="caption">Docusaurus</span></a><a class="link" href="https://draftjs.org/"><img src="/img/users/draftjs.png" alt="Draft.js" title="Draft.js"/><span class="caption">Draft.js</span></a><a class="link" href="https://fasttext.cc"><img src="/img/users/fasttext.png" alt="FastText" title="FastText"/><span class="caption">FastText</span></a><a class="link" href="https://fbflipper.com"><img src="/img/users/flipper.png" alt="Flipper" title="Flipper"/><span class="caption">Flipper</span></a><a class="link" href="https://jestjs.io"><img src="/img/users/jest.png" alt="Jest" title="Jest"/><span class="caption">Jest</span></a><a class="link" href="http://makeitopen.com/"><img src="/img/users/makeitopen.png" alt="MakeItOpen" title="MakeItOpen"/><span class="caption">MakeItOpen</span></a><a class="link" href="https://facebook.github.io/metro/"><img src="/img/users/metro.svg" alt="Metro" title="Metro"/><span class="caption">Metro</span></a><a class="link" href="https://www.prettier.io"><img src="/img/users/prettier.png" alt="Prettier" title="Prettier"/><span class="caption">Prettier</span></a><a class="link" href="https://pyre-check.org"><img src="/img/users/pyre.svg" alt="Pyre" title="Pyre"/><span class="caption">Pyre</span></a><a class="link" href="https://facebook.github.io/react-360"><img src="/img/users/react-360.svg" alt="React 360" title="React 360"/><span class="caption">React 360</span></a><a class="link" href="https://facebook.github.io/react-native"><img src="/img/users/react-native.svg" alt="React Native" title="React Native"/><span class="caption">React Native</span></a><a class="link" href="http://react-redux.js.org"><img src="/img/users/react-redux.svg" alt="React Redux" title="React Redux"/><span class="caption">React Redux</span></a><a class="link" href="https://reasonml.github.io/"><img src="/img/users/reason.svg" alt="Reason" title="Reason"/><span class="caption">Reason</span></a><a class="link" href="https://reasonml.github.io/reason-react/"><img src="/img/users/reason-react.svg" alt="ReasonReact" title="ReasonReact"/><span class="caption">ReasonReact</span></a><a class="link" href="https://facebook.github.io/relay/"><img src="/img/users/relay.svg" alt="Relay" title="Relay"/><span class="caption">Relay</span></a><a class="link" href="http://skiplang.com"><img src="http://www.skiplang.com/img/icon.png" alt="Skip" title="Skip"/><span class="caption">Skip</span></a><a class="link" href="http://libspectrum.io"><img src="/img/users/spectrum.svg" alt="Spectrum" title="Spectrum"/><span class="caption">Spectrum</span></a></div><div class="more-users"><a class="button" href="/ro/users">All Docusaurus Users</a></div></div><div class="testimonials"><div class="container paddingBottom paddingTop"><div class="wrapper"><div class="gridBlock"><div class="blockElement alignCenter imageAlignTop threeByGridBlock"><div class="blockImage"><img src="/img/christopher-chedeau.jpg" alt="Christopher &quot;vjeux&quot; Chedeau"/></div><div class="blockContent"><h2><div><span><p>Christopher &quot;vjeux&quot; Chedeau <br/><font size="2">Lead Prettier Developer</font></p>
</span></div></div><div class="blockImage"><img src="/img/docusaurus_monochrome.svg" alt="Monochromatic Docusaurus"/></div></div></div></div></div><div class="productShowcaseSection paddingBottom"><h2>Who is Using Docusaurus?</h2><p>Docusaurus is building websites for these projects...</p><div class="showcase"><a class="link" href="https://babeljs.io/"><img src="/img/users/babel.svg" alt="Babel" title="Babel"/><span class="caption">Babel</span></a><a class="link" href="https://facebookresearch.github.io/BlueWhale/"><img src="/img/users/BlueWhale.png" alt="BlueWhale" title="BlueWhale"/><span class="caption">BlueWhale</span></a><a class="link" href="https://pybowler.io/"><img src="/img/users/bowler.svg" alt="Bowler" title="Bowler"/><span class="caption">Bowler</span></a><a class="link" href="https://bucklescript.github.io/"><img src="/img/users/bucklescript.svg" alt="BuckleScript" title="BuckleScript"/><span class="caption">BuckleScript</span></a><a class="link" href="https://facebook.github.io/create-react-app/"><img src="/img/users/react.svg" alt="Create React App" title="Create React App"/><span class="caption">Create React App</span></a><a class="link" href="https://www.docusaurus.io"><img src="/img/users/docusaurus.svg" alt="Docusaurus" title="Docusaurus"/><span class="caption">Docusaurus</span></a><a class="link" href="https://draftjs.org/"><img src="/img/users/draftjs.png" alt="Draft.js" title="Draft.js"/><span class="caption">Draft.js</span></a><a class="link" href="https://fasttext.cc"><img src="/img/users/fasttext.png" alt="FastText" title="FastText"/><span class="caption">FastText</span></a><a class="link" href="https://fbflipper.com"><img src="/img/users/flipper.png" alt="Flipper" title="Flipper"/><span class="caption">Flipper</span></a><a class="link" href="https://jestjs.io"><img src="/img/users/jest.png" alt="Jest" title="Jest"/><span class="caption">Jest</span></a><a class="link" href="http://makeitopen.com/"><img src="/img/users/makeitopen.png" alt="MakeItOpen" title="MakeItOpen"/><span class="caption">MakeItOpen</span></a><a class="link" href="https://facebook.github.io/metro/"><img src="/img/users/metro.svg" alt="Metro" title="Metro"/><span class="caption">Metro</span></a><a class="link" href="https://www.prettier.io"><img src="/img/users/prettier.png" alt="Prettier" title="Prettier"/><span class="caption">Prettier</span></a><a class="link" href="https://pyre-check.org"><img src="/img/users/pyre.svg" alt="Pyre" title="Pyre"/><span class="caption">Pyre</span></a><a class="link" href="https://facebook.github.io/react-360"><img src="/img/users/react-360.svg" alt="React 360" title="React 360"/><span class="caption">React 360</span></a><a class="link" href="https://facebook.github.io/react-native"><img src="/img/users/react-native.svg" alt="React Native" title="React Native"/><span class="caption">React Native</span></a><a class="link" href="http://react-redux.js.org"><img src="/img/users/react-redux.svg" alt="React Redux" title="React Redux"/><span class="caption">React Redux</span></a><a class="link" href="https://reasonml.github.io/"><img src="/img/users/reason.svg" alt="Reason" title="Reason"/><span class="caption">Reason</span></a><a class="link" href="https://reasonml.github.io/reason-react/"><img src="/img/users/reason-react.svg" alt="ReasonReact" title="ReasonReact"/><span class="caption">ReasonReact</span></a><a class="link" href="https://facebook.github.io/relay/"><img src="/img/users/relay.svg" alt="Relay" title="Relay"/><span class="caption">Relay</span></a><a class="link" href="http://skiplang.com"><img src="http://www.skiplang.com/img/icon.png" alt="Skip" title="Skip"/><span class="caption">Skip</span></a><a class="link" href="http://libspectrum.io"><img src="/img/users/spectrum.svg" alt="Spectrum" title="Spectrum"/><span class="caption">Spectrum</span></a><a class="link" href="https://torchcraft.github.io/TorchCraftAI/"><img src="/img/users/torchcraftai.png" alt="TorchCraftAI" title="TorchCraftAI"/><span class="caption">TorchCraftAI</span></a></div><div class="more-users"><a class="button" href="/ro/users">All Docusaurus Users</a></div></div><div class="testimonials"><div class="container paddingBottom paddingTop"><div class="wrapper"><div class="gridBlock"><div class="blockElement alignCenter imageAlignTop threeByGridBlock"><div class="blockImage"><img src="/img/christopher-chedeau.jpg" alt="Christopher &quot;vjeux&quot; Chedeau"/></div><div class="blockContent"><h2><div><span><p>Christopher &quot;vjeux&quot; Chedeau <br/><font size="2">Lead Prettier Developer</font></p>
</span></div></h2><div><span><p><em>I've helped open source many projects at Facebook and every one needed a website. They all had very similar constraints: the documentation should be written in markdown and be deployed via GitHub pages. None of the existing solutions were great, so I hacked my own and then forked it whenever we needed a new website. Im so glad that Docusaurus now exists so that I dont have to spend a week each time spinning up a new one.</em></p>
</span></div></div></div><div class="blockElement alignCenter imageAlignTop threeByGridBlock"><div class="blockImage"><img src="/img/hector-ramos.png" alt="Hector Ramos"/></div><div class="blockContent"><h2><div><span><p>Hector Ramos <br/><font size="2">Lead React Native Advocate</font></p>
</span></div></h2><div><span><p><em>Open source contributions to the React Native docs have skyrocketed after our move to Docusaurus. The docs are now hosted on a small repo in plain markdown, with none of the clutter that a typical static site generator would require. Thanks Slash!</em></p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -64,7 +64,7 @@ and <a href="/docs/tr/versioning">versioning</a>,
along with some other special <a href="/docs/tr/doc-markdown">documentation markdown features</a>.
If you have ideas for useful features, feel free to
contribute on <a href="https://github.com/facebook/docusaurus">GitHub</a>!</p>
</span></div></div><div class="blockImage"><img src="/img/docusaurus_monochrome.svg" alt="Monochromatic Docusaurus"/></div></div></div></div></div><div class="productShowcaseSection paddingBottom"><h2>Who is Using Docusaurus?</h2><p>Docusaurus is building websites for these projects...</p><div class="showcase"><a class="link" href="https://babeljs.io/"><img src="/img/users/babel.svg" alt="Babel" title="Babel"/><span class="caption">Babel</span></a><a class="link" href="https://facebookresearch.github.io/BlueWhale/"><img src="/img/users/BlueWhale.png" alt="BlueWhale" title="BlueWhale"/><span class="caption">BlueWhale</span></a><a class="link" href="https://pybowler.io/"><img src="/img/users/bowler.svg" alt="Bowler" title="Bowler"/><span class="caption">Bowler</span></a><a class="link" href="https://bucklescript.github.io/"><img src="/img/users/bucklescript.svg" alt="BuckleScript" title="BuckleScript"/><span class="caption">BuckleScript</span></a><a class="link" href="https://facebook.github.io/create-react-app/"><img src="/img/users/react.svg" alt="Create React App" title="Create React App"/><span class="caption">Create React App</span></a><a class="link" href="https://www.docusaurus.io"><img src="/img/users/docusaurus.svg" alt="Docusaurus" title="Docusaurus"/><span class="caption">Docusaurus</span></a><a class="link" href="https://draftjs.org/"><img src="/img/users/draftjs.png" alt="Draft.js" title="Draft.js"/><span class="caption">Draft.js</span></a><a class="link" href="https://fasttext.cc"><img src="/img/users/fasttext.png" alt="FastText" title="FastText"/><span class="caption">FastText</span></a><a class="link" href="https://fbflipper.com"><img src="/img/users/flipper.png" alt="Flipper" title="Flipper"/><span class="caption">Flipper</span></a><a class="link" href="https://jestjs.io"><img src="/img/users/jest.png" alt="Jest" title="Jest"/><span class="caption">Jest</span></a><a class="link" href="http://makeitopen.com/"><img src="/img/users/makeitopen.png" alt="MakeItOpen" title="MakeItOpen"/><span class="caption">MakeItOpen</span></a><a class="link" href="https://facebook.github.io/metro/"><img src="/img/users/metro.svg" alt="Metro" title="Metro"/><span class="caption">Metro</span></a><a class="link" href="https://www.prettier.io"><img src="/img/users/prettier.png" alt="Prettier" title="Prettier"/><span class="caption">Prettier</span></a><a class="link" href="https://pyre-check.org"><img src="/img/users/pyre.svg" alt="Pyre" title="Pyre"/><span class="caption">Pyre</span></a><a class="link" href="https://facebook.github.io/react-360"><img src="/img/users/react-360.svg" alt="React 360" title="React 360"/><span class="caption">React 360</span></a><a class="link" href="https://facebook.github.io/react-native"><img src="/img/users/react-native.svg" alt="React Native" title="React Native"/><span class="caption">React Native</span></a><a class="link" href="http://react-redux.js.org"><img src="/img/users/react-redux.svg" alt="React Redux" title="React Redux"/><span class="caption">React Redux</span></a><a class="link" href="https://reasonml.github.io/"><img src="/img/users/reason.svg" alt="Reason" title="Reason"/><span class="caption">Reason</span></a><a class="link" href="https://reasonml.github.io/reason-react/"><img src="/img/users/reason-react.svg" alt="ReasonReact" title="ReasonReact"/><span class="caption">ReasonReact</span></a><a class="link" href="https://facebook.github.io/relay/"><img src="/img/users/relay.svg" alt="Relay" title="Relay"/><span class="caption">Relay</span></a><a class="link" href="http://skiplang.com"><img src="http://www.skiplang.com/img/icon.png" alt="Skip" title="Skip"/><span class="caption">Skip</span></a><a class="link" href="http://libspectrum.io"><img src="/img/users/spectrum.svg" alt="Spectrum" title="Spectrum"/><span class="caption">Spectrum</span></a></div><div class="more-users"><a class="button" href="/tr/users">All Docusaurus Users</a></div></div><div class="testimonials"><div class="container paddingBottom paddingTop"><div class="wrapper"><div class="gridBlock"><div class="blockElement alignCenter imageAlignTop threeByGridBlock"><div class="blockImage"><img src="/img/christopher-chedeau.jpg" alt="Christopher &quot;vjeux&quot; Chedeau"/></div><div class="blockContent"><h2><div><span><p>Christopher &quot;vjeux&quot; Chedeau <br/><font size="2">Lead Prettier Developer</font></p>
</span></div></div><div class="blockImage"><img src="/img/docusaurus_monochrome.svg" alt="Monochromatic Docusaurus"/></div></div></div></div></div><div class="productShowcaseSection paddingBottom"><h2>Who is Using Docusaurus?</h2><p>Docusaurus is building websites for these projects...</p><div class="showcase"><a class="link" href="https://babeljs.io/"><img src="/img/users/babel.svg" alt="Babel" title="Babel"/><span class="caption">Babel</span></a><a class="link" href="https://facebookresearch.github.io/BlueWhale/"><img src="/img/users/BlueWhale.png" alt="BlueWhale" title="BlueWhale"/><span class="caption">BlueWhale</span></a><a class="link" href="https://pybowler.io/"><img src="/img/users/bowler.svg" alt="Bowler" title="Bowler"/><span class="caption">Bowler</span></a><a class="link" href="https://bucklescript.github.io/"><img src="/img/users/bucklescript.svg" alt="BuckleScript" title="BuckleScript"/><span class="caption">BuckleScript</span></a><a class="link" href="https://facebook.github.io/create-react-app/"><img src="/img/users/react.svg" alt="Create React App" title="Create React App"/><span class="caption">Create React App</span></a><a class="link" href="https://www.docusaurus.io"><img src="/img/users/docusaurus.svg" alt="Docusaurus" title="Docusaurus"/><span class="caption">Docusaurus</span></a><a class="link" href="https://draftjs.org/"><img src="/img/users/draftjs.png" alt="Draft.js" title="Draft.js"/><span class="caption">Draft.js</span></a><a class="link" href="https://fasttext.cc"><img src="/img/users/fasttext.png" alt="FastText" title="FastText"/><span class="caption">FastText</span></a><a class="link" href="https://fbflipper.com"><img src="/img/users/flipper.png" alt="Flipper" title="Flipper"/><span class="caption">Flipper</span></a><a class="link" href="https://jestjs.io"><img src="/img/users/jest.png" alt="Jest" title="Jest"/><span class="caption">Jest</span></a><a class="link" href="http://makeitopen.com/"><img src="/img/users/makeitopen.png" alt="MakeItOpen" title="MakeItOpen"/><span class="caption">MakeItOpen</span></a><a class="link" href="https://facebook.github.io/metro/"><img src="/img/users/metro.svg" alt="Metro" title="Metro"/><span class="caption">Metro</span></a><a class="link" href="https://www.prettier.io"><img src="/img/users/prettier.png" alt="Prettier" title="Prettier"/><span class="caption">Prettier</span></a><a class="link" href="https://pyre-check.org"><img src="/img/users/pyre.svg" alt="Pyre" title="Pyre"/><span class="caption">Pyre</span></a><a class="link" href="https://facebook.github.io/react-360"><img src="/img/users/react-360.svg" alt="React 360" title="React 360"/><span class="caption">React 360</span></a><a class="link" href="https://facebook.github.io/react-native"><img src="/img/users/react-native.svg" alt="React Native" title="React Native"/><span class="caption">React Native</span></a><a class="link" href="http://react-redux.js.org"><img src="/img/users/react-redux.svg" alt="React Redux" title="React Redux"/><span class="caption">React Redux</span></a><a class="link" href="https://reasonml.github.io/"><img src="/img/users/reason.svg" alt="Reason" title="Reason"/><span class="caption">Reason</span></a><a class="link" href="https://reasonml.github.io/reason-react/"><img src="/img/users/reason-react.svg" alt="ReasonReact" title="ReasonReact"/><span class="caption">ReasonReact</span></a><a class="link" href="https://facebook.github.io/relay/"><img src="/img/users/relay.svg" alt="Relay" title="Relay"/><span class="caption">Relay</span></a><a class="link" href="http://skiplang.com"><img src="http://www.skiplang.com/img/icon.png" alt="Skip" title="Skip"/><span class="caption">Skip</span></a><a class="link" href="http://libspectrum.io"><img src="/img/users/spectrum.svg" alt="Spectrum" title="Spectrum"/><span class="caption">Spectrum</span></a><a class="link" href="https://torchcraft.github.io/TorchCraftAI/"><img src="/img/users/torchcraftai.png" alt="TorchCraftAI" title="TorchCraftAI"/><span class="caption">TorchCraftAI</span></a></div><div class="more-users"><a class="button" href="/tr/users">All Docusaurus Users</a></div></div><div class="testimonials"><div class="container paddingBottom paddingTop"><div class="wrapper"><div class="gridBlock"><div class="blockElement alignCenter imageAlignTop threeByGridBlock"><div class="blockImage"><img src="/img/christopher-chedeau.jpg" alt="Christopher &quot;vjeux&quot; Chedeau"/></div><div class="blockContent"><h2><div><span><p>Christopher &quot;vjeux&quot; Chedeau <br/><font size="2">Lead Prettier Developer</font></p>
</span></div></h2><div><span><p><em>I've helped open source many projects at Facebook and every one needed a website. They all had very similar constraints: the documentation should be written in markdown and be deployed via GitHub pages. None of the existing solutions were great, so I hacked my own and then forked it whenever we needed a new website. Im so glad that Docusaurus now exists so that I dont have to spend a week each time spinning up a new one.</em></p>
</span></div></div></div><div class="blockElement alignCenter imageAlignTop threeByGridBlock"><div class="blockImage"><img src="/img/hector-ramos.png" alt="Hector Ramos"/></div><div class="blockContent"><h2><div><span><p>Hector Ramos <br/><font size="2">Lead React Native Advocate</font></p>
</span></div></h2><div><span><p><em>Open source contributions to the React Native docs have skyrocketed after our move to Docusaurus. The docs are now hosted on a small repo in plain markdown, with none of the clutter that a typical static site generator would require. Thanks Slash!</em></p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -64,7 +64,7 @@ and <a href="/docs/zh-CN/versioning">versioning</a>,
along with some other special <a href="/docs/zh-CN/doc-markdown">documentation markdown features</a>.
If you have ideas for useful features, feel free to
contribute on <a href="https://github.com/facebook/docusaurus">GitHub</a>!</p>
</span></div></div><div class="blockImage"><img src="/img/docusaurus_monochrome.svg" alt="Monochromatic Docusaurus"/></div></div></div></div></div><div class="productShowcaseSection paddingBottom"><h2>谁在使用 Docusaurus</h2><p>Docusaurus 正在为这些项目构建网站...</p><div class="showcase"><a class="link" href="https://babeljs.io/"><img src="/img/users/babel.svg" alt="Babel" title="Babel"/><span class="caption">Babel</span></a><a class="link" href="https://facebookresearch.github.io/BlueWhale/"><img src="/img/users/BlueWhale.png" alt="BlueWhale" title="BlueWhale"/><span class="caption">BlueWhale</span></a><a class="link" href="https://pybowler.io/"><img src="/img/users/bowler.svg" alt="Bowler" title="Bowler"/><span class="caption">Bowler</span></a><a class="link" href="https://bucklescript.github.io/"><img src="/img/users/bucklescript.svg" alt="BuckleScript" title="BuckleScript"/><span class="caption">BuckleScript</span></a><a class="link" href="https://facebook.github.io/create-react-app/"><img src="/img/users/react.svg" alt="Create React App" title="Create React App"/><span class="caption">Create React App</span></a><a class="link" href="https://www.docusaurus.io"><img src="/img/users/docusaurus.svg" alt="Docusaurus" title="Docusaurus"/><span class="caption">Docusaurus</span></a><a class="link" href="https://draftjs.org/"><img src="/img/users/draftjs.png" alt="Draft.js" title="Draft.js"/><span class="caption">Draft.js</span></a><a class="link" href="https://fasttext.cc"><img src="/img/users/fasttext.png" alt="FastText" title="FastText"/><span class="caption">FastText</span></a><a class="link" href="https://fbflipper.com"><img src="/img/users/flipper.png" alt="Flipper" title="Flipper"/><span class="caption">Flipper</span></a><a class="link" href="https://jestjs.io"><img src="/img/users/jest.png" alt="Jest" title="Jest"/><span class="caption">Jest</span></a><a class="link" href="http://makeitopen.com/"><img src="/img/users/makeitopen.png" alt="MakeItOpen" title="MakeItOpen"/><span class="caption">MakeItOpen</span></a><a class="link" href="https://facebook.github.io/metro/"><img src="/img/users/metro.svg" alt="Metro" title="Metro"/><span class="caption">Metro</span></a><a class="link" href="https://www.prettier.io"><img src="/img/users/prettier.png" alt="Prettier" title="Prettier"/><span class="caption">Prettier</span></a><a class="link" href="https://pyre-check.org"><img src="/img/users/pyre.svg" alt="Pyre" title="Pyre"/><span class="caption">Pyre</span></a><a class="link" href="https://facebook.github.io/react-360"><img src="/img/users/react-360.svg" alt="React 360" title="React 360"/><span class="caption">React 360</span></a><a class="link" href="https://facebook.github.io/react-native"><img src="/img/users/react-native.svg" alt="React Native" title="React Native"/><span class="caption">React Native</span></a><a class="link" href="http://react-redux.js.org"><img src="/img/users/react-redux.svg" alt="React Redux" title="React Redux"/><span class="caption">React Redux</span></a><a class="link" href="https://reasonml.github.io/"><img src="/img/users/reason.svg" alt="Reason" title="Reason"/><span class="caption">Reason</span></a><a class="link" href="https://reasonml.github.io/reason-react/"><img src="/img/users/reason-react.svg" alt="ReasonReact" title="ReasonReact"/><span class="caption">ReasonReact</span></a><a class="link" href="https://facebook.github.io/relay/"><img src="/img/users/relay.svg" alt="Relay" title="Relay"/><span class="caption">Relay</span></a><a class="link" href="http://skiplang.com"><img src="http://www.skiplang.com/img/icon.png" alt="Skip" title="Skip"/><span class="caption">Skip</span></a><a class="link" href="http://libspectrum.io"><img src="/img/users/spectrum.svg" alt="Spectrum" title="Spectrum"/><span class="caption">Spectrum</span></a></div><div class="more-users"><a class="button" href="/zh-CN/users">所有 Docusaurus 用户</a></div></div><div class="testimonials"><div class="container paddingBottom paddingTop"><div class="wrapper"><div class="gridBlock"><div class="blockElement alignCenter imageAlignTop threeByGridBlock"><div class="blockImage"><img src="/img/christopher-chedeau.jpg" alt="Christopher &quot;vjeux&quot; Chedeau"/></div><div class="blockContent"><h2><div><span><p>Christopher &quot;vjeux&quot; Chedeau <br/><font size="2">Lead Prettier Developer</font></p>
</span></div></div><div class="blockImage"><img src="/img/docusaurus_monochrome.svg" alt="Monochromatic Docusaurus"/></div></div></div></div></div><div class="productShowcaseSection paddingBottom"><h2>谁在使用 Docusaurus</h2><p>Docusaurus 正在为这些项目构建网站...</p><div class="showcase"><a class="link" href="https://babeljs.io/"><img src="/img/users/babel.svg" alt="Babel" title="Babel"/><span class="caption">Babel</span></a><a class="link" href="https://facebookresearch.github.io/BlueWhale/"><img src="/img/users/BlueWhale.png" alt="BlueWhale" title="BlueWhale"/><span class="caption">BlueWhale</span></a><a class="link" href="https://pybowler.io/"><img src="/img/users/bowler.svg" alt="Bowler" title="Bowler"/><span class="caption">Bowler</span></a><a class="link" href="https://bucklescript.github.io/"><img src="/img/users/bucklescript.svg" alt="BuckleScript" title="BuckleScript"/><span class="caption">BuckleScript</span></a><a class="link" href="https://facebook.github.io/create-react-app/"><img src="/img/users/react.svg" alt="Create React App" title="Create React App"/><span class="caption">Create React App</span></a><a class="link" href="https://www.docusaurus.io"><img src="/img/users/docusaurus.svg" alt="Docusaurus" title="Docusaurus"/><span class="caption">Docusaurus</span></a><a class="link" href="https://draftjs.org/"><img src="/img/users/draftjs.png" alt="Draft.js" title="Draft.js"/><span class="caption">Draft.js</span></a><a class="link" href="https://fasttext.cc"><img src="/img/users/fasttext.png" alt="FastText" title="FastText"/><span class="caption">FastText</span></a><a class="link" href="https://fbflipper.com"><img src="/img/users/flipper.png" alt="Flipper" title="Flipper"/><span class="caption">Flipper</span></a><a class="link" href="https://jestjs.io"><img src="/img/users/jest.png" alt="Jest" title="Jest"/><span class="caption">Jest</span></a><a class="link" href="http://makeitopen.com/"><img src="/img/users/makeitopen.png" alt="MakeItOpen" title="MakeItOpen"/><span class="caption">MakeItOpen</span></a><a class="link" href="https://facebook.github.io/metro/"><img src="/img/users/metro.svg" alt="Metro" title="Metro"/><span class="caption">Metro</span></a><a class="link" href="https://www.prettier.io"><img src="/img/users/prettier.png" alt="Prettier" title="Prettier"/><span class="caption">Prettier</span></a><a class="link" href="https://pyre-check.org"><img src="/img/users/pyre.svg" alt="Pyre" title="Pyre"/><span class="caption">Pyre</span></a><a class="link" href="https://facebook.github.io/react-360"><img src="/img/users/react-360.svg" alt="React 360" title="React 360"/><span class="caption">React 360</span></a><a class="link" href="https://facebook.github.io/react-native"><img src="/img/users/react-native.svg" alt="React Native" title="React Native"/><span class="caption">React Native</span></a><a class="link" href="http://react-redux.js.org"><img src="/img/users/react-redux.svg" alt="React Redux" title="React Redux"/><span class="caption">React Redux</span></a><a class="link" href="https://reasonml.github.io/"><img src="/img/users/reason.svg" alt="Reason" title="Reason"/><span class="caption">Reason</span></a><a class="link" href="https://reasonml.github.io/reason-react/"><img src="/img/users/reason-react.svg" alt="ReasonReact" title="ReasonReact"/><span class="caption">ReasonReact</span></a><a class="link" href="https://facebook.github.io/relay/"><img src="/img/users/relay.svg" alt="Relay" title="Relay"/><span class="caption">Relay</span></a><a class="link" href="http://skiplang.com"><img src="http://www.skiplang.com/img/icon.png" alt="Skip" title="Skip"/><span class="caption">Skip</span></a><a class="link" href="http://libspectrum.io"><img src="/img/users/spectrum.svg" alt="Spectrum" title="Spectrum"/><span class="caption">Spectrum</span></a><a class="link" href="https://torchcraft.github.io/TorchCraftAI/"><img src="/img/users/torchcraftai.png" alt="TorchCraftAI" title="TorchCraftAI"/><span class="caption">TorchCraftAI</span></a></div><div class="more-users"><a class="button" href="/zh-CN/users">所有 Docusaurus 用户</a></div></div><div class="testimonials"><div class="container paddingBottom paddingTop"><div class="wrapper"><div class="gridBlock"><div class="blockElement alignCenter imageAlignTop threeByGridBlock"><div class="blockImage"><img src="/img/christopher-chedeau.jpg" alt="Christopher &quot;vjeux&quot; Chedeau"/></div><div class="blockContent"><h2><div><span><p>Christopher &quot;vjeux&quot; Chedeau <br/><font size="2">Lead Prettier Developer</font></p>
</span></div></h2><div><span><p><em>I've helped open source many projects at Facebook and every one needed a website. They all had very similar constraints: the documentation should be written in markdown and be deployed via GitHub pages. None of the existing solutions were great, so I hacked my own and then forked it whenever we needed a new website. Im so glad that Docusaurus now exists so that I dont have to spend a week each time spinning up a new one.</em></p>
</span></div></div></div><div class="blockElement alignCenter imageAlignTop threeByGridBlock"><div class="blockImage"><img src="/img/hector-ramos.png" alt="Hector Ramos"/></div><div class="blockContent"><h2><div><span><p>Hector Ramos <br/><font size="2">Lead React Native Advocate</font></p>
</span></div></h2><div><span><p><em>Open source contributions to the React Native docs have skyrocketed after our move to Docusaurus. The docs are now hosted on a small repo in plain markdown, with none of the clutter that a typical static site generator would require. Thanks Slash!</em></p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long