File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ MKDOCS_INDEX := site/index.html
157157docs : mkdocs uml # # Generate documentation and UML
158158ifndef CI
159159 @ eval "sleep 3; bin/open http://127.0.0.1:8000" &
160- poetry run mkdocs serve
160+ poetry run mkdocs serve --watch gitman
161161endif
162162
163163.PHONY : mkdocs
Original file line number Diff line number Diff line change @@ -5,9 +5,3 @@ The `gitman.yml` configuration file controls which repositories are cloned.
55## Sources
66
77::: gitman.models.Source
8- selection:
9- members:
10- -
11- rendering:
12- show_source: false
13- heading_level: 0
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ class Source:
3232 | `scripts` | Shell commands to run after checkout | No | `[]` |
3333 | `patches` | patches to be applied after checkout | No | `[]` |
3434
35+ <br>
36+
3537 ### Params
3638
3739 Params are passed directly to the `clone` command to modify behavior such as:
You can’t perform that action at this time.
0 commit comments