couscous.yml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. title: Gaufrette
  2. subTitle: Filesystem abstraction layer
  3. github:
  4. user: KnpLabs
  5. repo: Gaufrette
  6. baseUrl: https://knplabs.github.io/Gaufrette
  7. template:
  8. # url: https://github.com/CouscousPHP/Template-Dark
  9. index: introduction.md
  10. menu:
  11. sections:
  12. main:
  13. name: Table of Contents
  14. items:
  15. introduction:
  16. text: Introduction
  17. installation:
  18. text: Installation
  19. relativeUrl: installation.html
  20. basic-usage:
  21. text: Basic Usage
  22. relativeUrl: basic-usage.html
  23. caching:
  24. text: Caching
  25. relativeUrl: caching.html
  26. streaming:
  27. text: Streaming
  28. relativeUrl: streaming.html
  29. implementing-new-adapter:
  30. text: Implementing new Adapter
  31. relativeUrl: implementing-new-adapter.html
  32. extras:
  33. text: Extras
  34. relativeUrl: extras.html
  35. adapters:
  36. name: Adapters
  37. items:
  38. amazon-s3:
  39. text: Amazon S3
  40. relativeUrl: adapters/amazon-s3.html
  41. apc:
  42. text: Apc
  43. relativeUrl: adapters/apc.html
  44. aws-s3:
  45. text: AWS S3
  46. relativeUrl: adapters/aws-s3.html
  47. azure-blob-storage:
  48. text: Azure Blob Storage
  49. relativeUrl: adapters/azure-blob-storage.html
  50. doctrine-dbal:
  51. text: Doctrine DBAL
  52. relativeUrl: adapters/doctrine-dbal.html
  53. flysystem:
  54. text: Flysystem
  55. relativeUrl: adapters/flysystem.html
  56. ftp:
  57. text: Ftp
  58. relativeUrl: adapters/ftp.html
  59. google-cloud-storage:
  60. text: Google Cloud Storage
  61. relativeUrl: adapters/google-cloud-storage.html
  62. grid-fs:
  63. text: GridFS
  64. relativeUrl: adapters/grid-fs.html
  65. in-memory:
  66. text: InMemory
  67. relativeUrl: adapters/in-memory.html
  68. local:
  69. text: Local
  70. relativeUrl: adapters/local.html
  71. open-cloud:
  72. text: OpenCloud
  73. relativeUrl: adapters/open-cloud.html
  74. phpseclib-sftp:
  75. text: PhpseclibSftp
  76. relativeUrl: adapters/phpseclib-sftp.html
  77. sftp:
  78. text: Sftp
  79. relativeUrl: adapters/sftp.html
  80. zip:
  81. text: Zip
  82. relativeUrl: adapters/zip.html