diff --git a/docs/20_user_manual.md b/docs/20_user_manual.md index 04b0325ce..98ce13670 100644 --- a/docs/20_user_manual.md +++ b/docs/20_user_manual.md @@ -62,7 +62,7 @@ URL provided by the Colorado Department of State. On this page authorized users can enter their login credentials to access the RLA Tool Dashboards. -![Login](./screenshots/100_login_screen_1.png) +![Login](./screenshots/100_login_screen_1.pdf) Successful entry of username and password will lead to a two-factor authentication grid challenge. diff --git a/docs/Makefile b/docs/Makefile index ccb5ecb90..6433f5103 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -28,5 +28,8 @@ sos_runbook.docx: 24_sos_runbook.md user_manual.docx: 20_user_manual.md pandoc 20_user_manual.md 89_glossary.md --variable linkcolor --table-of-contents --reference-docx=reference_fandf_pages.docx -f markdown -t docx -o user_manual.docx +user_manual.pdf: 20_user_manual.md + pandoc 20_user_manual.md 89_glossary.md --variable linkcolor --table-of-contents -f markdown -t latex -o user_manual.pdf + clean: rm -f book.pdf book.html runbook.docx county_runbook.docx sos_runbook.docx user_manual.docx diff --git a/docs/screenshots/100_login_screen_1.pdf b/docs/screenshots/100_login_screen_1.pdf new file mode 100644 index 000000000..32a2fd279 Binary files /dev/null and b/docs/screenshots/100_login_screen_1.pdf differ