Skip to content

Commit 3b40b28

Browse files
committed
docs: update mkdocs file names
1 parent 02959a4 commit 3b40b28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
File renamed without changes.

docs/mkdocs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
CICD_DEPLOYMENT_SCRIPTS_DIR, ".github", "workflows"
1010
)
1111
DOCS_JSON_FILE = os.path.join(CICD_DEPLOYMENT_SCRIPTS_DIR, "docs", "docs.json")
12-
DOCS_MANUAL_JSON_FILE = os.path.join(
13-
CICD_DEPLOYMENT_SCRIPTS_DIR, "docs", "docs_manual.json"
12+
DOCS_INPUT = os.path.join(
13+
CICD_DEPLOYMENT_SCRIPTS_DIR, "docs", "docs_input.json"
1414
)
1515
README_TEMPLATE = """
1616
# cicd-deployment-scripts
@@ -27,7 +27,7 @@
2727
"""
2828

2929

30-
with open(DOCS_MANUAL_JSON_FILE, "r") as file:
30+
with open(DOCS_INPUT, "r") as file:
3131
docs_manual = json.load(file)
3232

3333

0 commit comments

Comments
 (0)