Sikuliaq IT Asset Manager (skqitam)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
2.2 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. site_name: Sikuliaq IT Asset Manager
  2. site_description: Sikuliaq IT Asset Manager
  3. site_author: John Haverlack (jehaverlack@alaska.edu)
  4. copyright: <p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p>
  5. use_directory_urls: false
  6. extra:
  7. version: 1.0.5 2023-05-11
  8. repo_url: https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git
  9. repo_name: <span class="fab fa-git-square"></span>
  10. theme:
  11. name: mkdocs
  12. highlightjs: false
  13. custom_dir: custom/
  14. nav:
  15. - <span class="fas fa-home"></span>: index.md
  16. # - Admin: /admin
  17. - Stats: stats.md
  18. - Assets: assets.md
  19. - Data: data.md
  20. # - Setup:
  21. # - Install: install.md
  22. # - Optional Tool: optional.md
  23. # - Cloning Site: cloning.md
  24. # - Build Site: build.md
  25. # - Testing Site: test.md
  26. # - Editing Content: editing.md
  27. # - Features:
  28. # - Search: search.md
  29. # - Swipe Nav: swipe.md
  30. # - Version: version.md
  31. # - Menu Nav: menu.md
  32. # - Code: code.md
  33. # - Equations: equations.md
  34. # - Footnotes: footnotes.md
  35. # - Icons: icons.md
  36. # - Bootstrap: bootstrap.md
  37. # - PDF: pdf.md
  38. - About:
  39. - Contact: contact.md
  40. - License: license.md
  41. - Changelog: versions.md
  42. extra_javascript:
  43. - js/highlight.pack.js
  44. - js/highlightinit.js
  45. - js/jquery.json-viewer.js
  46. - js/jquery.event.move.js
  47. - js/jquery.event.swipe.js
  48. - js/MathJax.js?config=TeX-AMS-MML_HTMLorMML
  49. - js/swipenav.js
  50. - js/hometitle.js
  51. - js/clipboard.min.js
  52. - js/chart.min.js
  53. - js/skq-it-am.js
  54. extra_css:
  55. - js/styles/default.css
  56. - css/all.min.css
  57. - css/satnag-icons.css
  58. - css/uaf.css
  59. - css/cfos.css
  60. - css/cfos-theme.css
  61. - css/jquery.json-viewer.css
  62. - css/jjsonviewer.css
  63. - css/cfosgroups.css
  64. markdown_extensions:
  65. - mdx_math
  66. - footnotes
  67. plugins:
  68. - search
  69. # - pdf-export:
  70. # verbose: true
  71. # media_type: print
  72. # enabled_if_env: ENABLE_PDF_EXPORT
  73. # combined: true
  74. # combined_output_path: pdf/skq-docs.pdf