diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..0e330a23 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,8 @@ +FROM ruby + +WORKDIR /usr/src/app + +COPY . . +RUN bundle install + +CMD ["bundle", "exec", "jekyll", "serve", "--host", "0.0.0.0"] diff --git a/README.md b/README.md index 464b404c..1fe15caa 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ bundle install bundle exec jekyll serve ``` +Alternatively, you can use the following Docker command to test the website locally: +```bash +docker compose up --build +``` + ## Add Content ### API Docs The API docs are generated by a [CI pipeline](https://github.com/kuzudb/kuzu/actions/workflows/gen-docs.yml). 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](https://github.com/kuzudb/kuzu) and run "Generate-Docs" pipeline. diff --git a/_data/nav-links.yml b/_data/nav-links.yml index ed37b3b4..d33ced1b 100644 --- a/_data/nav-links.yml +++ b/_data/nav-links.yml @@ -38,7 +38,3 @@ class: button primary target: self -- title: Try Kùzu - href: "//demo.kuzudb.com" - class: button primary - target: _blank diff --git a/_includes/demo-modal.html b/_includes/demo-modal.html new file mode 100644 index 00000000..84919e05 --- /dev/null +++ b/_includes/demo-modal.html @@ -0,0 +1,26 @@ + \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index 02be6d37..4296bcb6 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -16,6 +16,8 @@

Contact


© 2023 - 2024 Kùzu Inc.
+ Privacy Policy +
Design based on +