Deploy website

Deploy website version based on 44beeeaaee
This commit is contained in:
Website Deployment Script 2019-07-13 14:12:44 +00:00
parent 51e2c8e8b0
commit 0560cf7f45
2637 changed files with 3394 additions and 3142 deletions

View file

@ -124,11 +124,11 @@
<tr><th>Options</th><th>Por defecto</th><th>Descripción</th></tr>
</thead>
<tbody>
<tr><td><code>--skip-image-compression</code></td><td><code>false</code></td><td>Skip compression of image assets. Normalmente no querrás saltarte esto a menos que tus imagenes ya hayan sido optimizadas.</td></tr>
<tr><td><code>--skip-next-release</code></td><td><code>false</code></td><td>Skip the next release documents when versioning is enabled. This will not build HTML files for documents in <code>/docs</code> directory.</td></tr>
<tr><td><code>--skip-image-compression</code></td><td><code>false</code></td><td>Omite la compresión de las imágenes. Normalmente no querrás saltarte esto a menos que tus imagenes ya hayan sido optimizadas.</td></tr>
<tr><td><code>--skip-next-release</code></td><td><code>false</code></td><td>Omite los documentos de la próxima versión cuando el control de versiones está habilitado. This will not build HTML files for documents in <code>/docs</code> directory.</td></tr>
</tbody>
</table>
<p>Generates the static website, applying translations if necessary. Useful for building the website prior to deployment.</p>
<p>Genera el sitio web estático, aplicando traducciones si es necesario. Es útil para crear el sitio web antes de la implementación.</p>
<p>Ver también <a href="/docs/es-ES/1.10.0/commands#docusaurus-start"><code>docusaurus-start</code></a>.</p>
<hr>
<h3><a class="anchor" aria-hidden="true" id="docusaurus-examples"></a><a href="#docusaurus-examples" 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><code>docusaurus-examples</code></h3>
@ -138,18 +138,18 @@
<tr><th>Arguments</th><th>Por defecto</th><th>Descripción</th></tr>
</thead>
<tbody>
<tr><td><code>&lt;feature&gt;</code></td><td>-</td><td>Specify a feature <code>translations</code> or <code>versions</code> to generate the extra example files for that feature.</td></tr>
<tr><td><code>&lt;feature&gt;</code></td><td>-</td><td>Especifique una <code>traducción</code> o <code>versiones</code> de entidades para generar los archivos de ejemplo adicionales para esa característica.</td></tr>
</tbody>
</table>
<p><strong>Ejemplo</strong></p>
<pre><code class="hljs css language-bash">docusaurus-examples &lt;feature&gt;
</code></pre>
<p>When no feature is specified, sets up a minimally configured example website in your project. This command is covered in depth in the <a href="/docs/es-ES/1.10.0/site-preparation">Site Preparation guide</a>.</p>
<p>Cuando no se especifica ninguna característica, configura un sitio web de ejemplo mínimamente configurado en el proyecto. Este comando se trata en profundidad en la guía <a href="/docs/es-ES/1.10.0/site-preparation">Preparación del sitio</a>.</p>
<hr>
<h3><a class="anchor" aria-hidden="true" id="docusaurus-publish"></a><a href="#docusaurus-publish" 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><code>docusaurus-publish</code></h3>
<p>Alias: <code>publish-gh-pages</code></p>
<p><a href="/docs/es-ES/1.10.0/commands#docusaurus-build">Builds</a>, then deploys the static website to GitHub Pages. This command is meant to be run during the deployment step in CircleCI, and therefore expects a few environment variables to be defined:</p>
<p>The following environment variables are generally set manually by the user in the CircleCI <code>config.yml</code> file.</p>
<p><a href="/docs/es-ES/1.10.0/commands#docusaurus-build">Construye</a>, luego despliega el sitio web estático a las páginas de GitHub. Este comando se supone que se ejecutará durante el paso de despliegue en CircleCI, y por lo tanto espera que se definan algunas variables de entorno:</p>
<p>Las siguientes variables de entorno generalmente son configuradas manualmente por el usuario en el archivo CircleCI <code>config.yml</code>.</p>
<ul>
<li><code>GIT_USER</code>: El usuario de git que se asociará con la implementación del commit.</li>
<li><code>USE_SSH</code>: Whether to use SSH instead of HTTPS for your connection to the GitHub repo.</li>
@ -164,8 +164,8 @@
</ul>
<p>The following should be set by you in <code>siteConfig.js</code> as <code>organizationName</code> and <code>projectName</code>, respectively. If they are not set in your site configuration, they fall back to the <a href="https://circleci.com/docs/1.0/environment-variables/">CircleCI environment</a>.</p>
<ul>
<li><code>CIRCLE_PROJECT_USERNAME</code>: The GitHub username or organization name that hosts the Git repo, e.g. &quot;facebook&quot;.</li>
<li><code>CIRCLE_PROJECT_REPONAME</code>: The name of the Git repo, e.g. &quot;Docusaurus&quot;.</li>
<li><code>CIRCLE_PROJECT_USERNAME</code>: El nombre de usuario de GitHub o nombre de organización que aloja al repo Git, por ejemplo, &quot;facebook&quot;.</li>
<li><code>CIRCLE_PROJECT_REPONAME</code>: El nombre del repo Git, por ejemplo, &quot;Docusaurus&quot;.</li>
</ul>
<p>You can learn more about configuring automatic deployments with CircleCI in the <a href="/docs/es-ES/1.10.0/publishing">Publishing guide</a>.</p>
<hr>
@ -177,8 +177,8 @@
<tr><th>Arguments</th><th>Por defecto</th><th>Descripción</th></tr>
</thead>
<tbody>
<tr><td><code>&lt;currentVersion&gt;</code></td><td>-</td><td>Version to be renamed.</td></tr>
<tr><td><code>&lt;newVersion&gt;</code></td><td>-</td><td>Version to be renamed to.</td></tr>
<tr><td><code>&lt;currentVersion&gt;</code></td><td>-</td><td>Versión a renombrar.</td></tr>
<tr><td><code>&lt;newVersion&gt;</code></td><td>-</td><td>Versión a la que se renombra.</td></tr>
</tbody>
</table>
<p><strong>Ejemplo</strong></p>
@ -194,8 +194,8 @@
<tr><th>Options</th><th>Por defecto</th><th>Descripción</th></tr>
</thead>
<tbody>
<tr><td><code>-port &lt;number&gt;</code></td><td><code>3000</code></td><td>The website will be served from port 3000 by default, but if the port is taken up, Docusaurus will attempt to find an available one.</td></tr>
<tr><td><code>--host &lt;host&gt;</code></td><td><code>localhost</code></td><td>Specify a host to use. E.g., if you want your server to be accessible externally, you can use --host 0.0.0.0.</td></tr>
<tr><td><code>-port &lt;number&gt;</code></td><td><code>3000</code></td><td>El sitio web se servirá en el puerto 3000 por defecto, pero si el puerto ya está siendo usado, Docusaurus intentará encontrar uno disponible.</td></tr>
<tr><td><code>--host &lt;host&gt;</code></td><td><code>localhost</code></td><td>Especifique un host a usar. Por ejemplo, si desea que su servidor sea accesible externamente, puede usar --host 0.0.0.0.0.0.</td></tr>
<tr><td><code>--watch</code></td><td>-</td><td>Whether to watch the files and live reload the page when files are changed. Defaults to true. Disable this by using <code>--no-watch</code>.</td></tr>
</tbody>
</table>
@ -215,7 +215,7 @@
/docs/es-ES/installation">Getting Started</a><a href="
/docs/es-ES/versioning">Versioning</a><a href="
/docs/es-ES/translation">Localization</a><a href="
/docs/es-ES/search">Adding Search</a></div><div class="footerSection"><h5>Community</h5><a href="/es-ES/help">Help</a><a href="/es-ES/users">User Showcase</a><a href="/es-ES/about-slash">About</a></div><div class="footerSection"><h5>Social</h5><div class="social"><a class="github-button" href="https://github.com/facebook/Docusaurus" data-count-href="https://github.com/facebook/Docusaurus/stargazers" data-show-count="true" data-count-aria-label="# stargazers on GitHub" aria-label="Star this project on GitHub">Docusaurus</a></div><div class="social"><a href="https://twitter.com/docusaurus" class="twitter-follow-button">Follow @docusaurus</a></div><div class="social"><div class="fb-like" data-href="https://docusaurus.io" data-colorscheme="dark" data-layout="standard" data-share="true" data-width="225" data-show-faces="false"></div></div></div></section><a href="https://opensource.facebook.com/" target="_blank" rel="noreferrer noopener" class="fbOpenSource"><img src="/img/oss_logo.png" alt="Facebook Open Source" width="170" height="45"/></a><section class="copyright"><span>Copyright © 2019 Facebook Inc.</span> Landing images by <a href="https://undraw.co/">unDraw</a>.</section></footer></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script><script>window.fbAsyncInit = function() {FB.init({appId:'199138890728411',xfbml:true,version:'v2.7'});};(function(d, s, id){var js, fjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) {return;}js = d.createElement(s); js.id = id;js.src = '//connect.facebook.net/en_US/sdk.js';fjs.parentNode.insertBefore(js, fjs);}(document, 'script','facebook-jssdk'));
/docs/es-ES/search">Adding Search</a></div><div class="footerSection"><h5>Community</h5><a href="/es-ES/help">Help</a><a href="/es-ES/users">User Showcase</a><a href="/es-ES/about-slash">About</a></div><div class="footerSection"><h5>Social</h5><div class="social"><a class="github-button" href="https://github.com/facebook/docusaurus" data-count-href="https://github.com/facebook/docusaurus/stargazers" data-show-count="true" data-count-aria-label="# stargazers on GitHub" aria-label="Star this project on GitHub">docusaurus</a></div><div class="social"><a href="https://twitter.com/docusaurus" class="twitter-follow-button">Follow @docusaurus</a></div><div class="social"><div class="fb-like" data-href="https://docusaurus.io" data-colorscheme="dark" data-layout="standard" data-share="true" data-width="225" data-show-faces="false"></div></div></div></section><a href="https://opensource.facebook.com/" target="_blank" rel="noreferrer noopener" class="fbOpenSource"><img src="/img/oss_logo.png" alt="Facebook Open Source" width="170" height="45"/></a><section class="copyright"><span>Copyright © 2019 Facebook Inc.</span> Landing images by <a href="https://undraw.co/">unDraw</a>.</section></footer></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script><script>window.fbAsyncInit = function() {FB.init({appId:'199138890728411',xfbml:true,version:'v2.7'});};(function(d, s, id){var js, fjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) {return;}js = d.createElement(s); js.id = id;js.src = '//connect.facebook.net/en_US/sdk.js';fjs.parentNode.insertBefore(js, fjs);}(document, 'script','facebook-jssdk'));
</script><script>window.twttr=(function(d,s, id){var js,fjs=d.getElementsByTagName(s)[0],t=window.twttr||{};if(d.getElementById(id))return t;js=d.createElement(s);js.id=id;js.src='https://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js, fjs);t._e = [];t.ready = function(f) {t._e.push(f);};return t;}(document, 'script', 'twitter-wjs'));</script><script>
document.addEventListener('keyup', function(e) {
if (e.target !== document.body) {