NixOS configuration for HPC cluster https://docs.hpc.informatik.hs-fulda.de/
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.

37 lines
777 B

1 year ago
  1. site_name: HPC @ HS-Fulda
  2. site_description: User documentation for high performance cluster on University of Applied Sciences Fulda
  3. site_url: https://docs.hpc.informatik.hs-fulda.de/
  4. site_dir: public
  5. use_directory_urls: false
  6. strict: true
  7. repo_url: https://gogs.informatik.hs-fulda.de/hpc/nixcfg.git
  8. docs_dir: content
  9. theme:
  10. name: readthedocs
  11. locale: de
  12. prev_next_buttons_location: none
  13. highlightjs: true
  14. hljs_languages:
  15. - bash
  16. - yaml
  17. - rust
  18. markdown_extensions:
  19. - extra
  20. - admonition
  21. plugins:
  22. - search
  23. nav:
  24. - Start: index.md
  25. - Erste Schritte: first_steps.md
  26. - Nutzung: usage.md
  27. - Software: environment.md
  28. - Daten: storage.md
  29. - Best Practices: best_practice.md
  30. - Hilfe: support.md
  31. - Internes:
  32. - Netzwerk: internal/network.md