File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -114,13 +114,13 @@ <h2 class="text-5xl font-medium" id="operate">Learn</h2>
114
114
{{ partial "docs-section.html" (dict
115
115
"Title" "Redis Insight"
116
116
"Description" "A cross-platform GUI for Redis, with focus on reducing memory usage and improving application performance."
117
- "ButtonLink" "./develop/connect /insight/"
117
+ "ButtonLink" "./develop/tools /insight/"
118
118
"ButtonLabel" "Learn more"
119
119
"LinksLeftTitle" "Learn more"
120
120
"LinksLeft" (slice
121
121
(dict "Text" "Install" "URL" "./operate/redisinsight/install/")
122
- (dict "Text" "User guide" "URL" "./develop/connect /insight/")
123
- (dict "Text" "Manage Streams in Redis Insight" "URL" "./develop/connect /insight/tutorials/insight-stream-consumer/")
122
+ (dict "Text" "User guide" "URL" "./develop/tools /insight/")
123
+ (dict "Text" "Manage Streams in Redis Insight" "URL" "./develop/tools /insight/tutorials/insight-stream-consumer/")
124
124
)
125
125
) }}
126
126
</ div >
Original file line number Diff line number Diff line change 72
72
</ a >
73
73
</ div >
74
74
{{ else }}
75
- <!--<a href='/docs/latest/develop/connect/ clients/{{ index $tab "quickstartSlug" }}/' tabindex="1" class="rounded rounded-mx px-3 py-1 text-white text-xs-->
76
- < a href ='{{ absURL (print "develop/connect/ clients/" (index $tab "quickstartSlug")) }}/ ' tabindex ="1 " class ="rounded rounded-mx px-3 py-1 text-white text-xs
75
+ <!--<a href='/docs/latest/develop/clients/{{ index $tab "quickstartSlug" }}/' tabindex="1" class="rounded rounded-mx px-3 py-1 text-white text-xs-->
76
+ < a href ='{{ absURL (print "develop/clients/" (index $tab "quickstartSlug")) }}/ ' tabindex ="1 " class ="rounded rounded-mx px-3 py-1 text-white text-xs
77
77
hover:text-white hover:bg-slate-600 hover:border-transparent focus:outline-none
78
78
focus:ring-2 focus:white focus:border-slate-500 " title ="{{$btnQuickStartText}} ">
79
79
{{ index $tab "title" }} {{ $btnQuickStartText }}
You can’t perform that action at this time.
0 commit comments