gkcalat / kubeflow-gke-docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build dev

Contributing to this repository

Welcome, Kubeflow users! This website contains the latest documentation for Kubeflow on Google Cloud. It is hosted at https://googlecloudplatform.github.io/kubeflow-gke-docs. Before contributing, please read these guidelines.

Running locally

  1. This website is being generated with Hugo, a popular open-source static site generator. You will need to install the extended version of Hugo to be able to generate a website locally.

    You can install Hugo using brew:

    brew install hugo

    Alternatively, you can also use snap:

    snap install hugo --channel=extended

    Check the official documentation on other installation options. See more details on how to deploy GitHub pages static website using Hugo.

  2. We use Docsy theme, which has its prerequisites.

    npm install --save-dev autoprefixer
    npm install --save-dev postcss-cli
    npm install -D postcss

    If you don't have npm, install it using:

    sudo apt-get install npm
  3. To run the website locally:

    hugo server

Contributing

See CONTRIBUTING.md.

Releasing a new version

See RELEASE.md.

About

License:Creative Commons Attribution 4.0 International


Languages

Language:Python 44.9%Language:HTML 40.7%Language:SCSS 12.6%Language:Shell 1.8%