Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
font-weight: 500;
}

.truncateText {
.euiIEFlexWrapFix .truncateText {
display: flex;
overflow: visible;
white-space: normal;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"telemetryEvent": "shardHashes",
"title": "Shard big hashes to small hashes",
"redisStack": true,
"tutorial": "/quick-guides/document/working-with-hashes.md",
"tutorial": "/quick-guides/document/introduction.md",
"content": [
{
"type": "paragraph",
Expand Down Expand Up @@ -1039,7 +1039,7 @@
"id": "searchJSON",
"title": "Try indexing your JSON documents for efficient data retrieval",
"redisStack": true,
"tutorial": "/quick-guides/document/working-with-json.md",
"tutorial": "/quick-guides/document/introduction.md",
"content": [
{
"type": "span",
Expand Down Expand Up @@ -1130,7 +1130,7 @@
"id": "stringToJson",
"title": "Try using our JSON native document store",
"redisStack": true,
"tutorial": "/quick-guides/document/working-with-json.md",
"tutorial": "/quick-guides/document/introduction.md",
"content": [
{
"type": "paragraph",
Expand Down Expand Up @@ -1310,7 +1310,7 @@
"searchHash": {
"id": "searchHash",
"title": "Try indexing your hash documents to query and retrieve data",
"tutorial": "/quick-guides/document/working-with-hashes.md",
"tutorial": "/quick-guides/document/introduction.md",
"redisStack": true,
"content": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jest.mock('uiSrc/slices/workbench/wb-guides', () => ({
id: 'document-capabilities',
label: 'Document Capabilities',
args: {
path: '/quick-guides/document/working-with-hashes.md',
path: '/quick-guides/document/introduction.md',
},
},
]
Expand Down