File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- #! /bin/bash
1
+ #! /usr/ bin/env bash
2
2
3
3
# This is only intended for local
4
4
# testing. See github workflows for
Original file line number Diff line number Diff line change 1
- #! /bin/bash
1
+ #! /usr/ bin/env bash
2
2
3
3
# This script will assemble a mkdocs.yml
4
4
# file with plugins section suitable for
11
11
# .github/workflows/BuildMKDocsAndPublishToGithubPages.yml
12
12
13
13
cat mkdocs-base.yml > mkdocs.yml
14
- cat mkdocs-html.yml >> mkdocs.yml
14
+ cat mkdocs-html.yml >> mkdocs.yml
Original file line number Diff line number Diff line change 3
3
site_name : QGIS Animation Workbench
4
4
site_description : ' A QGIS Plugin to create animated movies using QGIS.'
5
5
site_author : ' Tim Sutton, Nyall Dawson'
6
- docs_dir : docs /
6
+ docs_dir : src /
7
7
repo_name : ' timlinux/QGISAnimationWorkbench'
8
8
repo_url : ' https://github.com/timlinux/QGISAnimationWorkbench'
9
9
edit_uri : " https://github.com/timlinux/QGISAnimationWorkbench/blob/main/mkdocs/src/"
22
22
- Under the hood : manual/under_the_hood.md
23
23
- Tutorials :
24
24
- QGIS : tutorials/index.md
25
+ - Tut 1 : tutorials/tutorial1.md
26
+ - Tut 2 : tutorials/tutorial2.md
27
+ - Tut 3 : tutorials/tutorial3.md
28
+ - Tut 4 : tutorials/tutorial4.md
25
29
- Library :
26
30
- Expression Variables : library/variables.md
27
31
- Expression Examples : library/snippets.md
You can’t perform that action at this time.
0 commit comments