mkdocs.yml 432 B

12345678910111213
  1. docs_dir: doc/book
  2. site_dir: doc/html
  3. pages:
  4. - index.md
  5. - Reference:
  6. - Servers: server.md
  7. - Clients: client.md
  8. - "WSDL Parsing and Generation": wsdl.md
  9. - "WSDL AutoDiscovery": auto-discovery.md
  10. site_name: zend-soap
  11. site_description: zend-soap
  12. repo_url: 'https://github.com/zendframework/zend-soap'
  13. copyright: 'Copyright (c) 2016 <a href="http://www.zend.com/">Zend Technologies USA Inc.</a>'