Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 882 Bytes

File metadata and controls

26 lines (20 loc) · 882 Bytes

CedarDB Documentation

This repository contains the code for the CedarDB documentation. The documentation is built by the static-site-generator Hugo and uses the Hextra theme.

Clone repository:

git clone --recurse-submodules git@github.com:cedardb/docs.git

Run a web server:

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.