From a14b5886e801018f1071df299eed260f0ad45d87 Mon Sep 17 00:00:00 2001 From: Holden Oullette <6202965+houllette@users.noreply.github.com> Date: Sat, 30 Dec 2023 23:29:05 -0800 Subject: [PATCH 1/3] Update mkdocs.yml --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index d3718ae084..ba23252ddd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,6 +8,7 @@ edit_uri: blob/main/docs/ plugins: - search # https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/ + - print-site # https://timvink.github.io/mkdocs-print-site-plugin/index.html extra_css: - stylesheets/mpf.css # Sets our custom colors From 7c90b0cc8f79116e356c3cde92269d07a79c6e49 Mon Sep 17 00:00:00 2001 From: Holden Oullette <6202965+houllette@users.noreply.github.com> Date: Sun, 31 Dec 2023 00:32:29 -0700 Subject: [PATCH 2/3] added pip requirement for plugin --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 898468cb12..dfa45eee10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -mkdocs-material \ No newline at end of file +mkdocs-material +mkdocs-print-site-plugin From 50e96168049ab8a0cfd28775a4cfb678e24ce4c8 Mon Sep 17 00:00:00 2001 From: Holden Oullette <6202965+houllette@users.noreply.github.com> Date: Sun, 31 Dec 2023 00:39:38 -0700 Subject: [PATCH 3/3] added myself to author file :) --- docs/about/authors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/about/authors.md b/docs/about/authors.md index 546da1bfb2..87335dba88 100644 --- a/docs/about/authors.md +++ b/docs/about/authors.md @@ -30,6 +30,7 @@ This MPF documentation was written by: * Dave Ensminger * Matt Kemp () * Charles Duncan (nullbuilds) +* Holden Oullette (houllette) Want to help with the docs? See our [Contributing to MPF's Documentation](help_docs.md) page for