From 0b4ee1234f6934fce1cb7b4349f6a7f0bc64ea12 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Fri, 9 Feb 2024 17:57:38 -0600 Subject: [PATCH] bug fixes --- config.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.json b/config.json index 70a0167..643f5ac 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,6 @@ { "system":{ + "id":"data-transport", "logo":"www/data-transport/_images/database.png","context":"", "theme":"oss.css", "app":{ @@ -14,10 +15,16 @@ }, "layout":{ + "header":{"title":"data-transport","logo":true,"subtitle":"Simple Data Access Layer - Pandas Support"}, "icons":[], "root":"www/data-transport", "index":"index.html", + "on":{ + "load":{ + "left-pane":["www/data-transport/more.md"] + } + }, "order":{ "menu":["resources","about"] },