Making Offline Docs

The docs are built using MkDocs.

Once you have installed the mkdocs binary on the system, navigate to the root folder of the redis-modules-redoc source (this will be the same directory holding the mkdocs.yml file) and run:

mkdocs build

You should find the HTML output in the newly created site directory. You can open the index.html locally on your desktop, as well as store the directory elsewhere.

Note: The site will work better when running through a basic local webserver like SimpleHttpServer. Which is commonly available on most modern systems.