An MkDocs site is the output of running the MkDocs build process: a directory of HTML, CSS, and JavaScript files generated from Markdown source. The build reads mkdocs.yml for configuration, applies the selected theme and plugins, and writes the result to a site/ directory by default. The generated site can be deployed to any static hosting service, including GitHub Pages, Netlify, and Cloudflare Pages.