From 677c330d3582d4af6dfc218cd78f63fd6dd6539d Mon Sep 17 00:00:00 2001 From: aledbf Date: Fri, 12 Jun 2020 20:24:03 +0000 Subject: [PATCH] Deploy GitHub Pages --- 404.html | 68 +++++++-------- assets/images/favicon.png | Bin 1871 -> 1870 bytes assets/javascripts/bundle.00c583dd.min.js | 2 - assets/javascripts/bundle.00c583dd.min.js.map | 1 - assets/javascripts/bundle.a45f732b.min.js | 2 + assets/javascripts/bundle.a45f732b.min.js.map | 1 + assets/javascripts/lunr/tinyseg.min.js | 2 +- assets/javascripts/vendor.36cbf620.min.js | 31 ------- assets/javascripts/vendor.36cbf620.min.js.map | 1 - assets/javascripts/vendor.d710d30a.min.js | 31 +++++++ assets/javascripts/vendor.d710d30a.min.js.map | 1 + .../worker/search.7f7c8775.min.js.map | 1 - ...7f7c8775.min.js => search.c03f0417.min.js} | 4 +- .../worker/search.c03f0417.min.js.map | 1 + assets/stylesheets/main.6e35a1a6.min.css | 3 + assets/stylesheets/main.6e35a1a6.min.css.map | 1 + assets/stylesheets/main.89dc9fe3.min.css | 3 - assets/stylesheets/main.89dc9fe3.min.css.map | 1 - assets/stylesheets/palette.a46bcfb3.min.css | 3 + .../stylesheets/palette.a46bcfb3.min.css.map | 1 + assets/stylesheets/palette.ecd4686e.min.css | 3 - .../stylesheets/palette.ecd4686e.min.css.map | 1 - deploy/baremetal/index.html | 80 +++++++++--------- deploy/index.html | 80 +++++++++--------- deploy/rbac/index.html | 80 +++++++++--------- deploy/upgrade/index.html | 80 +++++++++--------- development/index.html | 80 +++++++++--------- e2e-tests/index.html | 72 ++++++++-------- .../20190724-only-dynamic-ssl/index.html | 72 ++++++++-------- .../20190815-zone-aware-routing/index.html | 72 ++++++++-------- enhancements/YYYYMMDD-kep-template/index.html | 72 ++++++++-------- enhancements/index.html | 72 ++++++++-------- examples/PREREQUISITES/index.html | 80 +++++++++--------- examples/affinity/cookie/index.html | 80 +++++++++--------- examples/auth/basic/index.html | 74 ++++++++-------- examples/auth/client-certs/index.html | 80 +++++++++--------- examples/auth/external-auth/index.html | 80 +++++++++--------- examples/auth/oauth-external-auth/index.html | 80 +++++++++--------- .../configuration-snippets/index.html | 80 +++++++++--------- .../custom-configuration/index.html | 74 ++++++++-------- .../customization/custom-errors/index.html | 80 +++++++++--------- .../customization/custom-headers/index.html | 80 +++++++++--------- .../external-auth-headers/index.html | 74 ++++++++-------- .../customization/ssl-dh-param/index.html | 80 +++++++++--------- examples/customization/sysctl/index.html | 74 ++++++++-------- examples/docker-registry/index.html | 80 +++++++++--------- examples/grpc/index.html | 80 +++++++++--------- examples/index.html | 74 ++++++++-------- examples/multi-tls/index.html | 74 ++++++++-------- examples/psp/index.html | 72 ++++++++-------- examples/rewrite/index.html | 80 +++++++++--------- examples/static-ip/index.html | 80 +++++++++--------- examples/tls-termination/index.html | 80 +++++++++--------- how-it-works/index.html | 80 +++++++++--------- index.html | 78 ++++++++--------- kubectl-plugin/index.html | 80 +++++++++--------- search/search_index.json | 2 +- sitemap.xml.gz | Bin 679 -> 679 bytes troubleshooting/index.html | 80 +++++++++--------- user-guide/basic-usage/index.html | 74 ++++++++-------- user-guide/cli-arguments/index.html | 74 ++++++++-------- user-guide/custom-errors/index.html | 74 ++++++++-------- user-guide/default-backend/index.html | 74 ++++++++-------- .../exposing-tcp-udp-services/index.html | 74 ++++++++-------- user-guide/external-articles/index.html | 74 ++++++++-------- user-guide/fcgi-services/index.html | 80 +++++++++--------- user-guide/ingress-path-matching/index.html | 80 +++++++++--------- user-guide/miscellaneous/index.html | 80 +++++++++--------- user-guide/monitoring/index.html | 80 +++++++++--------- user-guide/multiple-ingress/index.html | 80 +++++++++--------- .../annotations/index.html | 80 +++++++++--------- .../nginx-configuration/configmap/index.html | 80 +++++++++--------- .../custom-template/index.html | 74 ++++++++-------- user-guide/nginx-configuration/index.html | 74 ++++++++-------- .../nginx-configuration/log-format/index.html | 74 ++++++++-------- .../third-party-addons/modsecurity/index.html | 74 ++++++++-------- .../third-party-addons/opentracing/index.html | 80 +++++++++--------- user-guide/tls/index.html | 80 +++++++++--------- 78 files changed, 2169 insertions(+), 2169 deletions(-) delete mode 100644 assets/javascripts/bundle.00c583dd.min.js delete mode 100644 assets/javascripts/bundle.00c583dd.min.js.map create mode 100644 assets/javascripts/bundle.a45f732b.min.js create mode 100644 assets/javascripts/bundle.a45f732b.min.js.map delete mode 100644 assets/javascripts/vendor.36cbf620.min.js delete mode 100644 assets/javascripts/vendor.36cbf620.min.js.map create mode 100644 assets/javascripts/vendor.d710d30a.min.js create mode 100644 assets/javascripts/vendor.d710d30a.min.js.map delete mode 100644 assets/javascripts/worker/search.7f7c8775.min.js.map rename assets/javascripts/worker/{search.7f7c8775.min.js => search.c03f0417.min.js} (88%) create mode 100644 assets/javascripts/worker/search.c03f0417.min.js.map create mode 100644 assets/stylesheets/main.6e35a1a6.min.css create mode 100644 assets/stylesheets/main.6e35a1a6.min.css.map delete mode 100644 assets/stylesheets/main.89dc9fe3.min.css delete mode 100644 assets/stylesheets/main.89dc9fe3.min.css.map create mode 100644 assets/stylesheets/palette.a46bcfb3.min.css create mode 100644 assets/stylesheets/palette.a46bcfb3.min.css.map delete mode 100644 assets/stylesheets/palette.ecd4686e.min.css delete mode 100644 assets/stylesheets/palette.ecd4686e.min.css.map diff --git a/404.html b/404.html index f67f71edc..2bb8f1c53 100644 --- a/404.html +++ b/404.html @@ -11,7 +11,7 @@ - + @@ -19,9 +19,9 @@ - + - + @@ -44,7 +44,6 @@ - @@ -55,7 +54,8 @@ - + + @@ -72,11 +72,11 @@
@@ -94,7 +94,7 @@