Skip to content

Commit f8b4e1e

Browse files
authored
Merge pull request #66 from opengeospatial/print-workshop
enable workshop printing
2 parents a90482a + 41b735b commit f8b4e1e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

workshop/content/docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ This workshop is always provided live at [ogcapi-workshop.ogc.org](https://ogcap
7171

7272
The workshop contents, wiki and issue tracker are managed on GitHub at [github.com/opengeospatial/ogcapi-workshop](https://github.com/opengeospatial/ogcapi-workshop).
7373

74+
## Printing this workshop
75+
76+
To print this workshop, navigate to the [print page](/print_page) and select *File > Print > Save as PDF*.
77+
7478
# Support
7579

7680
For issues/bugs/suggestions or improvements/contributions, please use the [GitHub issue tracker](https://github.com/opengeospatial/ogcapi-workshop/issues).

workshop/content/mkdocs.yml

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

4444
plugins:
4545
- search
46+
- print-site
4647

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

workshop/content/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
mkdocs
22
mkdocs-material
3+
mkdocs-print-site-plugin

0 commit comments

Comments
 (0)