@@ -20,11 +20,57 @@ module.exports = {
2020 } ) ,
2121 ] ,
2222 "/manuals/asterics-grid/" : [
23- loadSingleSidebar ( {
23+ {
24+ sidebarDepth : 0 ,
2425 title : "AsTeRICS Grid" ,
25- titlePath : "/manuals/asterics-grid/" ,
26- location : path . join ( source , "manuals/asterics-grid" ) ,
27- } ) ,
26+ path : "/manuals/asterics-grid/" ,
27+ collapsable : false ,
28+ children : [
29+ [ "/manuals/asterics-grid/01_terms" , "Terms" ] ,
30+ [ "/manuals/asterics-grid/02_installation" , "Installation" ] ,
31+ [ "/manuals/asterics-grid/03_basic_setup" , "Basic Setup" ] ,
32+ [ "/manuals/asterics-grid/04_navigation-overview" , "Navigation Overview" ] ,
33+ [ "/manuals/asterics-grid/05_editing-grid-set" , "Editing a Grid Set" ] ,
34+ [ "/manuals/asterics-grid/06_editing-grid" , "Editing a Grid" ] ,
35+ {
36+ title : "Grid Elements" ,
37+ path : "/manuals/asterics-grid/07_grid-elements" ,
38+ sidebarDepth : 0 ,
39+ children : [
40+ [ "/manuals/asterics-grid/07a_word-forms" , "Word Forms" ] ,
41+ [ "/manuals/asterics-grid/07b_live-elements" , "Live Elements" ] ,
42+ ] ,
43+ } ,
44+ [ "/manuals/asterics-grid/08_actions" , "Grid Element Actions" ] ,
45+ [ "/manuals/asterics-grid/09_input-options" , "Input Options" ] ,
46+ [ "/manuals/asterics-grid/10_dictionaries" , "Dictionaries" ] ,
47+ [ "/manuals/asterics-grid/11_voices" , "Voices" ] ,
48+ [ "/manuals/asterics-grid/12_multilingual-grid-sets" , "Multilingual Grid Sets" ] ,
49+ [ "/manuals/asterics-grid/faq" , "FAQ" ] ,
50+ [ "/manuals/asterics-grid/contributing-to-ag" , "Contribution" ] ,
51+ ] ,
52+ } ,
53+ {
54+ sidebarDepth : 0 ,
55+ title : "Additional Resources" ,
56+ path : "/manuals/asterics-grid/" ,
57+ collapsable : false ,
58+ children : [
59+ [ "/manuals/asterics-grid/faq" , "FAQ" ] ,
60+ [ "/manuals/asterics-grid/contributing-to-ag" , "Contributing to AG" ] ,
61+ ] ,
62+ } ,
63+ {
64+ sidebarDepth : 0 ,
65+ title : "Tutorials" ,
66+ path : "/manuals/asterics-grid/" ,
67+ collapsable : false ,
68+ children : [
69+ [ "/manuals/asterics-grid/tutorials/01_http-action-tutorials" , "HTTP Action" ] ,
70+ [ "/manuals/asterics-grid/tutorials/02_uart-action-tutorials" , "UART Action" ] ,
71+ [ "/manuals/asterics-grid/tutorials/03_predefined-action-tutorials" , "Predefined Action" ] ,
72+ ] ,
73+ } ,
2874 ] ,
2975 "/manuals/WebACS/" : [
3076 loadSingleSidebar ( {
0 commit comments