From 9ca8f791c62eff2ef0136ffcf9b03aad62583760 Mon Sep 17 00:00:00 2001 From: Dale Black Date: Sat, 13 Jan 2024 11:58:48 -0800 Subject: [PATCH] add structure --- structure.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 structure.json diff --git a/structure.json b/structure.json new file mode 100644 index 0000000..539099b --- /dev/null +++ b/structure.json @@ -0,0 +1,29 @@ +{ + "sidebar": { + "title": "Losers.jl", + "elements": [ + { + "type": "notebook", + "path": "index.jl", + "title": "Home" + }, + { + "type": "folder", + "title": "Documentation", + "defaultOpened": false, + "elements": [ + { + "type": "notebook", + "path": "docs/01_getting_started.jl", + "title": "Getting Started" + }, + { + "type": "notebook", + "path": "docs/99_api.jl", + "title": "API" + } + ] + } + ] + } +} \ No newline at end of file