Skip to content

Commit f4465d4

Browse files
committed
Updated README.md
1 parent f76c11b commit f4465d4

File tree

1 file changed

+19
-93
lines changed

1 file changed

+19
-93
lines changed

README.md

Lines changed: 19 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -11,99 +11,6 @@
1111
Redis Developer Hub is basically a journey carved out for Redis developer community. The journey is defined in terms of "Create > Develop > Explore" . The "Create" section allows you to get started with Redis, creating Redis database locally as well as over Cloud in the form of DBaaS. The "Develop" section allows you to build your app using Redis clients. Finally, the "Explore" section helps you to explore your Redis database using robust tools like RedisInsight, Redis Data Source for Grafana, RIOT and many more...
1212

1313

14-
# Create
15-
16-
### Cloud
17-
18-
- [Redis Enterprise Cloud](https://developer.redis.com/create/rediscloud)
19-
- [Heroku](https://developer.redis.com/create/heroku)
20-
- [Azure Cache](https://developer.redis.com/create/azure)
21-
- [Google Cloud](https://developer.redis.com/create/gcp)
22-
- [AWS](https://developer.redis.com/create/aws)
23-
- [Redis using Portainer](https://developer.redis.com/create/portainer)
24-
25-
### Local
26-
27-
- [Docker](https://developer.redis.com/create/docker/)
28-
- [Google Kubernetes Engine](https://developer.redis.com/create/kubernetes/)
29-
- [Mac using Homebrew](https://developer.redis.com/create/homebrew/)
30-
- [Microsoft Windows 10](https://developer.redis.com/create/windows)
31-
- [Build from Source](https://developer.redis.com/create/from-source/)
32-
- [RedisMod](https://developer.redis.com/explore/redismod)
33-
34-
35-
# Develop
36-
37-
- [Java](https://developer.redis.com/develop/java/)
38-
- [Java based application on Heroku using Redis](https://developer.redis.com/howtos/herokujava)
39-
- [Python](https://developer.redis.com/develop/python/)
40-
- [Python based application on Heroku using Redis](https://developer.redis.com/howtos/herokupython)
41-
- [C](https://developer.redis.com/develop/C/)
42-
- [NodeJS](https://developer.redis.com/develop/nodejs/)
43-
- [NodeJS based application on Heroku using Redis](https://developer.redis.com/howtos/herokunodejs)
44-
- [Ruby](https://developer.redis.com/develop/ruby/)
45-
- [Php](https://developer.redis.com/develop/php/)
46-
47-
# Explore
48-
49-
### RedisInsight - Redis GUI
50-
51-
- [Getting Started](https://developer.redis.com/explore/redisinsight/getting-started)
52-
- [Visualize Redis database keys using RedisInsight Browser Tool](https://developer.redis.com/explore/redisinsight/browser)
53-
- [Debugging Redis using RedisInsight Slowlog Tool](https://developer.redis.com/explore/redisinsight/slowlog)
54-
- [Reduce Redis Memory usage using RedisInsight Memory Analyzer Tool](https://developer.redis.com/explore/redisinsight/memoryanalyzer)
55-
- [Manage Your Redis Cluster using RedisInsight Cluster Management Tool](https://developer.redis.com/explore/redisinsight/cluster)
56-
- [Using Redis Streams](https://developer.redis.com/explore/redisinsight/streams)
57-
- [Analyze Your Redis commands using RedisInsight Profiler tool](https://developer.redis.com/explore/redisinsight/profiler)
58-
- [Query, Visualize and Manipulate Graphs using RedisGraph Browser Tool](https://developer.redis.com/explore/redisinsight/redisgraph)
59-
- [Writing Your Serverless function using RedisGears Browser Tool](https://developer.redis.com/explore/redisinsight/redisgears)
60-
- [Managing time-series data using RedisTimeSeries Browser Tool](https://developer.redis.com/explore/redisinsight/redistimeseries)
61-
- [Unified Search and Analytics using RediSearch Browser Tool](https://developer.redis.com/explore/redisinsight/redisearch)
62-
- [Using Helm](https://developer.redis.com/explore/redisinsight/usinghelm)
63-
64-
65-
66-
## Extensibility via Redis Modules
67-
68-
### RediSearch
69-
70-
- [Getting Started](https://developer.redis.com/howtos/redisearch)
71-
- [Building Movie Database app using RediSearch](https://developer.redis.com/howtos/moviesdatabase/getting-started)
72-
73-
74-
### RedisJSON
75-
76-
- [Getting Started](https://developer.redis.com/howtos/redisjson)
77-
- [How to build a Shopping cart app using NodeJS and RedisJSON](https://developer.redis.com/howtos/shoppingcart)
78-
- [HackerNews Clone using RedisJSON](https://developer.redis.com/howtos/hackernews)
79-
80-
81-
### RedisGears
82-
83-
- [Getting Started](https://developer.redis.com/howtos/redisgears)
84-
- [How to build a Fraud Detection System using RedisGears and RedisBloom](https://developer.redis.com/howtos/frauddetection)
85-
- [Building a Pipeline for Natural Language Processing using RedisGears](https://developer.redis.com/howtos/nlp)
86-
87-
### RedisGraph
88-
89-
- [Getting Started](https://developer.redis.com/howtos/redisgraph)
90-
- [Building Movies database app using RedisGraph and NodeJS](https://developer.redis.com/howtos/redisgraphmovies)
91-
92-
### RedisBloom
93-
94-
- [Getting Started](https://developer.redis.com/howtos/redisbloom)
95-
- [How to build a Fraud Detection System using RedisGears and RedisBloom](https://developer.redis.com/howtos/frauddetection)
96-
97-
### RedisTimeSeries
98-
99-
- [Getting Started](https://developer.redis.com/howtos/redistimeseries)
100-
- [How to Manage IoT Sensor data using RedisTimeSeries](https://redis.com/blog/how-to-manage-real-time-iot-sensor-data-in-redis/)
101-
102-
### RedisAI
103-
104-
- [Getting Started](https://developer.redis.com/howtos/redisai)
105-
106-
10714

10815
## How to Contribute
10916

@@ -189,3 +96,22 @@ authors: [suze,simon]
18996
```
19097

19198
* Note that multiple authors are supported as shown above.
99+
100+
## How to modify the homepage banner
101+
102+
In order to modify the homepage banner, you will need to edit the ```docusaurus.config.js``` file placed under the root of the repository.
103+
You can directly search for `announcementBar` and make your preferred changes.
104+
105+
106+
```
107+
announcementBar: {
108+
id: 'redisconf20201cfp', // Any value that will identify this message.
109+
content: '<p class="text"> RedisDays Available Now On-Demand. </p> <a href="https://redis.com/redisdays/" target="_blank" rel="noopener" class="btn">Learn More</a>',
110+
// content: '<p class="text"></p> <a href="https://redislabs.com/redisconf/" target="_blank" rel="noopener" class="btn"></a>',
111+
backgroundColor: '#fff', // Defaults to `#fff`.
112+
textColor: '#000', // Defaults to `#000`.
113+
isCloseable: true, // Defaults to `true`.
114+
},
115+
```
116+
117+

0 commit comments

Comments
 (0)