diff --git a/docs/make.jl b/docs/make.jl index 78834a7..5e1a124 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -11,7 +11,8 @@ makedocs( pages = [ "index.md", "user-guide.md", - "Examples" => ["./examples/sbm.md", "./examples/puredephasing.md", "./examples/timedep.md", "./examples/anderson-model.md"], + "nutshell.md", + "Examples" => ["./examples/sbm.md", "./examples/puredephasing.md", "./examples/timedep.md", "./examples/anderson-model.md", "./examples/bath-observables.md"], "theory.md", "Methods" => "methods.md", "dev.md"