annotate vendor/zendframework/zend-escaper/mkdocs.yml @ 7:848c88cfe644

More layout
author Chris Cannam
date Fri, 05 Jan 2018 13:59:44 +0000
parents 4c8ae668cc8c
children
rev   line source
Chris@0 1 docs_dir: doc/book
Chris@0 2 site_dir: doc/html
Chris@0 3 pages:
Chris@0 4 - index.md
Chris@0 5 - Intro: intro.md
Chris@0 6 - Reference:
Chris@0 7 - "Theory of Operation": theory-of-operation.md
Chris@0 8 - Configuration: configuration.md
Chris@0 9 - "Escaping HTML": escaping-html.md
Chris@0 10 - "Escaping HTML Attributes": escaping-html-attributes.md
Chris@0 11 - "Escaping Javascript": escaping-javascript.md
Chris@0 12 - "Escaping CSS": escaping-css.md
Chris@0 13 - "Escaping URLs": escaping-url.md
Chris@0 14 site_name: zend-escaper
Chris@0 15 site_description: zend-escaper
Chris@0 16 repo_url: 'https://github.com/zendframework/zend-escaper'
Chris@0 17 copyright: 'Copyright (c) 2016 <a href="http://www.zend.com/">Zend Technologies USA Inc.</a>'