kubevela(14caa9cb707492615f1c53c1f65a2bc1398565c1) for refs/heads/master commit

This commit is contained in:
kubevela-bot 2021-03-29 10:46:45 +00:00
parent a7a0f3f010
commit 34e8aa78ab
4 changed files with 4 additions and 6226 deletions

File diff suppressed because one or more lines are too long

View File

@ -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>

View File

@ -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">

View File

@ -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.