mirror of https://github.com/istio/istio.io.git
Fix path in scripts/tablegen.py to reflect content reorg (#4865)
This commit is contained in:
parent
12397efcb0
commit
dbda0caef4
|
@ -40,7 +40,7 @@ ISTIO_CONFIG_DIR = "istio/install/kubernetes/helm/istio"
|
|||
YAML_CONFIG_DIR = ISTIO_CONFIG_DIR + "/charts"
|
||||
VALUES_YAML = "values.yaml"
|
||||
ISTIO_IO_DIR = os.path.abspath(__file__ + "/../../")
|
||||
CONFIG_INDEX_DIR = "content/docs/reference/config/installation-options/index.md"
|
||||
CONFIG_INDEX_DIR = "content/en/docs/reference/config/installation-options/index.md"
|
||||
|
||||
def endOfTheList(context, lineNum, lastLineNum, totalNum):
|
||||
flag = 0
|
||||
|
|
Loading…
Reference in New Issue