Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions workshop/content/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ This workshop is always provided live at [https://dive.pygeoapi.io](https://dive

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).

## Printing this workshop

To print this workshop, navigate to the [print page](print_page) and select *File > Print > Save as PDF*.

# Support

A [Gitter](https://app.gitter.im/#/room/#geopython_diving-into-pygeoapi:gitter.im) channel exists for
Expand Down
1 change: 1 addition & 0 deletions workshop/content/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ theme:

plugins:
- search
- print-site

markdown_extensions:
- meta # option to add some meta tags on top, title, author, date, etc
Expand Down
3 changes: 2 additions & 1 deletion workshop/content/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
mkdocs
mkdocs-material
mkdocs-material
mkdocs-print-site-plugin
Loading