From 3fb06ae79dd82b716d908b7277807ed5be0e46bb Mon Sep 17 00:00:00 2001 From: Owen Lynch Date: Mon, 16 Oct 2023 15:14:38 -0700 Subject: [PATCH] fixed docs --- docs/make.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 5b814cc0..e5e3fae7 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -37,7 +37,8 @@ makedocs( pages=Any[ "GATlab.jl" => "index.md", "Concepts" => Any[ - "concepts/overview.md", + "concepts/catlab_differences.md", + "concepts/scopes.md", "concepts/theories.md", "concepts/models.md" ],