Skip to content

Commit

Permalink
[Bug] remove tutorials from router temporarily (#675)
Browse files Browse the repository at this point in the history
We removed the ability to access the tutorials page because we do
not have replacement for the links provided by the tutorials.

However, users could directly navigate to those pages if they typed
into the browser or had a bookmark.

This removes those routes from the router.

Issues resolved:
#647

Signed-off-by: Kawika Avilla <[email protected]>
  • Loading branch information
kavilla authored Aug 4, 2021
1 parent b9b231b commit d09fd86
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ export class TutorialsRegistry {

public start() {
// pre-populate with built in tutorials
this.tutorialProviders.push(...builtInTutorials);
// TODO: [RENAMEME] Need prod urls.
// https://github.com/opensearch-project/OpenSearch-Dashboards/issues/335
// this.tutorialProviders.push(...builtInTutorials);
return {};
}
}
Expand Down

0 comments on commit d09fd86

Please sign in to comment.