Skip to content

Commit d7df026

Browse files
committed
updating to latest docusaurus and dependencies
1 parent 77f424f commit d7df026

36 files changed

+17054
-74416
lines changed

docs/create/index-create.mdx

+28-31
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: index-create
3-
title: Create a Redis Database - Quick Starts
4-
sidebar_label: Overview - All Quick Starts
3+
title: Create a Redis Database - Quick Starts
4+
sidebar_label: Overview - All Quick Starts
55
slug: /create
66
---
77

@@ -12,8 +12,8 @@ The following quick starts shows various ways of how to get started and create a
1212

1313

1414

15-
<div class="row">
16-
<div class="col">
15+
<div className="row">
16+
<div className="col">
1717
<RedisCard
1818
title="Redis Stack"
1919
description="Create database using Redis Stack"
@@ -22,7 +22,7 @@ The following quick starts shows various ways of how to get started and create a
2222
</div>
2323

2424

25-
<div class="col">
25+
<div className="col">
2626
<RedisCard
2727
title="Redis Functions"
2828
description="Getting started with Redis Functions"
@@ -32,37 +32,37 @@ The following quick starts shows various ways of how to get started and create a
3232

3333

3434

35-
<div class="col">
36-
<RedisCard
37-
title="Redis Enterprise Cloud"
35+
<div className="col">
36+
<RedisCard
37+
title="Redis Enterprise Cloud"
3838
imgPath="recloud.png"
39-
description="Create database using Redis Enterprise Cloud"
39+
description="Create database using Redis Enterprise Cloud"
4040
preview="recloud.png"
4141
page="/create/rediscloud"
4242
/>
4343
</div>
4444

4545

46-
<div class="col">
47-
<RedisCard
48-
title="Redis on Heroku"
49-
description="Create Redis database on Heroku"
46+
<div className="col">
47+
<RedisCard
48+
title="Redis on Heroku"
49+
description="Create Redis database on Heroku"
5050
page="/create/heroku"
5151
/>
5252
</div>
5353
</div>
5454

55-
<div class="row">
56-
<div class="col">
57-
<RedisCard
58-
title="Redis on Azure Cache"
59-
description="Create Redis database on Azure Cache"
55+
<div className="row">
56+
<div className="col">
57+
<RedisCard
58+
title="Redis on Azure Cache"
59+
description="Create Redis database on Azure Cache"
6060
page="/create/azure"
6161
/>
6262
</div>
6363

6464

65-
<div class="col">
65+
<div className="col">
6666
<RedisCard
6767
title="Redis on Google Cloud"
6868
imgPath="recloud.png"
@@ -73,7 +73,7 @@ The following quick starts shows various ways of how to get started and create a
7373
</div>
7474

7575

76-
<div class="col">
76+
<div className="col">
7777
<RedisCard
7878
title="Redis on AWS"
7979
description="Create Redis database on AWS"
@@ -82,18 +82,18 @@ The following quick starts shows various ways of how to get started and create a
8282
</div>
8383
</div>
8484

85-
<div class="row">
85+
<div className="row">
8686

87-
<div class="col">
87+
<div className="col">
8888
<RedisCard
8989
title="Redis on Docker"
90-
description="Create Redis database on Docker"
90+
description="Create Redis database on Docker"
9191
page="/create/docker"
9292
/>
9393
</div>
9494

9595

96-
<div class="col">
96+
<div className="col">
9797
<RedisCard
9898
title="Redis on Kubernetes"
9999
imgPath="recloud.png"
@@ -104,18 +104,18 @@ The following quick starts shows various ways of how to get started and create a
104104
</div>
105105

106106

107-
<div class="col">
107+
<div className="col">
108108
<RedisCard
109109
title="Redis from Source"
110110
description="Create Redis database from Source"
111111
page="/create/from-source"
112-
/>
112+
/>
113113
</div>
114114
</div>
115115

116-
<div class="row">
116+
<div className="row">
117117

118-
<div class="col">
118+
<div className="col">
119119
<RedisCard
120120
title="Redis on Mac"
121121
description="Create Redis database on Mac using Homebrew"
@@ -126,6 +126,3 @@ The following quick starts shows various ways of how to get started and create a
126126

127127

128128
</div>
129-
130-
131-

docs/create/redis-stack/index-redis-stack.mdx

