+++ title = "Docs" description = "Information on the Kubeflow docs and how to contribute to them" weight = 6 aliases = ["/docs/docs/"] +++ Welcome to the Kubeflow documentation! ## Introduction The Kubeflow docs are published at [www.kubeflow.org](https://www.kubeflow.org/), along with the Kubeflow blog. The source for the docs is in the [kubeflow/website repo](https://github.com/kubeflow/website/) on GitHub. We use [Hugo](https://gohugo.io/) to format and generate our website, and [Netlify](https://www.netlify.com/) to manage the deployment of the site. ## Versioning www.kubeflow.org points to the **master** branch of the docs. You can access other versions by clicking the version dropdown at top right of the website menu bar: Version dropdown We create a new branch of the docs for each stable release of Kubeflow. For example, the docs for the v0.2 stable release are on published on the [v0.2 website](https://v0-2.kubeflow.org/docs/about/kubeflow/), which corresponds to the [v0.2-branch](https://github.com/kubeflow/website/tree/v0.2-branch) on GitHub. ## Contributing to the docs We welcome updates to the docs! Please help us make them better. Small fixes, typos, big fixes, plugging gaps—all are useful. For help with getting started, take a look at the [README](https://github.com/kubeflow/website/blob/master/README.md).