new(doc): add tutorial and separate example

This commit is contained in:
Wataru Otsubo 2024-11-08 23:30:44 +09:00
parent b7e283b998
commit 300abb0833
8 changed files with 567 additions and 444 deletions

View file

@ -23,7 +23,12 @@ makedocs(
assets = String[],
),
repo = Remotes.GitLab("gitlab.cern.ch", "wotsubo", "PSBoardDataBase"),
pages = ["Home" => "index.md", "About this software" => "about_software.md"],
pages = [
"Home" => "index.md",
"Tutorial" => "tutorial.md",
"Examples" => "examples.md",
"About this software" => "about_software.md",
],
plugins = [links],
)