diff --git a/scripts/maketoc.sh b/scripts/maketoc.sh index a2a80e4..5bef1eb 100755 --- a/scripts/maketoc.sh +++ b/scripts/maketoc.sh @@ -39,7 +39,7 @@ ls -d1 */ | \ print("\n.. comment maketoc: ignoring " dirname " directory\n\n"); next}\ title=dirname " Application"; \ print title;gsub(/./,"*",title); print title; \ - print "\n.. rst-class:: rst-columns\n\n.. toctree::\n :maxdepth: 1\n :glob:\n\n /" \ + print "\n.. rst-class:: rst-columns\n\n.. toctree::\n :hidden:\n :maxdepth: 1\n :glob:\n\n /" \ repo "/" dirname "/*\n /" \ repo "/" dirname "/**/*\n";}' > ../docs/_build/rst/examples/examples.txt @@ -55,7 +55,7 @@ ls -d1 [a-zA-Z]*/ | \ -v repo="GenAIComps" \ -e '{dirname=substr($0,1,length($0)-1); title=toupper(substr(dirname,1,1)) substr(dirname,2) " Microservice"; \ print title;gsub(/./,"*",title); print title; \ - print "\n.. rst-class:: rst-columns\n\n.. toctree::\n :maxdepth: 1\n :glob:\n\n /" \ + print "\n.. rst-class:: rst-columns\n\n.. toctree::\n :hidden:\n :maxdepth: 1\n :glob:\n\n /" \ repo "/comps/" dirname "/*\n /" \ repo "/comps/" dirname "/**/*\n";}' > ../../docs/_build/rst/microservices/microservices.txt