Skip to content

Commit

Permalink
site: collapsible sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Mar 7, 2021
1 parent 9823d1d commit 0249f0f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 1 addition & 5 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down Expand Up @@ -65,7 +65,6 @@ module.exports = {
sidebar: [
{
title: "Guide",
collapsable: false,
children: [
"/guide/getting-started",
"/guide/typescript",
Expand All @@ -81,7 +80,6 @@ module.exports = {
},
{
title: "Reference",
collapsable: false,
children: [
"/api",
"/options",
Expand All @@ -95,7 +93,6 @@ module.exports = {
},
{
title: "Contributors",
collapsable: false,
children: [
"/contributing",
"/codegen",
Expand All @@ -105,7 +102,6 @@ module.exports = {
},
{
title: "Information",
collapsable: false,
children: ["/faq", "/security", ["/license", "License"]],
},
],
Expand Down
4 changes: 4 additions & 0 deletions docs/guide/schema-language.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
tags:
- JTD
---
# Choosing schema language

[[toc]]
Expand Down
2 changes: 1 addition & 1 deletion docs/options.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Initialization options
# Ajv options

[[toc]]

Expand Down

0 comments on commit 0249f0f

Please sign in to comment.