You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Redis Developer Hub is basically a journey carved out for Redis developer commun
18
18
19
19
20
20
21
-
## 1. How to Contribute
21
+
## How to contribute
22
22
23
23
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:
24
24
@@ -60,7 +60,7 @@ If you are using GitHub pages for hosting, this command is a convenient way to b
60
60
npm run serve
61
61
```
62
62
63
-
## 2. How to add an author
63
+
## How to add a new author
64
64
65
65
Add a new author as follows:
66
66
@@ -103,7 +103,7 @@ authors: [suze,simon]
103
103
104
104
* Note that multiple authors are supported as shown above.
105
105
106
-
## 3. How to modify the homepage banner
106
+
## How to modify the homepage banner
107
107
108
108
In order to modify the homepage banner, you will need to edit the ```docusaurus.config.js``` file placed under the root of the repository.
109
109
You can directly search for `announcementBar` and make your preferred changes.
0 commit comments