Skip to content

Commit 98ffa3f

Browse files
committed
add ending slash and rename resoft to from sources - issues #42 #41
2 parents 2b72fa0 + 6a06d07 commit 98ffa3f

24 files changed

+93
-126
lines changed

Diff for: blog/2019-05-28-hola.md

-11
This file was deleted.

Diff for: blog/2019-05-29-hello-world.md

-17
This file was deleted.

Diff for: blog/2019-05-30-welcome.md

-13
This file was deleted.

Diff for: docs/create/cloud/index-cloud.mdx

+9-9
Original file line numberDiff line numberDiff line change
@@ -5,40 +5,40 @@ sidebar_label: Redis Enterprise Cloud
55
slug: /create/cloud/
66
---
77

8+
## Create free cloud account
9+
1. Create your free <a href="https://redislabs.com/try-free/" target="_blank" rel="noopener">Redis Enterprise Cloud account</a>. Once you click on “Get Started”, you will receive an email with a link to activate your account and complete your signup process.
810

9-
1. Create your free [Redis Enterprise Cloud account](https://redislabs.com/try-redis-modules-for-free). Once you click on “Get Started”, you will receive an email with a link to activate your account and complete your signup process.
10-
11-
12-
11+
## Add subscription
1312
2. Next, you will have to add Redis Enterprise Cloud Essentials subscription. In the Redis Enterprise Cloud menu, click Subscriptions. At the bottom of the page, click the “+” sign.
1413

1514
![My Image](images/subscription.png)
1615

17-
18-
19-
16+
## Select cloud provider
2017
3. For the cloud provider, select Amazon AWS
2118

2219
![My Image](images/aws.png)
2320

24-
21+
## Selection region
2522
4. For the region where you want to use the subscription, select ap-south-1. Please note that it’s currently available only in the AWS/Mumbai
2623

2724
![My Image](images/region.png)
2825

29-
26+
## Select free cloud plan
3027
5. In the Redis Enterprise Cloud service levels, select the Redis Cloud Essentials 30MB/1 Database level
3128

3229
![My Image](images/plan.png)
3330

31+
## Create database
3432
6. Click Create. After you create a subscription, you can create a database:
3533

3634
![My Image](images/createdatabase.png)
3735

36+
## Add database details
3837
7. Enter a name for the database of your choice
3938

4039
![My Image](images/choosemodule.png)
4140

41+
## Launch database
4242
8. Click "Activate" and wait for few seconds till it gets activated. Once fully activated, you will see the database endpoints as shown below:
4343

4444
![My Image](images/activate.png)

Diff for: docs/create/docker/index-docker.mdx

+7-8
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@ $ docker run --name myredis -d redis
3030
```
3131

3232
where,
33-
3433
myredis is the name of Docker container
3534
-d represent daemon mode
3635
redis is the name of Docker Image which it fetches from Docker Hub.
3736

38-
### Verify if Redis container is running or not:
37+
## Verify if Redis container is running or not:
3938

4039
```
4140
$ docker ps
@@ -76,7 +75,7 @@ If persistence is enabled, data is stored in the VOLUME /data, which can be used
7675

7776

7877

79-
### Pre-requisite
78+
## Pre-requisite
8079

8180
Ensure that Docker is installed in your system.
8281

@@ -93,29 +92,29 @@ docker run -d --cap-add sys_resource --name rp -p 8443:8443 -p 9443:9443 -p 1200
9392

9493
Open your preferred browser and type https://[IPAddress]:8443 to open Redis Enterprise UI.
9594

96-
### Click on “Setup”.
95+
## Click on “Setup”.
9796

9897
![My Image](images/resoftware-1.png)
9998

10099

101-
### Enter your preferred FQDN
100+
## Enter your preferred FQDN
102101

103102
![My Image](images/resoftware-2.png)
104103

105-
### Enter the admin credentials
104+
## Enter the admin credentials
106105

107106
![My Image](images/resoftware-4.png)
108107

109108
## Select "Single Region"
110109

111110
![My Image](images/resoftware-5.png)
112111

113-
### Create a Database:
112+
## Create a Database:
114113

115114

116115
![My Image](images/resoftware-7.png)
117116

118-
### Access the database:
117+
## Access the database:
119118

120119

121120
```

Diff for: docs/explore/index-explore.mdx

+12-16
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 RedisInsight (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>

Diff for: docs/guides/import/index-import.mdx

+1-1
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

Diff for: docs/guides/indexing/indexing-querying.mdx

+1-1
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
---

Diff for: docs/guides/security/index-security.mdx

+1-1
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

Diff for: docusaurus.config.js

+12-10
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,24 @@ module.exports = {
1313
style: 'dark',
1414
title: null,
1515
logo: {
16-
alt: 'Redis Developer',
16+
alt: 'Redis Developer Hub logo',
1717
src: 'img/logo-1.png',
1818
},
19-
hideOnScroll: true,
19+
hideOnScroll: false,
2020
items: [
2121
{
2222
to: '/create/cloud',
2323
activeBasePath: 'docs',
2424
label: 'Get started',
2525
position: 'right',
2626
},
27+
/*
2728
{
2829
href: '#',
2930
label: 'Resources',
3031
position: 'right',
3132
},
33+
*/
3234
{
3335
href: 'https://redis.io/commands',
3436
label: 'Command Reference',
@@ -39,7 +41,7 @@ module.exports = {
3941
footer: {
4042
style: 'dark',
4143
logo: {
42-
alt: 'Redis Developer',
44+
alt: 'Redis Developer Hub logo',
4345
src: 'img/logo-2.png',
4446
},
4547
links: [
@@ -52,15 +54,15 @@ module.exports = {
5254
},
5355
{
5456
label: 'Develop',
55-
to: '/#languages',
57+
to: '/develop/',
5658
},
5759
{
5860
label: 'Explore your data',
5961
to: '/explore/',
6062
},
6163
{
6264
label: 'Best Practices',
63-
to: 'https://redislabs.com/redis-best-practices/introduction/',
65+
href: 'https://redislabs.com/redis-best-practices/introduction/',
6466
},
6567
// {
6668
// label: 'Tutorials',
@@ -72,7 +74,7 @@ module.exports = {
7274
// },
7375
{
7476
label: 'Add Superpowers to Redis',
75-
to: 'https://redislabs.com/modules/get-started/',
77+
href: 'https://redislabs.com/modules/get-started/',
7678
},
7779
],
7880
},
@@ -81,7 +83,7 @@ module.exports = {
8183
items: [
8284
{
8385
label: 'Community',
84-
href: 'https://redislabs.com/community',
86+
href: 'https://redislabs.com/community/',
8587
},
8688
{
8789
label: 'Redis University',
@@ -93,11 +95,11 @@ module.exports = {
9395
},
9496
{
9597
label: 'Tools',
96-
href: '/tools/',
98+
to: '/tools/',
9799
},
98100
{
99101
label: 'Guides',
100-
href: '/guides/',
102+
to: '/guides/import/',
101103
}, // {
102104
// label: 'Use Cases',
103105
// href: 'https://redislabs.com/solutions',
@@ -114,7 +116,7 @@ module.exports = {
114116
},
115117
announcementBar: {
116118
id: 'redisconf20201cfp', // Any value that will identify this message.
117-
content: '<p class="text">RedisConf 2021 - The Call for Paper is Open, Submit your Proposal</p> <a href="https://redislabs.com/redisconf/" target="_blank" rel="nofollow noopener" class="btn">Learn more</a>',
119+
content: '<p class="text">RedisConf 2021 The Call for Papers is Now Open</p> <a href="https://redislabs.com/redisconf/" target="_blank" rel="noopener" class="btn">Submit Proposal</a>',
118120
backgroundColor: '#fff', // Defaults to `#fff`.
119121
textColor: '#000', // Defaults to `#000`.
120122
isCloseable: true, // Defaults to `true`.

Diff for: sidebars.js

+1-2
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',

Diff for: src/css/_article.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,8 @@ main:not(.home-main) {
258258
margin-bottom: 30px;
259259
padding: 20px;
260260
height: calc(100% - 30px);
261-
border: 2px solid $grey-dark;
261+
border: 2px solid #E5E5E5;
262+
box-shadow: 0px 4px 7px rgba(196, 196, 196, .5);
262263
transition: border-color .2s ease-in-out;
263264

264265
&.ri-link:hover {

Diff for: src/css/components/_footer.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
display: block;
4949
margin: -3px 0 0 0;
5050
max-width: none;
51-
height: 31px;
51+
width: 201px;
52+
height: auto;
5253
}
5354

5455
&__title {

Diff for: src/css/components/_navbar.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151

5252
&__brand,
5353
&__logo {
54-
width: 171px !important;
55-
height: 26px !important;
54+
width: 168px !important;
55+
height: auto !important;
5656
}
5757

5858
&__link {

Diff for: src/css/components/_resources.scss

+9
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,24 @@
111111
position: relative;
112112
top: 0;
113113
height: 100%;
114+
border-radius: 10px;
115+
overflow: hidden;
114116
transition: top .2s ease-in-out, box-shadow .2s ease-in-out;
117+
118+
@include mobile {
119+
border-radius: 8px;
120+
}
115121
}
116122

117123
.thumb {
124+
z-index: 2;
125+
position: relative;
118126
display: block;
119127
width: 100%;
120128
height: 187px;
121129
object-fit: cover;
122130
border-radius: 10px 10px 0 0;
131+
box-shadow: 0px 2px 4px rgba(183, 183, 183, .5);
123132

124133
@include mobile {
125134
height: 151px;

0 commit comments

Comments
 (0)