redis-developer.github.io
redis-developer.github.io copied to clipboard
The Home of Redis Developers
It would be great to have social media icons for each of these sections so that it is easy for our developers to share them with a wider audience.
All images should have the alt tag properly completed. Imagine a visually impaired person and succinctly describe what the image represents. `alt="image description"`
In docusaurus.config.js, please update these two items as the following: `title: 'Redis Developer Hub', tagline: 'The Home of Redis Developers',`
* for this first version add hard coded links * going forward create a list of demos/links and add them during build
Use the property: * `hide_table_of_contents : true` in the document header
@chayim @uglide
i change all the place that have let keyword but the variable didn't need to be change to const
The scripts in the two samples increments then number of requests made, then checks if the result is less than the max allowed number of requests. This causes the last...