If you notice a problem on this website or would like to request changes, please feel free to either email us or open an issue on this repository.
If you feel adventurous, you can also make the changes yourself and open a pull request.
This website is built using Jekyll, a static site generator.
To install Jekyll, follow the instructions here. It is highly recommended to run your development environment on Linux or macOS.
To run the website locally, run the following command in the root directory of this repository:
bundle exec jekyll serveThe website will be available at http://localhost:4000 by default. The --port option can be used to specify a different port.
If you don't have Ruby installed, you can use Docker instead:
docker build -t nalusupport .
docker run --rm -p 4000:4000 -v "$(pwd):/site" nalusupportThe site will be available at http://localhost:4000. Note that live reload does not work with Docker volume mounts on Windows — restart the container to pick up changes.
update_qs_docs_ver.py is used to update the Quickstart documentation, it will download the Quickstart guide, convert it to PDF and upload to the google drive.
To be able to do this the script will ask for access.
The script require you to have a file credentials.json in the same folder as the script. Credentials file can be obtained from [https://console.cloud.google.com/apis/credentials] and then rename the file to credentails.json.