Skip to content

kuzudb/kuzudb.github.io

Kùzu Website

This repository hosts the source code for Kùzu website.

Test Locally

Since this website is a static website, you can test it with any static web server. For example, you can use the one provided by Python:

python3 -m http.server

Add Content

API Docs

The API docs are generated by a CI pipeline. The CI pipeline will automatically generate the docs from comments and create a pull request in this repository. To update API docs, please update the corresponding comments in Kùzu repo and run "Generate-Docs" pipeline.

Contributing

We welcome contributions to Kùzu website. If you are interested in contributing to Kùzu website, please read our Contributing Guide.