Start to make menu structure hierarchical via _menu.json files
authorNick Downing <nick@ndcode.org>
Mon, 1 Nov 2021 00:38:33 +0000 (11:38 +1100)
committerNick Downing <nick@ndcode.org>
Mon, 1 Nov 2021 00:38:33 +0000 (11:38 +1100)
.gitmodules
install.sh
jst_server
menu_cache [new submodule]

index 9da23ef..1e965c4 100644 (file)
@@ -85,3 +85,6 @@
 [submodule "ndcode_site"]
        path = ndcode_site
        url = https://git.ndcode.org/public/ndcode_site.git
+[submodule "menu_cache"]
+       path = menu_cache
+       url = https://git.ndcode.org/public/menu_cache.git
index 6969598..8c439a1 100755 (executable)
@@ -32,6 +32,7 @@ for i in \
 "jst_cache build_cache disk_build jst" \
 "jstize clean-css html-minifier" \
 "less_css_cache build_cache disk_build" \
+"menu_cache build_cache disk_build" \
 "min_css_cache build_cache clean-css disk_build" \
 "min_html_cache build_cache disk_build html-minifier" \
 "min_js_cache build_cache disk_build" \
@@ -41,7 +42,7 @@ for i in \
 "zettair_cache build_cache node_zettair" \
 "ndcode_site emailjs_cache zettair_cache" \
 "zip_cache build_cache" \
-"jst_server json_cache json_cache_rw jst_cache less_css_cache min_css_cache min_html_cache min_js_cache min_svg_cache text_cache zip_cache"
+"jst_server json_cache json_cache_rw jst_cache less_css_cache menu_cache min_css_cache min_html_cache min_js_cache min_svg_cache text_cache zip_cache"
 do
   set $i
   module=$1
index 986b493..4c83986 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 986b493b74a31bac0b2cabf0c71b971e7eefe5b8
+Subproject commit 4c83986aed89fa41e7d665393e67016bcd9defdc
diff --git a/menu_cache b/menu_cache
new file mode 160000 (submodule)
index 0000000..ac34e6e
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit ac34e6ebd9c3e6af6c83c174f977f114e8db0d6e