Add operator repo to internal Istio repos (#4955)

This commit is contained in:
Martin Ostrowski 2019-09-10 16:09:55 -07:00 committed by Istio Automation
parent d3d3f9eb1c
commit d06177b3ee
2 changed files with 2 additions and 2 deletions

View File

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

View File

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