Skip to content

Commit fd0e7b4

Browse files
committed
Automated scripts reference document generation (CI)
1 parent 50dd810 commit fd0e7b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/SCRIPTS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Script | Directory | Description
3737
| [parseCsvFunctions.sh](./parseCsvFunctions.sh) | | Provides functions to parse strings in CSV format. |
3838
| [prepareAnalysis.sh](./prepareAnalysis.sh) | | Prepares and validates the graph database before analysis |
3939
| [Default.sh](./profiles/Default.sh) | profiles | Sets (if any) settings variables for a default analysis. |
40+
| [Neo4j-latest-continue-on-scan-errors.sh](./profiles/Neo4j-latest-continue-on-scan-errors.sh) | profiles | Sets all settings variables for an analysis with the latest version of Neo4j. |
41+
| [Neo4j-latest-low-memory.sh](./profiles/Neo4j-latest-low-memory.sh) | profiles | Sets all settings variables for an analysis with Neo4j v5.x (newest version as of june 2023). |
42+
| [Neo4j-latest.sh](./profiles/Neo4j-latest.sh) | profiles | Sets all settings variables for an analysis with the latest version of Neo4j. |
4043
| [Neo4jv4-low-memory.sh](./profiles/Neo4jv4-low-memory.sh) | profiles | Sets all settings variables for an analysis with Neo4j v4.4.x (long term support (LTS) version as of may 2023). |
4144
| [Neo4jv4.sh](./profiles/Neo4jv4.sh) | profiles | Sets all settings variables for an analysis with Neo4j v4.4.x (long term support (LTS) version as of may 2023). |
4245
| [Neo4jv5-continue-on-scan-errors.sh](./profiles/Neo4jv5-continue-on-scan-errors.sh) | profiles | Sets all settings variables for an analysis with Neo4j v5.x (newest version as of june 2023). |

0 commit comments

Comments
 (0)