This repository hosts the source code for Kùzu website.
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
The docs and blogs have been migrated to kuzu-docs. Please do not directly edit the files under docusaurus
in this repository. To make changes to the docs, please edit the docs in kuzu-docs. Once the changes have been merged to kuzu-docs, the CI pipeline will automatically build the documentation and create a pull request in this repository. Merging the pull request will automatically deploy the documentation to the server.
The API docs are now 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.
We welcome contributions to Kùzu website. If you are interested in contributing to Kùzu website, please read our Contributing Guide.