--- title: README emoji: 🌖 colorFrom: blue colorTo: green sdk: static pinned: false --- # HuggingFace Doc Builds This organization contains doc build artifacts for Hugging Face open source libraries that get displayed at [hf.co/docs](hf.co/docs). ## How does it work? ### When a PR gets merged to main 1. [huggingface/doc-builder](https://github.com/huggingface/doc-builder) builds and pushes doc artifacts to [hf-doc-build/doc-build](https://huggingface.co/datasets/hf-doc-build/doc-build). 2. [hf.co/docs](hf.co/docs) pulls updates from [hf-doc-build/doc-build](https://huggingface.co/datasets/hf-doc-build/doc-build). ### When a new PR is opened 1. [huggingface/doc-builder](https://github.com/huggingface/doc-builder) builds and pushes doc artifacts to [hf-doc-build/doc-build-dev](https://huggingface.co/datasets/hf-doc-build/doc-build-dev). 2. [https://moon-ci-docs.huggingface.co/docs](https://moon-ci-docs.huggingface.co/docs) pulls updates from [hf-doc-build/doc-build-dev](https://huggingface.co/datasets/hf-doc-build/doc-build-dev).