Skip to content

Commit 39fe7d6

Browse files
Do initial setup for trees structure
Signed-off-by: Maisha Supritee Chowdhury <[email protected]>
1 parent bd23a9d commit 39fe7d6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

web/thesauruses/_meta/trees.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"meta": {
3+
"structure": "trees",
4+
"structure_name": "Trees"
5+
},
6+
"categories": {
7+
8+
}
9+
}

web/thesauruses/meta_info.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"operators": "Logical and Mathematical/Arithmetic Operators",
4040
"queues_stacks": "Queues and Stacks",
4141
"rules_facts": "Rules and Facts",
42-
"strings": "Strings"
42+
"strings": "Strings",
43+
"trees": "Trees"
4344
}
4445
}

0 commit comments

Comments
 (0)