mirror of https://github.com/knative/docs.git
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"hideMemberFields": [
|
|
"TypeMeta"
|
|
],
|
|
"hideTypePatterns": [
|
|
"ParseError$",
|
|
"List$"
|
|
],
|
|
"externalPackages": [
|
|
{
|
|
"typeMatchPrefix": "^k8s\\.io/apimachinery/pkg/apis/meta/v1\\.Duration$",
|
|
"docsURLTemplate": "https://godoc.org/k8s.io/apimachinery/pkg/apis/meta/v1#Duration"
|
|
},
|
|
{
|
|
"typeMatchPrefix": "^k8s\\.io/(api|apimachinery/pkg/apis)/",
|
|
"docsURLTemplate": "https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#{{lower .TypeIdentifier}}-{{arrIndex .PackageSegments -1}}-{{arrIndex .PackageSegments -2}}"
|
|
},
|
|
{
|
|
"typeMatchPrefix": "^knative\\.dev/pkg/apis/duck",
|
|
"docsURLTemplate": "https://pkg.go.dev/knative.dev/pkg/apis/duck/{{arrIndex .PackageSegments -1}}#{{.TypeIdentifier}}"
|
|
},
|
|
{
|
|
"typeMatchPrefix": "^knative\\.dev/pkg/apis\\.URL$",
|
|
"docsURLTemplate": "https://pkg.go.dev/knative.dev/pkg/apis#URL"
|
|
},
|
|
{
|
|
"typeMatchPrefix": "^knative\\.dev/networking/pkg/apis/networking",
|
|
"docsURLTemplate": "https://pkg.go.dev/knative.dev/networking/pkg/apis/networking#{{.TypeIdentifier}}"
|
|
},
|
|
{
|
|
"typeMatchPrefix": "^time\\.Duration$",
|
|
"docsURLTemplate": "https://golang.org/pkg/time/#Duration"
|
|
}
|
|
],
|
|
"typeDisplayNamePrefixOverrides": {
|
|
"k8s.io/api/": "Kubernetes ",
|
|
"k8s.io/apimachinery/pkg/apis/": "Kubernetes "
|
|
},
|
|
"markdownDisabled": false
|
|
}
|