mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-07-02 17:49:28 +09:00
new(doc): add tutorial and separate example
This commit is contained in:
parent
b7e283b998
commit
300abb0833
8 changed files with 567 additions and 444 deletions
|
@ -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],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue