diff --git a/docs/index.md b/docs/index.md index 1b16c90..6ead782 100644 --- a/docs/index.md +++ b/docs/index.md @@ -34,3 +34,5 @@ ## Use case One would like to monitor the per-user digital footprint on shared data drives like `/data/CCBR` on biowulf. Setting the `spacesavers2_e2e` as a weekly cronjob will allow automation of this task. `slurm_job` script is also provided to work as a template for using the job scheduler on the HPC to submit (possibly, as cronjob). + +View the latest report [here](report.html). diff --git a/mkdocs.yml b/mkdocs.yml index a4defa5..d257147 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -105,3 +105,4 @@ nav: - blamematrix: blamematrix.md - usurp: usurp.md - e2e: e2e.md + - Report: report.html