Skip to content

Commit 914b665

Browse files
committed
Added Try Free to top nav. Renamed movie database link and adding superpowers in footer as per Ofer. Update title in Explore section
1 parent 83c61df commit 914b665

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

docs/explore/index-explore.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: index-explore
3-
title: Explore Data
3+
title: Explore Your Data
44
sidebar_label: Explore
55
slug: /explore/
66
---
@@ -26,7 +26,7 @@ RedisInsight provides an intuitive and efficient GUI for Redis, allowing you to
2626

2727
---
2828

29-
## Adding a Redis Database
29+
### Adding a Redis Database to RedisInsight
3030

3131
* <a href="https://docs.redislabs.com/latest/ri/using-redisinsight/add-instance/#add-a-standalone-redis-database" target="_blank" rel="noopener">Standalone Redis</a>
3232
* <a href="https://docs.redislabs.com/latest/ri/using-redisinsight/add-instance/#add-a-redis-cluster-database" target="_blank" rel="noopener">Redis cluster</a>
@@ -35,6 +35,6 @@ RedisInsight provides an intuitive and efficient GUI for Redis, allowing you to
3535
* <a href="https://docs.redislabs.com/latest/ri/using-redisinsight/add-instance/#connecting-to-elasticache" target="_blank" rel="noopener">Elasticache</a>
3636
* <a href="https://docs.redislabs.com/latest/ri/using-redisinsight/auto-discover-databases/">Automatically Discovering Databases</a>
3737

38-
## Related Information
38+
### Related Information
3939

4040
* <a href="https://docs.redislabs.com/latest/ri/" target="_blank" rel="noopener">Official RedisInsight Documentation</a>

docusaurus.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ module.exports = {
4545
label: 'Command Reference',
4646
position: 'right',
4747
},
48+
{
49+
href: 'https://redislabs.com/try-free/',
50+
label: 'Try Free',
51+
position: 'right',
52+
},
4853
],
4954
},
5055
footer: {
@@ -82,7 +87,7 @@ module.exports = {
8287
// to: '#',
8388
// },
8489
{
85-
label: 'Add Superpowers to Redis',
90+
label: 'Build with Redis Modules',
8691
href: 'https://redislabs.com/modules/get-started/',
8792
},
8893
],

src/theme/Demos/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function Demos() {
4141
<ul className="links">
4242
<li><a href="https://github.com/redis-developer/brewdis" target="_blank" rel="noopener">Brewdis</a></li>
4343
<li><a href="https://github.com/RedisTimeSeries/redis-pop-up-store" target="_blank" rel="noopener">Popup Store</a></li>
44-
<li><a href="https://github.com/redis-developer/redis-microservices-demo/" target="_blank" rel="noopener">Redis Movie Database</a></li>
44+
<li><a href="https://github.com/redis-developer/redis-microservices-demo/" target="_blank" rel="noopener">Redis Microservices Demo</a></li>
4545
<li><a href="https://github.com/redis-developer/basic-caching-demo-nodejs" target="_blank" rel="noopener">Basic Redis Caching Demo</a></li>
4646
</ul>
4747
</div>

0 commit comments

Comments
 (0)