uDocumentViewer
Data & Config.yaml · .yml

YAML viewer

ready
About YAML

Human-readable config/data format.

YAML is human-readable structured data — ubiquitous in DevOps, CI configs, and Kubernetes manifests. js-yaml handles the full 1.2 spec including anchors and tagged values.

FAQ
What is a YAML file?
YAML is human-readable structured data — ubiquitous in DevOps, CI configs, and Kubernetes manifests. js-yaml handles the full 1.2 spec including anchors and tagged values.
Is my file uploaded?
No. Files are opened entirely in your browser using local JavaScript and WebAssembly. Nothing is sent to a server.
Does it work on mobile?
Yes. The viewer is mobile-first and works on phones, tablets, and desktops.
More Data & Config