We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ac1dd commit 643882cCopy full SHA for 643882c
MDhelp/mkdocs.yml_pdf
@@ -1,7 +1,7 @@
1
site_name: GSAS-II Help
2
3
nav:
4
- - Contents: index.md
+# - Contents: index.md
5
- Getting started: preface.md
6
- GUI components: applicationwindow.md
7
- Main menu: mainmenu.md
@@ -65,11 +65,11 @@ plugins:
65
copyright: From https://advancedphotonsource.github.io/GSAS-II-tutorials/help/
66
#back_cover: true
67
output_path: GSASII-help.pdf
68
- exclude_pages:
69
- - Contents
+# exclude_pages:
+# - Contents
70
# - index.md
71
- #render_js: true
72
- #headless_chrome_path: /opt/hostedtoolcache/setup-chrome/chrome/stable/x64/chrome
+ render_js: true
+ headless_chrome_path: /usr/bin/chromium-browser
73
74
- i18n:
75
docs_structure: suffix
0 commit comments