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.

103 lines
2.6 KiB

  1. site_name: mergerfs
  2. site_description: mergerfs - a featureful union filesystem
  3. site_url: https://trapexit.github.io/mergerfs/
  4. repo_name: mergerfs
  5. repo_url: https://github.com/trapexit/mergerfs
  6. edit_uri: tree/master/mkdocs/docs/
  7. docs_dir: docs
  8. theme:
  9. name: material
  10. logo: logo.jpeg
  11. features:
  12. - content.action.edit
  13. - content.action.view
  14. - content.code.copy
  15. - content.code.select
  16. - navigation.footer
  17. - navigation.instant
  18. - navigation.instant.prefetch
  19. - navigation.path
  20. - navigation.top
  21. - navigation.tracking
  22. - optimize
  23. - search.share
  24. - toc.follow
  25. palette:
  26. - media: "(prefers-color-scheme)"
  27. toggle:
  28. icon: material/brightness-auto
  29. name: Switch to light mode
  30. - media: "(prefers-color-scheme: light)"
  31. scheme: default
  32. toggle:
  33. icon: material/brightness-7
  34. name: Switch to dark mode
  35. - media: "(prefers-color-scheme: dark)"
  36. scheme: slate
  37. toggle:
  38. icon: material/brightness-4
  39. name: Switch to system preference
  40. markdown_extensions:
  41. - footnotes
  42. - pymdownx.highlight:
  43. auto_title: false
  44. linenums_style: pymdownx-inline
  45. anchor_linenums: true
  46. line_spans: __span
  47. pygments_lang_class: true
  48. - pymdownx.inlinehilite
  49. - pymdownx.snippets
  50. - pymdownx.superfences
  51. nav:
  52. - Home: index.md
  53. - QuickStart: quickstart.md
  54. - Installation:
  55. - setup/installation.md
  56. - setup/upgrade.md
  57. - setup/build.md
  58. - Config:
  59. - config/terminology.md
  60. - config/options.md
  61. - config/deprecated_options.md
  62. - config/branches.md
  63. - config/functions_categories_and_policies.md
  64. - config/func_readdir.md
  65. - config/rename_and_link.md
  66. - config/cache.md
  67. - config/readahead.md
  68. - config/inodecalc.md
  69. - config/threads.md
  70. - config/pin-threads.md
  71. - config/link_cow.md
  72. - config/fuse_msg_size.md
  73. - config/follow-symlinks.md
  74. - config/link-exdev.md
  75. - config/rename-exdev.md
  76. - config/symlinkify.md
  77. - config/nullrw.md
  78. - config/xattr.md
  79. - config/nfsopenhack.md
  80. - config/statfs.md
  81. - config/flush-on-close.md
  82. - config/export-support.md
  83. - error_handling.md
  84. - runtime_interfaces.md
  85. - remote_filesystems.md
  86. - tips_notes.md
  87. - known_issues_bugs.md
  88. - project_comparisons.md
  89. - performance.md
  90. - benchmarking.md
  91. - tooling.md
  92. - FAQ:
  93. - faq/reliability_and_scalability.md
  94. - faq/usage_and_functionality.md
  95. - faq/configuration_and_policies.md
  96. - faq/compatibility_and_integration.md
  97. - faq/recommendations_and_warnings.md
  98. - faq/technical_behavior_and_limitations.md
  99. - faq/limit_drive_spinup.md
  100. - related_projects.md
  101. - media_and_publicity.md
  102. - support.md
  103. - sponsorship_and_donations.md