Deploy GitHub Pages
This commit is contained in:
parent
e8960da304
commit
d2367bea7d
62 changed files with 3528 additions and 1784 deletions
|
|
@ -32,7 +32,7 @@
|
|||
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
||||
|
||||
<link rel="shortcut icon" href="../../../assets/images/favicon.png">
|
||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.4.0">
|
||||
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.4.1">
|
||||
|
||||
|
||||
|
||||
|
|
@ -40,9 +40,9 @@
|
|||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="../../../assets/stylesheets/application.0284f74d.css">
|
||||
<link rel="stylesheet" href="../../../assets/stylesheets/application.30686662.css">
|
||||
|
||||
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.01803549.css">
|
||||
<link rel="stylesheet" href="../../../assets/stylesheets/application-palette.a8b3c06d.css">
|
||||
|
||||
|
||||
|
||||
|
|
@ -1175,6 +1175,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>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>
|
||||
<li>buildRateLimit: helps to build a limit zone inside a location if contains a rate limit annotation</li>
|
||||
|
|
@ -1267,7 +1268,7 @@ In addition to the built-in functions provided by the Go package the following f
|
|||
|
||||
</div>
|
||||
|
||||
<script src="../../../assets/javascripts/application.245445c6.js"></script>
|
||||
<script src="../../../assets/javascripts/application.c648116f.js"></script>
|
||||
|
||||
<script>app.initialize({version:"1.0.4",url:{base:"../../.."}})</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue