From a9153bc53c35a63527b5795102eab8cfe18aaa9b Mon Sep 17 00:00:00 2001 From: Gabe Lyons Date: Fri, 18 Jun 2021 15:01:37 -0700 Subject: [PATCH] fixing docs sidebar --- docs-website/sidebars.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs-website/sidebars.js b/docs-website/sidebars.js index 3a9bd075d0d3ad..f55c545bd71e3f 100644 --- a/docs-website/sidebars.js +++ b/docs-website/sidebars.js @@ -83,10 +83,10 @@ module.exports = { //"docs/demo/graph-onboarding", //"docs/how/search-onboarding", //"docs/how/search-over-new-field", - //"docs/how/configure-oidc-react", - //"docs/how/sso/configure-oidc-react-google", - //"docs/how/sso/configure-oidc-react-okta", - //"datahub-web-react/src/app/analytics/README", + "docs/how/configure-oidc-react", + "docs/how/sso/configure-oidc-react-google", + "docs/how/sso/configure-oidc-react-okta", + "datahub-web-react/src/app/analytics/README", ], Components: [ "datahub-web-react/README",