Skip to content

Commit 6bb6c7d

Browse files
authored
Merge pull request #183 from geopython/print-workshop
enable workshop printing
2 parents fe5e6e1 + 7827740 commit 6bb6c7d

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

workshop/content/docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ This workshop is always provided live at [https://dive.pygeoapi.io](https://dive
9494

9595
The workshop contents, wiki and issue tracker are managed on GitHub at [https://github.com/geopython/diving-into-pygeoapi](https://github.com/geopython/diving-into-pygeoapi).
9696

97+
## Printing this workshop
98+
99+
To print this workshop, navigate to the [print page](print_page) and select *File > Print > Save as PDF*.
100+
97101
# Support
98102

99103
A [Gitter](https://app.gitter.im/#/room/#geopython_diving-into-pygeoapi:gitter.im) channel exists for

workshop/content/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ theme:
4848

4949
plugins:
5050
- search
51+
- print-site
5152

5253
markdown_extensions:
5354
- meta # option to add some meta tags on top, title, author, date, etc

workshop/content/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
mkdocs
2-
mkdocs-material
2+
mkdocs-material
3+
mkdocs-print-site-plugin

0 commit comments

Comments
 (0)