Skip to content

Commit 5c7d659

Browse files
committed
Add commented URLs for additional ZenML documentation pages
1 parent 30b483c commit 5c7d659

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

llm-complete-guide/steps/url_scraper.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ def url_scraper(
4949
"https://docs.zenml.io/how-to/debug-and-solve-issues",
5050
"https://docs.zenml.io/stack-components/step-operators/azureml",
5151
"https://docs.zenml.io/how-to/interact-with-secrets",
52+
# "https://docs.zenml.io/how-to/infrastructure-deployment/auth-management/service-connectors-guide",
53+
# "https://docs.zenml.io/how-to/infrastructure-deployment/auth-management/hyperai-service-connector",
54+
# "https://docs.zenml.io/stack-components/data-validators/evidently",
55+
# "https://docs.zenml.io/stack-components/data-validators",
56+
# "https://docs.zenml.io/stack-components/step-operators/sagemaker",
57+
# "https://docs.zenml.io/stack-components/alerters/slack",
58+
# "https://docs.zenml.io/how-to/infrastructure-deployment/auth-management/kubernetes-service-connector",
59+
# "https://docs.zenml.io/how-to/infrastructure-deployment/auth-management/azure-service-connector"
5260
]
5361
else:
5462
docs_urls = get_all_pages(docs_url)

0 commit comments

Comments
 (0)