docs: add configuration variables (#52)

This commit is contained in:
Bobby DeSimone 2019-02-18 18:48:14 -08:00 committed by GitHub
parent 7b1e832b45
commit a31721a239
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 246 additions and 14 deletions

View file

@ -14,7 +14,6 @@ module.exports = {
sidebar: {
"/guide/": guideSidebar("Quick Start"),
"/docs/": docsSidebar("Documentation")
}
}
};
@ -34,7 +33,7 @@ function docsSidebar(title) {
{
title,
collapsable: false,
children: ["", "identity-providers", "signed-headers", "examples"]
children: ["", "identity-providers", "signed-headers", "examples","config-reference"]
}
];
}