Skip to content

Commit 513c2d5

Browse files
committed
Automated environment variables documentation generation (CI)
1 parent d37caff commit 513c2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ENVIRONMENT_VARIABLES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ JUPYTER_OUTPUT_FILE_POSTFIX | | e.
2727
REPORTS_DIRECTORY | reports | |
2828
REPORTS_SCRIPT_DIR | ${SCRIPTS_DIR}/reports | Repository directory containing the report scripts |
2929
CYPHER_DIR | ${SCRIPTS_DIR}/../cypher | |
30+
MARKDOWN_SCRIPTS_DIR | ${SCRIPTS_DIR}/markdown | |
3031
NEO4J_HTTP_PORT | 7474 | Neo4j HTTP API port for executing queries |
3132
NEO4J_HTTP_TRANSACTION_ENDPOINT | db/neo4j/tx/commit | Since Neo4j v5: "db/<name>/tx/commit", Neo4j v4: "db/data/transaction/commit" |
3233
IMPORT_DIRECTORY | import | |
@@ -43,7 +44,6 @@ JQASSISTANT_CLI_VERSION | 2.7.1 | |
4344
JQASSISTANT_CLI_ARTIFACT | jqassistant-commandline-neo4jv5 | |
4445
JQASSISTANT_CONFIG_TEMPLATE | template-neo4j-latest-jqassistant-continue-on-error.yaml | |
4546
programmingLanguage | Java | Set to default value "Java" if not set since it is optional |
46-
SCRIPTS_DIR | ${REPORTS_SCRIPT_DIR}/.. | Repository directory containing the shell scripts |
4747
GRAPH_VISUALIZATION_DIRECTORY | ${SCRIPTS_DIR}/../graph-visualization | Repository directory containing the Jupyter Notebooks |
4848
VISUALIZATION_SCRIPTS_DIR | ${SCRIPTS_DIR}/visualization | Repository directory containing the shell scripts for visualization |
4949
DOMAINS_DIRECTORY | ${REPORTS_SCRIPT_DIR}/../../domains | |

0 commit comments

Comments
 (0)