Merge pull request #137 from desimone/docs/add-upgrading-guide

docs: add upgrade guide
This commit is contained in:
Bobby DeSimone 2019-05-31 11:40:40 -07:00 committed by GitHub
commit 1791e3d3f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 50 additions and 1 deletions

View file

@ -52,7 +52,7 @@ function docsSidebar(title) {
{
title,
collapsable: false,
children: ["", "identity-providers", "signed-headers", "certificates", "examples"]
children: ["", "identity-providers", "signed-headers", "certificates", "examples", "upgrading"]
}
];
}