From 0249f0fc9b62b76172ab324d8a27d58ef91b0201 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:08:43 +0000 Subject: [PATCH] site: collapsible sidebar --- docs/.vuepress/config.js | 6 +----- docs/guide/schema-language.md | 4 ++++ docs/options.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 414561aa0..1b35ae36d 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -33,7 +33,7 @@ module.exports = { text: "Reference", items: [ {link: "/api", text: "API Reference"}, - {link: "/options", text: "Initialization options"}, + {link: "/options", text: "Ajv options"}, {link: "/json-schema", text: "JSON Schema"}, {link: "/json-type-definition", text: "JSON Type Definition"}, {link: "/strict-mode", text: "Strict mode"}, @@ -65,7 +65,6 @@ module.exports = { sidebar: [ { title: "Guide", - collapsable: false, children: [ "/guide/getting-started", "/guide/typescript", @@ -81,7 +80,6 @@ module.exports = { }, { title: "Reference", - collapsable: false, children: [ "/api", "/options", @@ -95,7 +93,6 @@ module.exports = { }, { title: "Contributors", - collapsable: false, children: [ "/contributing", "/codegen", @@ -105,7 +102,6 @@ module.exports = { }, { title: "Information", - collapsable: false, children: ["/faq", "/security", ["/license", "License"]], }, ], diff --git a/docs/guide/schema-language.md b/docs/guide/schema-language.md index 1a4fc914c..b99967d8f 100644 --- a/docs/guide/schema-language.md +++ b/docs/guide/schema-language.md @@ -1,3 +1,7 @@ +--- +tags: + - JTD +--- # Choosing schema language [[toc]] diff --git a/docs/options.md b/docs/options.md index 4f0591f3d..cafd8ef8e 100644 --- a/docs/options.md +++ b/docs/options.md @@ -1,4 +1,4 @@ -# Initialization options +# Ajv options [[toc]]