From 25290a8d1af2e92115b3fa10516444e07bbc4a04 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 12 Apr 2018 18:33:11 +0000 Subject: [PATCH] Deploy website Deploy website version based on e7b322a2ec33d171d7fcac7b2047cf857e63fda3 --- about-slash.html | 2 +- blog/2017/12/14/introducing-docusaurus.html | 2 +- blog/index.html | 2 +- docs/Comandos.html | 5 - docs/buscar.html | 5 - docs/configuración del sitio.html | 5 - docs/en/api-pages.html | 2 +- docs/en/blog.html | 2 +- docs/en/commands.html | 2 +- docs/en/custom-pages.html | 2 +- docs/en/doc-markdown.html | 2 +- docs/en/installation.html | 2 +- docs/en/navigation.html | 2 +- docs/en/{ => next}/Comandos.html | 22 +- docs/en/next/api-pages.html | 149 ++++++++++++ docs/en/next/blog.html | 96 ++++++++ docs/en/{ => next}/buscar.html | 2 +- docs/en/next/commands.html | 121 ++++++++++ .../{ => next}/configuración del sitio.html | 8 +- docs/en/next/custom-pages.html | 85 +++++++ docs/en/next/doc-markdown.html | 146 ++++++++++++ docs/en/{ => next}/instalación.html | 2 +- docs/en/next/installation.html | 84 +++++++ docs/en/{ => next}/navegación.html | 4 +- docs/en/next/navigation.html | 161 +++++++++++++ .../en/{ => next}/preparación del sitio.html | 14 +- docs/en/next/publishing.html | 160 +++++++++++++ .../{ => next}/páginas Personalizadas.html | 14 +- docs/en/{ => next}/páginas api.html | 10 +- docs/en/next/search.html | 80 +++++++ docs/en/next/site-config.html | 206 +++++++++++++++++ docs/en/next/site-creation.html | 87 +++++++ docs/en/next/site-preparation.html | 73 ++++++ docs/en/{ => next}/traducción.html | 2 +- docs/en/next/translation.html | 215 ++++++++++++++++++ docs/en/{ => next}/versiones.html | 4 +- docs/en/next/versioning.html | 82 +++++++ docs/en/publishing.html | 2 +- docs/en/search.html | 2 +- docs/en/site-config.html | 2 +- docs/en/site-creation.html | 2 +- docs/en/site-preparation.html | 2 +- docs/en/translation.html | 2 +- docs/en/versioning.html | 2 +- docs/es-ES/{ => next}/api-pages.html | 12 +- docs/es-ES/{ => next}/blog.html | 4 +- docs/es-ES/{ => next}/commands.html | 24 +- docs/es-ES/{ => next}/custom-pages.html | 16 +- docs/es-ES/{ => next}/doc-markdown.html | 4 +- docs/es-ES/{ => next}/installation.html | 4 +- docs/es-ES/{ => next}/navigation.html | 6 +- docs/es-ES/{ => next}/publishing.html | 10 +- docs/es-ES/{ => next}/search.html | 4 +- docs/es-ES/{ => next}/site-config.html | 10 +- docs/es-ES/{ => next}/site-creation.html | 16 +- docs/es-ES/{ => next}/site-preparation.html | 10 +- docs/es-ES/{ => next}/translation.html | 4 +- docs/es-ES/{ => next}/versioning.html | 6 +- docs/instalación.html | 5 - docs/next/Comandos.html | 5 + docs/next/api-pages.html | 5 + docs/{versiones.html => next/blog.html} | 4 +- docs/{navegación.html => next/buscar.html} | 4 +- docs/next/commands.html | 5 + docs/next/configuración del sitio.html | 5 + docs/next/custom-pages.html | 5 + docs/next/doc-markdown.html | 5 + docs/next/instalación.html | 5 + docs/next/installation.html | 5 + docs/next/navegación.html | 5 + docs/next/navigation.html | 5 + docs/next/preparación del sitio.html | 5 + docs/next/publishing.html | 5 + docs/next/páginas Personalizadas.html | 5 + docs/next/páginas api.html | 5 + docs/{traducción.html => next/search.html} | 4 +- docs/next/site-config.html | 5 + docs/next/site-creation.html | 5 + docs/next/site-preparation.html | 5 + docs/next/traducción.html | 5 + docs/next/translation.html | 5 + docs/next/versiones.html | 5 + docs/next/versioning.html | 5 + docs/preparación del sitio.html | 5 - docs/páginas Personalizadas.html | 5 - docs/páginas api.html | 5 - en/about-slash.html | 2 +- en/help.html | 2 +- en/index.html | 2 +- en/users.html | 2 +- en/versions.html | 31 +++ es-ES/about-slash.html | 2 +- es-ES/help.html | 2 +- es-ES/index.html | 2 +- es-ES/users.html | 2 +- es-ES/versions.html | 31 +++ help.html | 2 +- index.html | 2 +- sitemap.xml | 35 ++- users.html | 2 +- versions.html | 31 +++ 101 files changed, 2108 insertions(+), 185 deletions(-) delete mode 100644 docs/Comandos.html delete mode 100644 docs/buscar.html delete mode 100644 docs/configuración del sitio.html rename docs/en/{ => next}/Comandos.html (89%) create mode 100644 docs/en/next/api-pages.html create mode 100644 docs/en/next/blog.html rename docs/en/{ => next}/buscar.html (91%) create mode 100644 docs/en/next/commands.html rename docs/en/{ => next}/configuración del sitio.html (94%) create mode 100644 docs/en/next/custom-pages.html create mode 100644 docs/en/next/doc-markdown.html rename docs/en/{ => next}/instalación.html (89%) create mode 100644 docs/en/next/installation.html rename docs/en/{ => next}/navegación.html (95%) create mode 100644 docs/en/next/navigation.html rename docs/en/{ => next}/preparación del sitio.html (79%) create mode 100644 docs/en/next/publishing.html rename docs/en/{ => next}/páginas Personalizadas.html (83%) rename docs/en/{ => next}/páginas api.html (93%) create mode 100644 docs/en/next/search.html create mode 100644 docs/en/next/site-config.html create mode 100644 docs/en/next/site-creation.html create mode 100644 docs/en/next/site-preparation.html rename docs/en/{ => next}/traducción.html (97%) create mode 100644 docs/en/next/translation.html rename docs/en/{ => next}/versiones.html (93%) create mode 100644 docs/en/next/versioning.html rename docs/es-ES/{ => next}/api-pages.html (86%) rename docs/es-ES/{ => next}/blog.html (82%) rename docs/es-ES/{ => next}/commands.html (80%) rename docs/es-ES/{ => next}/custom-pages.html (75%) rename docs/es-ES/{ => next}/doc-markdown.html (87%) rename docs/es-ES/{ => next}/installation.html (77%) rename docs/es-ES/{ => next}/navigation.html (88%) rename docs/es-ES/{ => next}/publishing.html (83%) rename docs/es-ES/{ => next}/search.html (81%) rename docs/es-ES/{ => next}/site-config.html (87%) rename docs/es-ES/{ => next}/site-creation.html (69%) rename docs/es-ES/{ => next}/site-preparation.html (64%) rename docs/es-ES/{ => next}/translation.html (92%) rename docs/es-ES/{ => next}/versioning.html (84%) delete mode 100644 docs/instalación.html create mode 100644 docs/next/Comandos.html create mode 100644 docs/next/api-pages.html rename docs/{versiones.html => next/blog.html} (88%) rename docs/{navegación.html => next/buscar.html} (88%) create mode 100644 docs/next/commands.html create mode 100644 docs/next/configuración del sitio.html create mode 100644 docs/next/custom-pages.html create mode 100644 docs/next/doc-markdown.html create mode 100644 docs/next/instalación.html create mode 100644 docs/next/installation.html create mode 100644 docs/next/navegación.html create mode 100644 docs/next/navigation.html create mode 100644 docs/next/preparación del sitio.html create mode 100644 docs/next/publishing.html create mode 100644 docs/next/páginas Personalizadas.html create mode 100644 docs/next/páginas api.html rename docs/{traducción.html => next/search.html} (88%) create mode 100644 docs/next/site-config.html create mode 100644 docs/next/site-creation.html create mode 100644 docs/next/site-preparation.html create mode 100644 docs/next/traducción.html create mode 100644 docs/next/translation.html create mode 100644 docs/next/versiones.html create mode 100644 docs/next/versioning.html delete mode 100644 docs/preparación del sitio.html delete mode 100644 docs/páginas Personalizadas.html delete mode 100644 docs/páginas api.html create mode 100644 en/versions.html create mode 100644 es-ES/versions.html create mode 100644 versions.html diff --git a/about-slash.html b/about-slash.html index 03580c05ac..f9f323e0ab 100644 --- a/about-slash.html +++ b/about-slash.html @@ -1,4 +1,4 @@ -Docusaurus · Easy to Maintain Open Source Documentation Websites

Docusaurus