Deploy GitHub Pages

This commit is contained in:
k8s-ci-robot 2020-12-29 13:33:33 +00:00
parent fb6f7263cb
commit 6edd5874a1
4 changed files with 52 additions and 51 deletions

View file

@ -1141,6 +1141,7 @@ In addition to the built-in functions provided by the Go package the following f
<li>hasSuffix: <a href="https://golang.org/pkg/strings/#HasSuffix">strings.HasSuffix</a></li>
<li>toUpper: <a href="https://golang.org/pkg/strings/#ToUpper">strings.ToUpper</a></li>
<li>toLower: <a href="https://golang.org/pkg/strings/#ToLower">strings.ToLower</a></li>
<li>split: <a href="https://golang.org/pkg/strings/#Split">strings.Split</a></li>
<li>quote: wraps a string in double quotes</li>
<li>buildLocation: helps to build the NGINX Location section in each server</li>
<li>buildProxyPass: builds the reverse proxy configuration</li>