You are here

mkdocs.yml in YAML Form 8

File

mkdocs.yml
View source
  1. site_name: YAML Form
  2. site_description: The YAML Form module is a FAPI based form builder and submission manager for Drupal 8.
  3. site_author: Jacob Rockowitz
  4. site_favicon: favicon.ico
  5. copyright: ©2016 <a href="http://thebigbluehouse.com">The Big Blue House</a> (<a href="http://drupal.org/user/371407">Jacob Rockowitz</a>)
  6. theme: yeti
  7. extra_css:
  8. - extra.css
  9. extra_js:
  10. - extra.js
  11. markdown_extensions:
  12. - smarty
  13. pages:
  14. - Home: index.md
  15. - Features: features.md
  16. - Download: download.md
  17. - Support:
  18. - Installation: support/installation.md
  19. - Frequently Asked Questions (FAQ): support/faq.md
  20. - Videos & Presentations: support/videos.md
  21. - Screencasts / Tutorials: support/screencasts.md
  22. - Glossary: support/glossary.md
  23. - Known Issues: support/issues.md
  24. - On Drupal.org: support/drupal.md
  25. - For Developers:
  26. - Customizing & Extending: developers/extending.md
  27. - 8.x-1.x Release Roadmap: developers/roadmap.md
  28. - Development Cheatsheet: developers/development.md
  29. - Maintainers Guide: developers/maintainers.md
  30. - Additional Resources: developers/resources.md