From bd5a4d917536ba45b9ddbae7afdfd2215fb03174 Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Tue, 15 Oct 2024 10:22:49 -0400 Subject: [PATCH] Add cljdoc articles --- docs/cljdoc.edn | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/cljdoc.edn diff --git a/docs/cljdoc.edn b/docs/cljdoc.edn new file mode 100644 index 0000000..bd47dbd --- /dev/null +++ b/docs/cljdoc.edn @@ -0,0 +1,10 @@ +{:cljdoc.doc/tree + [["Readme" {:file "README.md"}] + ["Changelog" {:file "CHANGELOG.md"}] + ["Getting Started" {:file "docs/articles/01-Getting-Started.md"} + ["Memory Management" {:file "docs/articles/02-Memory-Management.md"}] + ["Built-in Types WIP" {:file "docs/articles/03-Builtin-Types.md"}] + ["Custom Types" {:file "docs/articles/04-Custom-Types.md"}] + ["Low-Level Wrappers" {:file "docs/articles/05-Low-Level-Wrappers.md"}]] + ["Data Model" {:file "docs/articles/50-Data-Model.md"}] + ["Benchmarks" {:file "docs/articles/99-Benchmarks.md"}]]}