Files
Rael Garcia f1627103a0 Init Spanish translation (#13543)
* Add OWNERS information for sig-docs-es

* Add spanish README file

* Add Spanish language section

* Add headless _common-resources section

* Add case-studies section

* Add docs section

* Add search page

* Add overview section

* Add main content page

* Add i18n strings for Spanish language

* Add alexbrand as OWNER and REVIEWER

* Add glo-pena as REVIEWER

* Add headless include section

* Add partners section

* Add blog section

* Add Code of Conduct manifests

* Add supported-doc-versions page

* Add community site

* Add sitemap

* Remove overview section

* Add initial home version

* Rework phrase

* Fix typo

* Add update-user-guid-links script

* Upload Spanish CoC updated version

https://github.com/cncf/foundation/commit/e2a956

* Rework phrase

* Fix typo in community index

* Fix informal person usage

* Translate sitemap page

* Add electrocucaracha as REVIEWER

* Add landing page for /es/docs

* Remove home pages from initial translation

* Upload Spanish CoC updated version

https://github.com/cncf/foundation/commit/6474dfd

* Add more information to the docs landing
2019-04-04 13:11:20 -07:00

3.7 KiB



<script language="JavaScript"> var dropDownsPopulated = false; $( document ).ready(function() { // When the document loads, get the metadata JSON, and kick off tbl render $.get("/metadata.txt", function(data, status) { metadata = $.parseJSON(data); metadata.pages.sort(dynamicSort("t")); mainLogic() $(window).bind( 'hashchange', function(e) { mainLogic(); }); }); }); function mainLogic() { // If there's a tag filter, change the table/drop down output if (!dropDownsPopulated) populateDropdowns(); var tag=window.location.hash.replace("#",""); if(tag) { tag = $.trim(tag); for (i=0;i"); output.push("---"); Object.keys(storedTagsArrays[i]).sort().forEach(function (key) { output.push("" + key + ""); }); output.push("") $(dropDowns[i]).html(output.join("")); } dropDownsPopulated = true; } function dropFilter(srcobj) { // process the change of a drop-down value // the ID of the drop down is either command, object, or concept // these exact values are what topicsFilter() expects, plus a filter val // which we get from .text() of :selected console.log("dropFilter:" + $(srcobj).attr('id') + ":" + $(srcobj).find(":selected").text()); topicsFilter($(srcobj).attr('id').replace("#",""),$(srcobj).find(":selected").text(),"output"); for(i=0;i <style> #filters select{ font-size: 14px; border: 1px #000 solid; } #filters { padding-top: 20px; } </style>

Haga clic en las etiquetas o utilice los menús desplegables para filtrar. Haga clic en los encabezados de tabla para ordenar o invertir ordenación.

Filtrar por concepto:
Filtrar por objeto:
Filtrar por comando: