Skip to content

Commit 55d8ef9

Browse files
committed
docs fixes
1 parent e1f6de8 commit 55d8ef9

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

docs/build-docs-html.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# This is only intended for local
44
# testing. See github workflows for

docs/create-mkdocs-html-config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# This script will assemble a mkdocs.yml
44
# file with plugins section suitable for
@@ -11,4 +11,4 @@
1111
# .github/workflows/BuildMKDocsAndPublishToGithubPages.yml
1212

1313
cat mkdocs-base.yml > mkdocs.yml
14-
cat mkdocs-html.yml >> mkdocs.yml
14+
cat mkdocs-html.yml >> mkdocs.yml

docs/mkdocs-base.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
site_name: QGIS Animation Workbench
44
site_description: 'A QGIS Plugin to create animated movies using QGIS.'
55
site_author: 'Tim Sutton, Nyall Dawson'
6-
docs_dir: docs/
6+
docs_dir: src/
77
repo_name: 'timlinux/QGISAnimationWorkbench'
88
repo_url: 'https://github.com/timlinux/QGISAnimationWorkbench'
99
edit_uri: "https://github.com/timlinux/QGISAnimationWorkbench/blob/main/mkdocs/src/"
@@ -22,6 +22,10 @@ nav:
2222
- Under the hood: manual/under_the_hood.md
2323
- Tutorials:
2424
- 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
2529
- Library:
2630
- Expression Variables: library/variables.md
2731
- Expression Examples: library/snippets.md

0 commit comments

Comments
 (0)