Skip to content

Commit 177d461

Browse files
committed
documentation additions
1 parent e3627f1 commit 177d461

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Documentation
22
on:
33
push:
44
branches:
5-
- sm/3d
5+
- master
66
tags: '*'
77
pull_request:
88
jobs:

docs/pages.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
pages = ["index.md",
22
"Performance" => "features/performance.md",
3+
"Best practices" => "features/best-practices.md",
4+
"User inputs" => "tutorials/user_inputs.md"
35
"Tutorials" => "tutorials/theta.md"
46
]

0 commit comments

Comments
 (0)