mkdocs.yml 526 B

123456789101112131415
  1. docs_dir: doc/book
  2. site_dir: doc/html
  3. pages:
  4. - index.md
  5. - { Intro: intro.md }
  6. - Reference:
  7. - { 'Block Ciphers': block-cipher.md }
  8. - { 'Encrypting Files': files.md }
  9. - { 'Key Derivation': key-derivation.md }
  10. - { Passwords: password.md }
  11. - { 'Public Key Cryptography': public-key.md }
  12. site_name: zend-crypt
  13. site_description: Zend\Crypt
  14. repo_url: 'https://github.com/zendframework/zend-crypt'
  15. copyright: 'Copyright (c) 2016 <a href="http://www.zend.com/">Zend Technologies USA Inc.</a>'