Viewing File: /home/assersoft/public_html/nationallab/vendor/laminas/laminas-escaper/mkdocs.yml

docs_dir: docs/book
site_dir: docs/html
nav:
    - Home: index.md
    - Introduction: intro.md
    - Reference:
        - "Theory of Operation": theory-of-operation.md
        - Configuration: configuration.md
        - "Escaping HTML": escaping-html.md
        - "Escaping HTML Attributes": escaping-html-attributes.md
        - "Escaping Javascript": escaping-javascript.md
        - "Escaping CSS": escaping-css.md
        - "Escaping URLs": escaping-url.md
site_name: laminas-escaper
site_description: 'Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs'
repo_url: 'https://github.com/laminas/laminas-escaper'
extra:
    project: Components
Back to Directory File Manager