[main] Images images images
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 51s

This commit is contained in:
2024-12-30 21:37:36 +01:00
parent 13bc417d45
commit 7f08417eb1
14 changed files with 27 additions and 11 deletions

View File

@@ -35,11 +35,7 @@ class MarkdownProcessor:
list: A list of processed sections containing metadata and rendered content.
"""
from pathlib import Path
sections = []
for file in sorted(os.listdir(directory_path)):
if file.endswith(".md"):
file_path = os.path.join(directory_path, file)