Skip to content

catlyst/duckdb-web

 
 

Repository files navigation

DuckDB Website

 

This repository hosts the source code for the DuckDB Website. Please file any questions or issues relating to the website or documentation here.

The main DuckDB repository is hosted here.

Building

The site is built using Jekyll. To build the site locally, install ruby, and run bundler to install the dependencies. If you are on Windows, you must then run these two commands:

gem uninstall eventmachine
gem install eventmachine --platform ruby

You might have to install webrick to get jekyll serve to work, you can do so by running gem install webrick.
Finally, navigate to the directory where you have cloned duckdb-web and run bundler exec jekyll serve. The website can then be browsed by going to localhost:4000 in your browser.

Generating code docs

Much of the documentation in this repository is automatically generated from the duckdb source code, or compiled binaries. The scripts that do this work are called from scripts/generate_all_docs.sh

About

DuckDB-Web - Source code of duckdb.org

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 43.3%
  • Python 20.2%
  • HTML 19.7%
  • SCSS 13.7%
  • CSS 2.0%
  • R 0.5%
  • Other 0.6%