in app/src/app/pages/explore/explore.component.ts [129:136]
go(documentId) {
this.router.navigate([
'servers', this.server,
'databases', this.database,
'collections', this.collection,
'documents', documentId
]);
}