From b9084a92dac727894c1b207e1910d1f4fc3227a4 Mon Sep 17 00:00:00 2001 From: "piotr.suwala" Date: Thu, 2 May 2024 00:20:31 +0200 Subject: [PATCH] Is it finally done? --- src/main/kotlin/sh/hsp/techtree/TreeModel.kt | 2 ++ src/main/resources/templates/element.svg | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/kotlin/sh/hsp/techtree/TreeModel.kt b/src/main/kotlin/sh/hsp/techtree/TreeModel.kt index cf32ce2..5df4b9c 100644 --- a/src/main/kotlin/sh/hsp/techtree/TreeModel.kt +++ b/src/main/kotlin/sh/hsp/techtree/TreeModel.kt @@ -14,5 +14,7 @@ data class TreeNode( val title: ID, val requires: List? = null, val link: String? = null, + val docs: String? = null, + val repository: String? = null, val image: String? = null ) \ No newline at end of file diff --git a/src/main/resources/templates/element.svg b/src/main/resources/templates/element.svg index a00b6e5..53b33e5 100644 --- a/src/main/resources/templates/element.svg +++ b/src/main/resources/templates/element.svg @@ -127,7 +127,7 @@ <#if docs??> - +