refactor/document-locators #2

Merged
marc merged 2 commits from refactor/document-locators into main 2024-11-16 20:05:51 +00:00
Showing only changes of commit 9664c43496 - Show all commits

View file

@ -32,7 +32,7 @@ def build_site(
site_root = client.get_document_tree("Blog")
site_metadata = {"documents": site_root.list()}
site_metadata = {"root_path": destination_path, "documents": site_root.list()}
docs = [site_root]