Can you provide download function of Prefect docum...
# ask-community
l
Can you provide download function of Prefect document? For example, if you download a pdf file, the website of Prefect document will go down every once in a while, which affects my normal reading of the document.
c
Hi @li li -- we don't offer such functionality, but you can essentially replicate the same by hosting the docs locally yourself:
Copy code
git clone <https://github.com/PrefectHQ/prefect.git>
just docs # requires 'just' be installed; can install with brew
I am curious what you mean by the website will go down sometimes - that sounds like an issue with our hosting service and would love to understand better so we can fix the root cause