docs: add upgrade guide

This commit is contained in:
Bobby DeSimone 2019-05-25 14:07:50 -07:00
parent dc2eb9668c
commit 3ee23e3308
No known key found for this signature in database
GPG key ID: AEE4CF12FE86D07E
2 changed files with 19 additions and 1 deletions

View file

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