Skip to content

Commit 8fa36e2

Browse files
authored
Update llm-complete-guide/steps/url_scraper.py
1 parent af1b997 commit 8fa36e2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

llm-complete-guide/steps/url_scraper.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ def url_scraper(
4848
"https://docs.zenml.io/how-to/track-metrics-metadata/logging-metadata",
4949
"https://docs.zenml.io/how-to/debug-and-solve-issues",
5050
"https://docs.zenml.io/stack-components/step-operators/azureml",
51-
"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"
51+
# "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"
6060
]
6161
else:
6262
docs_urls = get_all_pages(docs_url)

0 commit comments

Comments
 (0)