kubevela(14caa9cb707492615f1c53c1f65a2bc1398565c1) for refs/heads/master commit
This commit is contained in:
parent
a7a0f3f010
commit
34e8aa78ab
File diff suppressed because one or more lines are too long
|
|
@ -5,6 +5,6 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
|
|||
|
||||
<a
|
||||
target="_blank"
|
||||
href={useBaseUrl('/docs/developers/references/restful-api/index.html')}>
|
||||
href={useBaseUrl('/restful-api')}>
|
||||
KubeVela Restful API
|
||||
</a>
|
||||
|
|
@ -25,6 +25,7 @@ values={[
|
|||
{label: 'KinD', value: 'kind'},
|
||||
]}>
|
||||
<TabItem value="minikube">
|
||||
|
||||
Follow the minikube [installation guide](https://minikube.sigs.k8s.io/docs/start/).
|
||||
|
||||
Once minikube is installed, create a cluster:
|
||||
|
|
@ -189,7 +190,7 @@ curl -fsSl https://kubevela.io/install.sh | bash
|
|||
**Windows**
|
||||
|
||||
```shell script
|
||||
powershell -Command "iwr -useb https://kubevela.io/install.ps1 | iex"
|
||||
powershell -Command "iwr -useb https://kubevela.io/script/install.ps1 | iex"
|
||||
```
|
||||
</TabItem>
|
||||
<TabItem value="homebrew">
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ module.exports = {
|
|||
tagline: 'Make shipping applications more enjoyable.',
|
||||
url: 'https://kubevela.io',
|
||||
baseUrl: '/',
|
||||
onBrokenLinks: 'warn',
|
||||
onBrokenLinks: 'throw',
|
||||
onBrokenMarkdownLinks: 'warn',
|
||||
favicon: 'img/favicon.ico',
|
||||
organizationName: 'oam-dev', // Usually your GitHub org/user name.
|
||||
|
|
|
|||
Loading…
Reference in New Issue