Skip to content

Commit 969a2e0

Browse files
committed
Added structure
1 parent f4465d4 commit 969a2e0

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,15 @@
1010

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

13+
## Table of Contents
1314

15+
1. [How to contribute?](#how-to-contribute)
16+
2. [How to add a new author?](#how-to-add-a-new-author)
17+
3. [How to modify the homepage banner](#how-to-modifuy-the-homepage-banner)
1418

15-
## How to Contribute
19+
20+
21+
## 1. How to Contribute
1622

1723
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator. Follow the below steps to contribute to this developer site:
1824

@@ -54,7 +60,7 @@ If you are using GitHub pages for hosting, this command is a convenient way to b
5460
npm run serve
5561
```
5662

57-
## How to add an author
63+
## 2. How to add an author
5864

5965
Add a new author as follows:
6066

@@ -97,7 +103,7 @@ authors: [suze,simon]
97103

98104
* Note that multiple authors are supported as shown above.
99105

100-
## How to modify the homepage banner
106+
## 3. How to modify the homepage banner
101107

102108
In order to modify the homepage banner, you will need to edit the ```docusaurus.config.js``` file placed under the root of the repository.
103109
You can directly search for `announcementBar` and make your preferred changes.

0 commit comments

Comments
 (0)