Skip to content

Commit

Permalink
docs: move to json sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 6, 2020
1 parent 9d35b02 commit 1ed7b3d
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions docs/sidebar.js → docs/sidebar.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
module.exports = {
Introduction:[
{
"Introduction": [
"index",
"install",
"install"
],
"Core Concepts":[
"Core Concepts": [
"api-access-rules",
{
type: "category",
label: "Handlers",
items:[
"type": "category",
"label": "Handlers",
"items": [
"pipeline/index",
"pipeline/authn",
"pipeline/authz",
"pipeline/mutator",
"pipeline/error"
]
},
}
],
"Guides":["configure-deploy"],
"Reference":[
"Guides": [
"configure-deploy"
],
"Reference": [
"reference/configuration",
"reference/api"
],
"SDKs":[
"SDKs": [
"sdk/index"
],
};
]
}

0 comments on commit 1ed7b3d

Please sign in to comment.