update(doc): add a document on the simple result viewer notebook

This commit is contained in:
Wataru Otsubo 2024-11-10 14:13:20 +09:00
parent 2228e4075c
commit 3a9c7fcf44
3 changed files with 83 additions and 0 deletions

View file

@ -26,6 +26,9 @@ makedocs(
pages = [
"Home" => "index.md",
"Tutorial" => "tutorial.md",
"Apps" => [
"Simple result viewer" => "howtouse-simpleviewer.md",
],
"Examples" => "examples.md",
"About this software" => "about_software.md",
],