Skip to content

Commit 6cc7d76

Browse files
committed
Adjusted Guides sidebar and Explore structure
1 parent 7d1d100 commit 6cc7d76

File tree

5 files changed

+16
-21
lines changed

5 files changed

+16
-21
lines changed

docs/explore/index-explore.mdx

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,36 +9,32 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
99

1010
RedisInsight provides an intuitive and efficient GUI for Redis, allowing you to interact with your databases and manage your data—with built-in support for most popular Redis modules. It provides tools to analyze the memory, profile the performance of your database usage, and guide you toward better Redis usage.
1111

12-
### RedisInsight in Action
12+
## RedisInsight in Action
1313

14-
15-
**RedisInsight Overview** (RedisConf'20)
14+
### RedisInsight Overview (RedisConf'20)
1615

1716
<div class="text--center">
1817
<iframe width="672" height="378" src="https://www.youtube.com/embed/HBC3OSYOgj0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
1918
</div>
2019

2120

22-
**Monitoring Redis data using RedisInsigh** (OSCONF 2020 Bangalore)
21+
### Monitoring Redis data using RedisInsigh (OSCONF 2020 Bangalore)
2322

2423
<div class="text--center">
2524
<iframe width="672" height="378" src="https://www.youtube.com/embed/BVXFBhKeUxk" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
2625
</div>
2726

2827
---
2928

30-
### Adding a Redis Database
31-
32-
* [Standalone Redis](https://docs.redislabs.com/latest/ri/using-redisinsight/add-instance/#add-a-standalone-redis-database)
33-
* [Redis cluster](https://docs.redislabs.com/latest/ri/using-redisinsight/add-instance/#add-a-redis-cluster-database)
34-
* [Redis Sentinel](https://docs.redislabs.com/latest/ri/using-redisinsight/add-instance/#add-a-redis-sentinel-database)
35-
* [Redis with TLS authentication](https://docs.redislabs.com/latest/ri/using-redisinsight/add-instance/#add-a-redis-database-that-uses-tls)
36-
* [Elasticache](https://docs.redislabs.com/latest/ri/using-redisinsight/add-instance/#connecting-to-elasticache)
37-
38-
* [Automatically Discovering Databases](https://docs.redislabs.com/latest/ri/using-redisinsight/auto-discover-databases/)
39-
29+
## Adding a Redis Database
4030

31+
* <a href="https://docs.redislabs.com/latest/ri/using-redisinsight/add-instance/#add-a-standalone-redis-database" target="_blank" rel="noopener">Standalone Redis</a>
32+
* <a href="https://docs.redislabs.com/latest/ri/using-redisinsight/add-instance/#add-a-redis-cluster-database" target="_blank" rel="noopener">Redis cluster</a>
33+
* <a href="https://docs.redislabs.com/latest/ri/using-redisinsight/add-instance/#add-a-redis-sentinel-database" target="_blank" rel="noopener">Redis Sentinel</a>
34+
* <a href="https://docs.redislabs.com/latest/ri/using-redisinsight/add-instance/#add-a-redis-database-that-uses-tls" target="_blank" rel="noopener">Redis with TLS authentication</a>
35+
* <a href="https://docs.redislabs.com/latest/ri/using-redisinsight/add-instance/#connecting-to-elasticache" target="_blank" rel="noopener">Elasticache</a>
36+
* <a href="https://docs.redislabs.com/latest/ri/using-redisinsight/auto-discover-databases/">Automatically Discovering Databases</a>
4137

42-
### More
38+
## Related Information
4339

44-
* [Official RedisInsight Documentation](https://docs.redislabs.com/latest/ri/)
40+
* <a href="https://docs.redislabs.com/latest/ri/" target="_blank" rel="noopener">Official RedisInsight Documentation</a>

docs/guides/import/index-import.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: index-import
33
title: Import Data into Redis
4-
sidebar_label: Import
4+
sidebar_label: Importing Data
55
slug: /guides/import/
66
---
77

docs/guides/indexing/indexing-querying.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: indexing-querying
33
title: Indexing and Querying
4-
sidebar_label: Indexing
4+
sidebar_label: Indexing and Querying
55
slug: /guides/indexing/
66

77
---

docs/guides/security/index-security.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: index-security
33
title: Redis Security
4-
sidebar_label: Security
4+
sidebar_label: Redis Security
55
slug: /guides/security/
66
---
77

sidebars.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
href : 'https://docs.redislabs.com/latest/platforms/',
1919
},
2020
]
21-
},
21+
},
2222
{
2323
type: 'category',
2424
label: 'Develop',
@@ -42,7 +42,6 @@ module.exports = {
4242
type: 'category',
4343
label: 'Guides',
4444
items: [
45-
'guides/index-guides',
4645
'guides/import/index-import',
4746
'guides/indexing/indexing-querying',
4847
'guides/security/index-security',

0 commit comments

Comments
 (0)