mirror of https://github.com/istio/istio.io.git
Add operator repo to internal Istio repos (#4955)
This commit is contained in:
parent
d3d3f9eb1c
commit
d06177b3ee
|
@ -4,7 +4,7 @@ source_repo: https://github.com/istio/operator
|
|||
title: Operator Installation
|
||||
description: Configuration for Istio control plane installation through the Operator.
|
||||
location: https://istio.io/docs/reference/config/istio.operator.v1alpha12.pb.html
|
||||
layout: partner-component
|
||||
layout: protoc-gen-docs
|
||||
generator: protoc-gen-docs
|
||||
number_of_entries: 52
|
||||
---
|
||||
|
|
|
@ -82,7 +82,7 @@ locate_file() {
|
|||
|
||||
LEN=${#WORK_DIR}
|
||||
|
||||
if [[ "${REPO_URL}" != "https://github.com/istio/istio.git" && "${REPO_URL}" != "https://github.com/istio/api.git" ]]; then
|
||||
if [[ "${REPO_URL}" != "https://github.com/istio/istio.git" && "${REPO_URL}" != "https://github.com/istio/api.git" && "${REPO_URL}" != "https://github.com/istio/operator.git" ]]; then
|
||||
sed -i -e 's/layout: protoc-gen-docs/layout: partner-component/g' "${ROOTDIR}/content/en/docs${PP}/${FN}/index.html"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue