docs generation: write package doc as README.md if there are sub-packages

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-06-09 18:42:03 -07:00
parent ee8bcfafaa
commit 12b712b741
5 changed files with 34 additions and 14 deletions

View File

@@ -0,0 +1,31 @@
---
sidebar_label: kubernetes
---
# dagger.io/kubernetes
## #Kubectl
### #Kubectl Inputs
_No input._
### #Kubectl Outputs
_No output._
## #Resources
Apply Kubernetes resources
### #Resources Inputs
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
|*namespace* | `*"default" \| string` |Kubernetes Namespace to deploy to |
|*version* | `*"v1.19.9" \| string` |Version of kubectl client |
|*kubeconfig* | `dagger.#Secret` |Kube config file |
### #Resources Outputs
_No output._