This directory contains the Documenter.jl configuration and source files for the QMC.jl documentation site.
Project.toml: docs-only dependency environment.Manifest.toml: docs environment lockfile.make.jl: Documenter build and deploy entry point.src/: Markdown source pages consumed by Documenter.
julia --project=docs docs/make.jlThe generated static site is written to docs/build/, which is a build artifact rather than hand-edited source.