From 3583265f80afa081bf7a1fe996a9b3fe3c4e32e0 Mon Sep 17 00:00:00 2001 From: meleu <meleu@users.noreply.github.com> Date: Mon, 04 Apr 2022 20:30:23 +0000 Subject: [PATCH] docs: warn about possible lost of customization --- data/graphConfig.yaml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/data/graphConfig.yaml b/data/graphConfig.yaml index 4104e42..3f8d3fb 100644 --- a/data/graphConfig.yaml +++ b/data/graphConfig.yaml @@ -1,5 +1,6 @@ enableLegend: false enableDrag: true enableZoom: true +depth: -1 # set to -1 to show full graph paths: - /moc: "#4388cc" \ No newline at end of file -- Gitblit v1.10.0