Commit 35500aa0 authored by FulcrandG's avatar FulcrandG
Browse files

Testing documentation builder

parent 4d2072b3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -94,7 +94,8 @@ def create_job_doc(job):
  
if __name__ == "__main__":
  # Iterate over every directories in jobs directory to create their job.md for the documentation
  for job in listdir(jobs_dir).remove("helm"):
  jobs = listdir(jobs_dir).remove("helm")
  for job in jobs:
    create_job_doc(job)

  # Using jinja2 with a template to create the index