diff --git a/docs/index.md b/docs/index.md index cad8566f0d..524fd29975 100644 --- a/docs/index.md +++ b/docs/index.md @@ -65,3 +65,4 @@ configuration files. As of today `conftest` supports: * EDN * VCL * XML +* Jsonnet diff --git a/mkdocs.yml b/mkdocs.yml index 7a6a284425..697af4fb15 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,6 +7,7 @@ nav: - "Options": "options.md" - "Installation": "install.md" - "Examples": "examples.md" + - "Exceptions": "exceptions.md" - "Sharing policies": "sharing.md" - "Debugging policies": "debug.md" - "Plugins": "plugins.md"