v1.7 patch 01
parent
c7b1119a98
commit
3cb315606c
|
@ -124,7 +124,7 @@ The name **Kubernetes** originates from Greek, meaning *helmsman* or *pilot*, an
|
|||
|
||||
{% capture whatsnext %}
|
||||
* Ready to [Get Started](/docs/getting-started-guides/)?
|
||||
* For more details, see the [Kubernetes Documentation](/docs/user-guide/).
|
||||
* For more details, see the [Kubernetes Documentation](/docs/home/).
|
||||
{% endcapture %}
|
||||
{% include templates/concept.md %}
|
||||
|
||||
|
|
|
@ -18,13 +18,13 @@ $( document ).ready(function() {
|
|||
var forwardingRules = [{
|
||||
"from":"/docs/api-reference/v1/definitions",
|
||||
"pattern":"#_v1_(\\w+)",
|
||||
"to":"/docs/api-reference/v1.6",
|
||||
"to":"/docs/api-reference/v1.7",
|
||||
"postfix":"/#<token>-v1-core"
|
||||
},
|
||||
{
|
||||
"from":"/docs/user-guide/kubectl/kubectl_",
|
||||
"pattern":"kubectl_(\\w+)",
|
||||
"to":"/docs/user-guide/kubectl/v1.6",
|
||||
"to":"/docs/user-guide/kubectl/v1.7",
|
||||
"postfix":"/#<token>"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue