This repository contains the code for the CedarDB documentation. The documentation is built by the static-site-generator Hugo and uses the Hextra theme.
Run with:
git clone --recurse-submodules [email protected]:cedardb/docs.git
cd docs
hugo server
If you want to exclude the page from being built please add the following to the front matters.
draft: true
If you want to exclude the page until a certain publication date please add the following to the front matters.
publishDate: 2023-10-19T00:40:04-07:00
If you plan to use large tables, please create and edit them using TableGenerator or similar tools to ensure well-formatted tables in the docs.