Skip to content

Commit

Permalink
remove all reference
Browse files Browse the repository at this point in the history
  • Loading branch information
seesharpguy committed Nov 19, 2023
1 parent 21b0c2f commit 2c92b2f
Show file tree
Hide file tree
Showing 344 changed files with 17,319 additions and 9,596 deletions.
8 changes: 4 additions & 4 deletions docs/company/index-company.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ sidebar_label: Overview
slug: /company
---

import RedisCard from '@theme/RedisCard';
import ThreeTenCard from '@theme/ThreeTenCard';

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

<div class="row">

<div class="col">
<RedisCard
<ThreeTenCard
title="Node.js and Redis"
description="Getting Started with Node.js and Redis"
page="/develop/node"
Expand All @@ -23,7 +23,7 @@ Find documentation, sample code and tools to develop with your favorite language
<div class="row">

<div class="col">
<RedisCard
<ThreeTenCard
title="Ruby and Redis"
description="Getting Started with Ruby and Redis"
page="/develop/ruby"
Expand All @@ -34,7 +34,7 @@ Find documentation, sample code and tools to develop with your favorite language
<div class="row">

<div class="col">
<RedisCard
<ThreeTenCard
title="PHP and Redis"
description="Getting Started with PHP and Redis"
page="/develop/php"
Expand Down
8 changes: 4 additions & 4 deletions docs/company/node/index-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@ slug: /develop/node
authors: [ajeet]
---

import RedisCard from '@theme/RedisCard';
import ThreeTenCard from '@theme/ThreeTenCard';

The following links provides you with the available options to develop your application using NodeJS and Redis

<div class="row">
<div class="col">
<RedisCard
<ThreeTenCard
title="Getting Started"
description="Node.js and Redis"
page="/develop/node/gettingstarted"
/>
</div>

<div class="col">
<RedisCard
<ThreeTenCard
title="Node.js Crash Course"
description="Node.js Crash Course"
page="/develop/node/node-crash-course"
/>
</div>

<div class="col">
<RedisCard
<ThreeTenCard
title="Redis OM for Node.js"
description="Build a simple service with Redis OM for Node.js and Express"
page="/develop/node/redis-om"
Expand Down
36 changes: 18 additions & 18 deletions docs/company/node/node-crash-course/index-node-crash-course.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ slug: /develop/node/node-crash-course
authors: [simon]
---

import RedisCard from '@theme/RedisCard';
import ThreeTenCard from '@theme/ThreeTenCard';


This is a complete online course for Node.js developers wanting to learn about Redis,
Expand All @@ -18,23 +18,23 @@ where you'll add new functionality to an existing Node.js application.

<div class="row">
<div class="col">
<RedisCard
<ThreeTenCard
title="1. Welcome"
description="Welcome to the Node.js Redis Crash Course!"
page="/develop/node/nodecrashcourse/welcome"
/>
</div>

<div class="col">
<RedisCard
<ThreeTenCard
title="2. What is Redis?"
description="Introducing Redis - the database that developers love!"
page="/develop/node/nodecrashcourse/whatisredis"
/>
</div>

<div class="col">
<RedisCard
<ThreeTenCard
title="3. Redis and Node.js"
description="The ioredis client for Node.js."
page="/develop/node/nodecrashcourse/redisandnodejs"
Expand All @@ -44,23 +44,23 @@ where you'll add new functionality to an existing Node.js application.

<div class="row">
<div class="col">
<RedisCard
<ThreeTenCard
title="4. Introducing RedisInsight"
description="A visual tool for managing Redis."
page="/develop/node/nodecrashcourse/introducingredisinsight"
/>
</div>

<div class="col">
<RedisCard
<ThreeTenCard
title="5. Sample Application Overview"
description="Introducing the sample application."
page="/develop/node/nodecrashcourse/sampleapplicationoverview"
/>
</div>

<div class="col">
<RedisCard
<ThreeTenCard
title="6. Running the Application"
description="Install, configure and run the sample application."
page="/develop/node/nodecrashcourse/runningtheapplication"
Expand All @@ -70,23 +70,23 @@ where you'll add new functionality to an existing Node.js application.

<div class="row">
<div class="col">
<RedisCard
<ThreeTenCard
title="7. Domain Objects with Hashes"
description="Modeling domain objects with Redis Hashes."
page="/develop/node/nodecrashcourse/domainobjectswithhashes"
/>
</div>

<div class="col">
<RedisCard
<ThreeTenCard
title="8. Redis Extensibility"
description="Extending the capabilities of Redis."
page="/develop/node/nodecrashcourse/introductiontomodules"
/>
</div>

<div class="col">
<RedisCard
<ThreeTenCard
title="9. Redis JSON"
description="Storing JSON documents in Redis."
page="/develop/node/nodecrashcourse/redisjson"
Expand All @@ -96,23 +96,23 @@ where you'll add new functionality to an existing Node.js application.

<div class="row">
<div class="col">
<RedisCard
<ThreeTenCard
title="10. Redis Search and Query"
description="Indexing and querying Hashes with Redis as a Search and Query engine."
page="/develop/node/nodecrashcourse/redisearch"
/>
</div>

<div class="col">
<RedisCard
<ThreeTenCard
title="11. Checkins with Streams"
description="Using Redis Streams to handle a data fire hose."
page="/develop/node/nodecrashcourse/checkinswithstreams"
/>
</div>

<div class="col">
<RedisCard
<ThreeTenCard
title="12. Managing Success"
description="How Redis helps your Node.js application to scale."
page="/develop/node/nodecrashcourse/managingsuccess"
Expand All @@ -122,23 +122,23 @@ where you'll add new functionality to an existing Node.js application.

<div class="row">
<div class="col">
<RedisCard
<ThreeTenCard
title="13. Caching"
description="Using Redis as a cache to speed up user experience."
page="/develop/node/nodecrashcourse/caching"
/>
</div>

<div class="col">
<RedisCard
<ThreeTenCard
title="14. Session Storage"
description="Horizontal scaling with Redis as a session store."
page="/develop/node/nodecrashcourse/sessionstorage"
/>
</div>

<div class="col">
<RedisCard
<ThreeTenCard
title="15. Advanced Streams"
description="Consumer groups - collaborative stream processing."
page="/develop/node/nodecrashcourse/advancedstreams"
Expand All @@ -148,15 +148,15 @@ where you'll add new functionality to an existing Node.js application.

<div class="row">
<div class="col">
<RedisCard
<ThreeTenCard
title="16. Redis Probabilistic Data"
description="A look at probabilistic data structures in Redis."
page="/develop/node/nodecrashcourse/redisbloom"
/>
</div>

<div class="col">
<RedisCard
<ThreeTenCard
title="17. Course Wrap Up"
description="Wrap up and next steps."
page="/develop/node/nodecrashcourse/coursewrapup"
Expand Down
15 changes: 2 additions & 13 deletions docs/games/guacamole/index-guacamole.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,7 @@ sidebar_label: Overview
slug: /games/guacamole/
---

import RedisCard from '@theme/RedisCard';
import ThreeTenCard from '@theme/ThreeTenCard';

The following links provide you with the available options to create a new Redis database using Docker
Guacamole - Stay Tuned!

<div class="row">

<div class="col">
<RedisCard
title="Node.js, Nginx, Redis and Docker"
description="How to build and run a Node.js application using Nginx, Docker and Redis"
page="/games/guacamole/nodejs-nginx-redis"
/>
</div>

</div>
Binary file not shown.
Loading

0 comments on commit 2c92b2f

Please sign in to comment.