+6-6
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,9 @@ Here’s how to set a retention policy for RedisTimeSeries:
376376
377377
378378
379-
<div class="row text--center">
379+
<div className="row text--center">
380380
381-
<div class="col ">
381+
<div className="col ">
382382
<div className="ri-container">
383383
384384
#### Storing and querying JSON documents
@@ -390,7 +390,7 @@ Here’s how to set a retention policy for RedisTimeSeries:
390390
</div>
391391
</div>
392392
393-
<div class="col">
393+
<div className="col">
394394
<div className="ri-container">
395395
396396
#### Full-text search
@@ -406,9 +406,9 @@ Learn how to [perform full-text search](/howtos/redisearch/) using Redis Stack.
406406
</div>
407407
408408
409-
<div class="row text--center">
409+
<div className="row text--center">
410410
411-
<div class="col ">
411+
<div className="col ">
412412
<div className="ri-container">
413413
414414
#### Probabilistic data structures
@@ -420,7 +420,7 @@ Follow this tutorial to learn [how to implement low latency and compact Probabil
420420
</div>
421421
</div>
422422
423-
<div class="col">
423+
<div className="col">
424424
<div className="ri-container">
425425
426426
#### Storing and querying time series data

docs/develop/index-develop.mdx

+21-30
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,36 @@
11
---
22
id: index-develop
3-
title: Develop your application using programming languages
4-
sidebar_label: Overview
3+
title: Develop your application using programming languages
4+
sidebar_label: Overview
55
slug: /develop
66
---
77

88
import RedisCard from '@site/src/theme/RedisCard';
99

1010
Find documentation, sample code and tools to develop with your favorite language.
1111

12-
1312
<div class="row">
14-
15-
<div class="col">
16-
<RedisCard
17-
title="Java and Redis"
13+
<div class="col">
14+
<RedisCard
15+
title="Java and Redis"
1816
imgPath="recloud.png"
19-
description="Getting Started with Java and Redis"
17+
description="Getting Started with Java and Redis"
2018
preview="recloud.png"
2119
page="/develop/java"
22-
/>
23-
</div>
24-
25-
26-
<div class="col">
27-
<RedisCard
28-
title="Python and Redis"
29-
description="Getting Started with Python and Redis"
20+
/>
21+
</div>
22+
<div class="col">
23+
<RedisCard
24+
title="Python and Redis"
25+
description="Getting Started with Python and Redis"
3026
page="/develop/python"
31-
/>
32-
</div>
33-
27+
/>
28+
</div>
3429

3530
<div class="col">
36-
<RedisCard
37-
title="Node.js and Redis"
38-
description="Getting Started with Node.js and Redis"
31+
<RedisCard
32+
title="Node.js and Redis"
33+
description="Getting Started with Node.js and Redis"
3934
page="/develop/node"
4035
/>
4136
</div>
@@ -52,18 +47,18 @@ Find documentation, sample code and tools to develop with your favorite language
5247

5348
</div>
5449

50+
{' '}
5551

56-
<div class="col">
57-
<RedisCard
52+
<div class="col">
53+
<RedisCard
5854
title="Go and Redis"
5955
imgPath="recloud.png"
6056
description="Getting Started with Golang and Redis"
6157
preview="recloud.png"
6258
page="/develop/golang"
63-
/>
59+
/>
6460
</div>
6561

66-
6762
<div class="col">
6863
<RedisCard
6964
title="Ruby and Redis"
@@ -83,7 +78,3 @@ Find documentation, sample code and tools to develop with your favorite language
8378
/>
8479
</div>
8580
</div>
86-
87-
88-
89-

docs/operate/index-operate.mdx

-6
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ title: Operate Your Redis Database
44
sidebar_label: Overview
55
slug: /operate
66
---
7-
import Tabs from '@theme/Tabs';
8-
import TabItem from '@theme/TabItem';
9-
import useBaseUrl from '@docusaurus/useBaseUrl';
107
import RedisCard from '@site/src/theme/RedisCard';
118

129
The following links demonstrate various ways to provision Redis and accelerate app deployment using Devops.
@@ -55,6 +52,3 @@ The following links demonstrate various ways to provision Redis and accelerate a
5552
/>
5653
</div>
5754
</div>
58-
59-
60-

docs/tools/index-tools.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ hide_table_of_contents: true
66
slug: /tools/
77
custom_edit_url:
88
---
9-
import Languages from '@theme/Languages';
9+
import Languages from '@site/src/theme/Languages';
1010

1111
<Languages />

0 commit comments

Comments
 (0)